@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,1262 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ArcTableValues = exports.ColumnValueRefs = void 0;
4
- exports.getEmptyCellForHeader = getEmptyCellForHeader;
5
- exports.ensureCellHashInValueMap = ensureCellHashInValueMap;
6
- exports.ColumnValueRefs_Constant = ColumnValueRefs_Constant;
7
- exports.ColumnValueRefs_Sparse = ColumnValueRefs_Sparse;
8
- exports.ColumnValueRefs_$reflection = ColumnValueRefs_$reflection;
9
- exports.ColumnValueRefs__get_RowCount = ColumnValueRefs__get_RowCount;
10
- exports.ColumnValueRefs__Copy = ColumnValueRefs__Copy;
11
- exports.ColumnValueRefs__ToSparse_Z524259A4 = ColumnValueRefs__ToSparse_Z524259A4;
12
- exports.ColumnValueRefs__AsSparse = ColumnValueRefs__AsSparse;
13
- exports.ColumnValueRefs__AsConstant = ColumnValueRefs__AsConstant;
14
- exports.ColumnValueRefs_fromCellColumn_14896151 = ColumnValueRefs_fromCellColumn_14896151;
15
- exports.ColumnValueRefs__ToCellColumn_Z2609C9DD = ColumnValueRefs__ToCellColumn_Z2609C9DD;
16
- exports.ArcTableValues_$reflection = ArcTableValues_$reflection;
17
- exports.ArcTableValues_$ctor_39436F7C = ArcTableValues_$ctor_39436F7C;
18
- exports.$007CIsUniqueExistingHeader$007C_$007C = $007CIsUniqueExistingHeader$007C_$007C;
19
- exports.tryFindDuplicateUnique = tryFindDuplicateUnique;
20
- exports.tryFindDuplicateUniqueInArray = tryFindDuplicateUniqueInArray;
21
- exports.SanityChecks_validateColumnIndex = SanityChecks_validateColumnIndex;
22
- exports.SanityChecks_validateRowIndex = SanityChecks_validateRowIndex;
23
- exports.SanityChecks_validateColumn = SanityChecks_validateColumn;
24
- exports.SanityChecks_validateCellColumns = SanityChecks_validateCellColumns;
25
- exports.SanityChecks_validateArcTableValues = SanityChecks_validateArcTableValues;
26
- exports.Unchecked_tryGetCellAt = Unchecked_tryGetCellAt;
27
- exports.Unchecked_getCellWithDefault = Unchecked_getCellWithDefault;
28
- exports.Unchecked_setCellAt = Unchecked_setCellAt;
29
- exports.Unchecked_removeCellAt = Unchecked_removeCellAt;
30
- exports.Unchecked_moveCellTo = Unchecked_moveCellTo;
31
- exports.Unchecked_removeHeader = Unchecked_removeHeader;
32
- exports.Unchecked_removeColumnCells = Unchecked_removeColumnCells;
33
- exports.Unchecked_removeColumnCells_withIndexChange = Unchecked_removeColumnCells_withIndexChange;
34
- exports.Unchecked_removeRowCells = Unchecked_removeRowCells;
35
- exports.Unchecked_removeRowCells_withIndexChange = Unchecked_removeRowCells_withIndexChange;
36
- exports.Unchecked_removeRowRange_withIndexChange = Unchecked_removeRowRange_withIndexChange;
37
- exports.Unchecked_moveColumnCellsTo = Unchecked_moveColumnCellsTo;
38
- exports.Unchecked_addRefColumn = Unchecked_addRefColumn;
39
- exports.Unchecked_addColumn = Unchecked_addColumn;
40
- exports.Unchecked_addColumnFill = Unchecked_addColumnFill;
41
- exports.Unchecked_fillMissingCells = Unchecked_fillMissingCells;
42
- exports.Unchecked_addEmptyRow = Unchecked_addEmptyRow;
43
- exports.Unchecked_addRow = Unchecked_addRow;
44
- exports.Unchecked_addRows = Unchecked_addRows;
45
- exports.Unchecked_compositeHeaderMainColumnEqual = Unchecked_compositeHeaderMainColumnEqual;
46
- exports.Unchecked_moveColumnTo = Unchecked_moveColumnTo;
47
- exports.Unchecked_alignByHeaders = Unchecked_alignByHeaders;
48
- const CompositeCell_js_1 = require("./CompositeCell.js");
49
- const Int32_js_1 = require("@fable-org/fable-library-js/Int32.js");
50
- const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
51
- const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
52
- const MapUtil_js_1 = require("@fable-org/fable-library-js/MapUtil.js");
53
- const Types_js_1 = require("@fable-org/fable-library-js/Types.js");
54
- const Reflection_js_1 = require("@fable-org/fable-library-js/Reflection.js");
55
- const Seq_js_1 = require("@fable-org/fable-library-js/Seq.js");
56
- const Collections_js_1 = require("../Helper/Collections.js");
57
- const String_js_1 = require("@fable-org/fable-library-js/String.js");
58
- const Range_js_1 = require("@fable-org/fable-library-js/Range.js");
59
- const List_js_1 = require("@fable-org/fable-library-js/List.js");
60
- const Double_js_1 = require("@fable-org/fable-library-js/Double.js");
61
- const Array_js_1 = require("@fable-org/fable-library-js/Array.js");
62
- /**
63
- * Get an empty cell fitting for related column header.
64
- *
65
- * `columCellOption` is used to decide between `CompositeCell.Term` or `CompositeCell.Unitized`. `columCellOption` can be any other cell in the same column, preferably the first one.
66
- */
67
- function getEmptyCellForHeader(header, columCellOption) {
68
- const matchValue = header.IsTermColumn;
69
- if (matchValue) {
70
- let matchResult;
71
- if (columCellOption == null) {
72
- matchResult = 0;
73
- }
74
- else {
75
- switch ((0, Option_js_1.value)(columCellOption).tag) {
76
- case /* Term */ 0: {
77
- matchResult = 0;
78
- break;
79
- }
80
- case /* Unitized */ 2: {
81
- matchResult = 1;
82
- break;
83
- }
84
- default:
85
- matchResult = 2;
86
- }
87
- }
88
- switch (matchResult) {
89
- case 0:
90
- return CompositeCell_js_1.CompositeCell.emptyTerm;
91
- case 1:
92
- return CompositeCell_js_1.CompositeCell.emptyUnitized;
93
- default:
94
- throw new Error("[extendBodyCells] This should never happen, IsTermColumn header must be paired with either term or unitized cell.");
95
- }
96
- }
97
- else {
98
- return CompositeCell_js_1.CompositeCell.emptyFreeText;
99
- }
100
- }
101
- function ensureCellHashInValueMap(value, valueMap) {
102
- const hash = (0, Util_js_1.safeHash)(value) | 0;
103
- if (valueMap.has(hash)) {
104
- return hash | 0;
105
- }
106
- else {
107
- (0, MapUtil_js_1.addToDict)(valueMap, hash, value);
108
- return hash | 0;
109
- }
110
- }
111
- function ColumnValueRefs_Constant(Item) {
112
- return new ColumnValueRefs(0, [Item]);
113
- }
114
- function ColumnValueRefs_Sparse(Item) {
115
- return new ColumnValueRefs(1, [Item]);
116
- }
117
- class ColumnValueRefs extends Types_js_1.Union {
118
- constructor(tag, fields) {
119
- super();
120
- this.tag = tag;
121
- this.fields = fields;
122
- }
123
- cases() {
124
- return ["Constant", "Sparse"];
125
- }
126
- }
127
- exports.ColumnValueRefs = ColumnValueRefs;
128
- function ColumnValueRefs_$reflection() {
129
- return (0, Reflection_js_1.union_type)("ARCtrl.ArcTableAux.ColumnValueRefs", [], ColumnValueRefs, () => [[["Item", Reflection_js_1.int32_type]], [["Item", (0, Reflection_js_1.class_type)("System.Collections.Generic.Dictionary`2", [Reflection_js_1.int32_type, Reflection_js_1.int32_type])]]]);
130
- }
131
- function ColumnValueRefs__get_RowCount(this$) {
132
- if (this$.tag === /* Sparse */ 1) {
133
- return (0, Seq_js_1.maxBy)((kv) => kv[0], this$.fields[0], {
134
- Compare: Util_js_1.comparePrimitives,
135
- });
136
- }
137
- else {
138
- return undefined;
139
- }
140
- }
141
- function ColumnValueRefs__Copy(this$) {
142
- if (this$.tag === /* Sparse */ 1) {
143
- const values = this$.fields[0];
144
- const d = new Map([]);
145
- (0, Seq_js_1.iterate)((v) => {
146
- (0, MapUtil_js_1.addToDict)(d, v[0], v[1]);
147
- }, values);
148
- return ColumnValueRefs_Sparse(d);
149
- }
150
- else {
151
- return ColumnValueRefs_Constant(this$.fields[0]);
152
- }
153
- }
154
- function ColumnValueRefs__ToSparse_Z524259A4(this$, rowCount) {
155
- if (this$.tag === /* Sparse */ 1) {
156
- return ColumnValueRefs_Sparse(this$.fields[0]);
157
- }
158
- else {
159
- const valueHash = this$.fields[0] | 0;
160
- const d = new Map([]);
161
- for (let i = 0; i <= (rowCount - 1); i++) {
162
- (0, MapUtil_js_1.addToDict)(d, i, valueHash);
163
- }
164
- return ColumnValueRefs_Sparse(d);
165
- }
166
- }
167
- function ColumnValueRefs__AsSparse(this$) {
168
- if (this$.tag === /* Sparse */ 1) {
169
- return this$.fields[0];
170
- }
171
- else {
172
- const valueHash = this$.fields[0] | 0;
173
- throw new Error("Cannot convert a constant column to sparse. Use ToSparse first.");
174
- }
175
- }
176
- function ColumnValueRefs__AsConstant(this$) {
177
- if (this$.tag === /* Sparse */ 1) {
178
- throw new Error("Cannot convert a sparse column to constant. Use ToSparse first.");
179
- }
180
- else {
181
- return this$.fields[0] | 0;
182
- }
183
- }
184
- function ColumnValueRefs_fromCellColumn_14896151(column, previousRowCount, valueMap) {
185
- const l = (0, Seq_js_1.length)(column) | 0;
186
- const cells = new Map([]);
187
- if (l === 0) {
188
- return ColumnValueRefs_Sparse(cells);
189
- }
190
- else {
191
- let current;
192
- const hash = ensureCellHashInValueMap((0, Seq_js_1.item)(0, column), valueMap) | 0;
193
- if (l >= previousRowCount) {
194
- current = ColumnValueRefs_Constant(hash);
195
- }
196
- else {
197
- (0, MapUtil_js_1.addToDict)(cells, 0, hash);
198
- current = ColumnValueRefs_Sparse(cells);
199
- }
200
- (0, Seq_js_1.iterateIndexed)((i, cell) => {
201
- const hash_1 = ensureCellHashInValueMap(cell, valueMap) | 0;
202
- if (current.tag === /* Sparse */ 1) {
203
- const cells_2 = current.fields[0];
204
- cells_2.set(i, hash_1);
205
- }
206
- else if (current.fields[0] === hash_1) {
207
- const cellHash_1 = current.fields[0] | 0;
208
- }
209
- else {
210
- const cellHash_2 = current.fields[0] | 0;
211
- const cells_1 = new Map([]);
212
- for (let j = 0; j <= (i - 1); j++) {
213
- cells_1.set(j, cellHash_2);
214
- }
215
- cells_1.set(i, hash_1);
216
- current = ColumnValueRefs_Sparse(cells_1);
217
- }
218
- }, column);
219
- return current;
220
- }
221
- }
222
- function ColumnValueRefs__ToCellColumn_Z2609C9DD(this$, valueMap, rowCount, header) {
223
- if (this$.tag === /* Sparse */ 1) {
224
- const values = this$.fields[0];
225
- const defaultCell = (values.size === 0) ? getEmptyCellForHeader(header, undefined) : getEmptyCellForHeader(header, (0, MapUtil_js_1.getItemFromDict)(valueMap, (0, MapUtil_js_1.getItemFromDict)(values, (0, Seq_js_1.max)(values.keys(), {
226
- Compare: Util_js_1.comparePrimitives,
227
- }) - 1)));
228
- return (0, Collections_js_1.ResizeArray_init)(rowCount, (i_1) => (values.has(i_1) ? (0, MapUtil_js_1.getItemFromDict)(valueMap, (0, MapUtil_js_1.getItemFromDict)(values, i_1)) : defaultCell));
229
- }
230
- else {
231
- return (0, Collections_js_1.ResizeArray_create)(rowCount, (0, MapUtil_js_1.getItemFromDict)(valueMap, this$.fields[0]));
232
- }
233
- }
234
- class ArcTableValues {
235
- constructor(cols, valueMap, rowCount) {
236
- this._columns = cols;
237
- this._valueMap = valueMap;
238
- this._rowCount = (rowCount | 0);
239
- }
240
- get Columns() {
241
- const this$ = this;
242
- return this$._columns;
243
- }
244
- set Columns(columns) {
245
- const this$ = this;
246
- this$._columns = columns;
247
- }
248
- get ColumnCount() {
249
- const this$ = this;
250
- return ((0, Seq_js_1.isEmpty)(this$._columns) ? 0 : (1 + (0, Seq_js_1.max)(this$._columns.keys(), {
251
- Compare: Util_js_1.comparePrimitives,
252
- }))) | 0;
253
- }
254
- get ValueMap() {
255
- const this$ = this;
256
- return this$._valueMap;
257
- }
258
- set ValueMap(valueMap) {
259
- const this$ = this;
260
- this$._valueMap = valueMap;
261
- }
262
- get RowCount() {
263
- const this$ = this;
264
- return this$._rowCount | 0;
265
- }
266
- set RowCount(rowCount) {
267
- const this$ = this;
268
- if ((rowCount > 0) && (rowCount < this$._rowCount)) {
269
- let enumerator = (0, Util_js_1.getEnumerator)(this$._columns);
270
- try {
271
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
272
- const matchValue = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]()[1];
273
- if (matchValue.tag === /* Sparse */ 1) {
274
- const values = matchValue.fields[0];
275
- const enumerator_1 = (0, Util_js_1.getEnumerator)((0, Seq_js_1.toList)(values.keys()));
276
- try {
277
- while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
278
- const key = enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"]() | 0;
279
- if (key >= rowCount) {
280
- values.delete(key);
281
- }
282
- }
283
- }
284
- finally {
285
- (0, Util_js_1.disposeSafe)(enumerator_1);
286
- }
287
- }
288
- }
289
- }
290
- finally {
291
- (0, Util_js_1.disposeSafe)(enumerator);
292
- }
293
- }
294
- this$._rowCount = (rowCount | 0);
295
- }
296
- static fromCellColumns(columns) {
297
- const rowCount = ((columns.length === 0) ? 0 : (0, Seq_js_1.max)((0, Collections_js_1.ResizeArray_map)((c) => c.length, columns), {
298
- Compare: Util_js_1.comparePrimitives,
299
- })) | 0;
300
- const valueMap = new Map([]);
301
- const parsedColumns = new Map([]);
302
- (0, Seq_js_1.iterateIndexed)((i, column) => {
303
- (0, MapUtil_js_1.addToDict)(parsedColumns, i, ColumnValueRefs_fromCellColumn_14896151(column, rowCount, valueMap));
304
- }, columns);
305
- return new ArcTableValues(parsedColumns, valueMap, rowCount);
306
- }
307
- static fromRefColumns(columns, valueMap, rowCount) {
308
- const parsedColumns = new Map([]);
309
- (0, Seq_js_1.iterateIndexed)((i, column) => {
310
- (0, MapUtil_js_1.addToDict)(parsedColumns, i, column);
311
- }, columns);
312
- return new ArcTableValues(parsedColumns, valueMap, rowCount);
313
- }
314
- static init() {
315
- const valueMap = new Map([]);
316
- return new ArcTableValues(new Map([]), valueMap, 0);
317
- }
318
- ToCellColumns(headers) {
319
- const this$ = this;
320
- return (0, Collections_js_1.ResizeArray_init)(headers.length, (i) => {
321
- const header = headers[i];
322
- return ColumnValueRefs__ToCellColumn_Z2609C9DD((0, MapUtil_js_1.getItemFromDict)(this$._columns, i), this$._valueMap, this$._rowCount, header);
323
- });
324
- }
325
- RescanValueMap() {
326
- const this$ = this;
327
- const newValueMap = new Map([]);
328
- let enumerator = (0, Util_js_1.getEnumerator)(this$._columns);
329
- try {
330
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
331
- const kv = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
332
- const matchValue = kv[1];
333
- if (matchValue.tag === /* Sparse */ 1) {
334
- const values = matchValue.fields[0];
335
- let enumerator_1 = (0, Util_js_1.getEnumerator)(values);
336
- try {
337
- while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
338
- const ckv = enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"]();
339
- const hash_1 = ensureCellHashInValueMap((0, MapUtil_js_1.getItemFromDict)(this$._valueMap, ckv[1]), newValueMap) | 0;
340
- values.set(ckv[0], hash_1);
341
- }
342
- }
343
- finally {
344
- (0, Util_js_1.disposeSafe)(enumerator_1);
345
- }
346
- }
347
- else {
348
- const valueHash = matchValue.fields[0] | 0;
349
- const hash = ensureCellHashInValueMap((0, MapUtil_js_1.getItemFromDict)(this$._valueMap, valueHash), newValueMap) | 0;
350
- this$._columns.set(kv[0], ColumnValueRefs_Constant(hash));
351
- }
352
- }
353
- }
354
- finally {
355
- (0, Util_js_1.disposeSafe)(enumerator);
356
- }
357
- this$._valueMap = newValueMap;
358
- }
359
- Copy() {
360
- const this$ = this;
361
- const nextValueMap = new Map([]);
362
- (0, Seq_js_1.iterate)((kv) => {
363
- (0, MapUtil_js_1.addToDict)(nextValueMap, kv[0], kv[1].Copy());
364
- }, this$._valueMap);
365
- const nextColumns = new Map([]);
366
- (0, Seq_js_1.iterate)((kv_1) => {
367
- (0, MapUtil_js_1.addToDict)(nextColumns, kv_1[0], ColumnValueRefs__Copy(kv_1[1]));
368
- }, this$._columns);
369
- return new ArcTableValues(nextColumns, nextValueMap, this$._rowCount);
370
- }
371
- GetHashCode() {
372
- const this$ = this;
373
- let hash = 0;
374
- for (let i = 0; i <= (this$.ColumnCount - 1); i++) {
375
- let matchValue;
376
- const dict = this$._columns;
377
- let patternInput;
378
- let outArg = (0, Util_js_1.defaultOf)();
379
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, i, new Types_js_1.FSharpRef(() => outArg, (v) => {
380
- outArg = v;
381
- })), outArg];
382
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
383
- if (matchValue != null) {
384
- if ((0, Option_js_1.value)(matchValue).tag === /* Sparse */ 1) {
385
- const values = (0, Option_js_1.value)(matchValue).fields[0];
386
- let enumerator = (0, Util_js_1.getEnumerator)(values);
387
- try {
388
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
389
- const kv = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
390
- hash = ((((-1640531527 + kv[0]) + (hash << 6)) + (hash >> 2)) | 0);
391
- hash = ((((-1640531527 + kv[1]) + (hash << 6)) + (hash >> 2)) | 0);
392
- }
393
- }
394
- finally {
395
- (0, Util_js_1.disposeSafe)(enumerator);
396
- }
397
- }
398
- else {
399
- const valueHash = (0, Option_js_1.value)(matchValue).fields[0] | 0;
400
- for (let i_1 = 0; i_1 <= (this$._rowCount - 1); i_1++) {
401
- hash = ((((-1640531527 + i_1) + (hash << 6)) + (hash >> 2)) | 0);
402
- hash = ((((-1640531527 + valueHash) + (hash << 6)) + (hash >> 2)) | 0);
403
- }
404
- }
405
- }
406
- }
407
- return hash | 0;
408
- }
409
- Equals(other) {
410
- let other_1;
411
- const this$ = this;
412
- return (other instanceof ArcTableValues) && ((other_1 = other, (0, Util_js_1.safeHash)(this$) === (0, Util_js_1.safeHash)(other_1)));
413
- }
414
- Item(crIndices) {
415
- const this$ = this;
416
- const row = crIndices[1] | 0;
417
- const col = crIndices[0] | 0;
418
- if (row > (this$.RowCount - 1)) {
419
- const arg_1 = this$.RowCount | 0;
420
- (0, String_js_1.toFail)((0, String_js_1.printf)("Row index %d is out of bounds for ArcTableValues with row count %d."))(row)(arg_1);
421
- }
422
- if (col > (this$.ColumnCount - 1)) {
423
- const arg_3 = this$.ColumnCount | 0;
424
- (0, String_js_1.toFail)((0, String_js_1.printf)("Column index %d is out of bounds for ArcTableValues with column count %d."))(col)(arg_3);
425
- }
426
- let matchValue;
427
- const dict = this$._columns;
428
- let patternInput;
429
- let outArg = (0, Util_js_1.defaultOf)();
430
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, col, new Types_js_1.FSharpRef(() => outArg, (v) => {
431
- outArg = v;
432
- })), outArg];
433
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
434
- if (matchValue != null) {
435
- const colValueRefs = (0, Option_js_1.value)(matchValue);
436
- if (colValueRefs.tag === /* Sparse */ 1) {
437
- const values = colValueRefs.fields[0];
438
- return values.has(row) ? (0, MapUtil_js_1.getItemFromDict)(this$._valueMap, (0, MapUtil_js_1.getItemFromDict)(values, row)) : (0, String_js_1.toFail)((0, String_js_1.printf)("Row value for index %d does not exist in column %d of ArcTableValues."))(row)(col);
439
- }
440
- else {
441
- const valueHash = colValueRefs.fields[0] | 0;
442
- return (0, MapUtil_js_1.getItemFromDict)(this$._valueMap, valueHash);
443
- }
444
- }
445
- else {
446
- return (0, String_js_1.toFail)((0, String_js_1.printf)("Column %d does not exist in ArcTableValues."))(col);
447
- }
448
- }
449
- GetEnumerator() {
450
- const this$ = this;
451
- return (0, Util_js_1.getEnumerator)((0, Seq_js_1.delay)(() => (0, Seq_js_1.collect)((colI) => {
452
- let matchValue;
453
- const dict = this$._columns;
454
- let patternInput;
455
- let outArg = (0, Util_js_1.defaultOf)();
456
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, colI, new Types_js_1.FSharpRef(() => outArg, (v) => {
457
- outArg = v;
458
- })), outArg];
459
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
460
- if (matchValue != null) {
461
- const matchValue_1 = (0, Option_js_1.value)(matchValue);
462
- if (matchValue_1.tag === /* Sparse */ 1) {
463
- const values = matchValue_1.fields[0];
464
- return (0, Seq_js_1.collect)((rowI_1) => (values.has(rowI_1) ? (0, Seq_js_1.singleton)([[colI, rowI_1], (0, MapUtil_js_1.getItemFromDict)(this$._valueMap, (0, MapUtil_js_1.getItemFromDict)(values, rowI_1))]) : (0, Seq_js_1.empty)()), (0, Range_js_1.rangeDouble)(0, 1, this$._rowCount - 1));
465
- }
466
- else {
467
- const valueHash = matchValue_1.fields[0] | 0;
468
- return (0, Seq_js_1.map)((rowI) => [[colI, rowI], (0, MapUtil_js_1.getItemFromDict)(this$._valueMap, valueHash)], (0, Range_js_1.rangeDouble)(0, 1, this$._rowCount - 1));
469
- }
470
- }
471
- else {
472
- return (0, Seq_js_1.empty)();
473
- }
474
- }, (0, Range_js_1.rangeDouble)(0, 1, this$.ColumnCount - 1))));
475
- }
476
- [Symbol.iterator]() {
477
- return (0, Util_js_1.toIterator)((0, Util_js_1.getEnumerator)(this));
478
- }
479
- "System.Collections.IEnumerable.GetEnumerator"() {
480
- const this$ = this;
481
- return (0, Util_js_1.getEnumerator)(this$);
482
- }
483
- }
484
- exports.ArcTableValues = ArcTableValues;
485
- function ArcTableValues_$reflection() {
486
- return (0, Reflection_js_1.class_type)("ARCtrl.ArcTableAux.ArcTableValues", undefined, ArcTableValues);
487
- }
488
- function ArcTableValues_$ctor_39436F7C(cols, valueMap, rowCount) {
489
- return new ArcTableValues(cols, valueMap, rowCount);
490
- }
491
- function $007CIsUniqueExistingHeader$007C_$007C(existingHeaders, input) {
492
- switch (input.tag) {
493
- case /* Parameter */ 3:
494
- case /* Factor */ 2:
495
- case /* Characteristic */ 1:
496
- case /* Component */ 0:
497
- case /* FreeText */ 13:
498
- return undefined;
499
- case /* Output */ 12:
500
- return (0, Seq_js_1.tryFindIndex)((h) => (h.tag === /* Output */ 12), existingHeaders);
501
- case /* Input */ 11:
502
- return (0, Seq_js_1.tryFindIndex)((h_1) => (h_1.tag === /* Input */ 11), existingHeaders);
503
- default:
504
- return (0, Seq_js_1.tryFindIndex)((h_2) => (0, Util_js_1.equals)(h_2, input), existingHeaders);
505
- }
506
- }
507
- /**
508
- * Returns the column index of the duplicate unique column in `existingHeaders`.
509
- */
510
- function tryFindDuplicateUnique(newHeader, existingHeaders) {
511
- const activePatternResult = $007CIsUniqueExistingHeader$007C_$007C(existingHeaders, newHeader);
512
- if (activePatternResult != null) {
513
- const index = (0, Option_js_1.value)(activePatternResult) | 0;
514
- return index;
515
- }
516
- else {
517
- return undefined;
518
- }
519
- }
520
- /**
521
- * Returns the column index of the duplicate unique column in `existingHeaders`.
522
- */
523
- function tryFindDuplicateUniqueInArray(existingHeaders) {
524
- const loop = (i_mut, duplicateList_mut, headerList_mut) => {
525
- loop: while (true) {
526
- const i = i_mut, duplicateList = duplicateList_mut, headerList = headerList_mut;
527
- let matchResult, header, tail;
528
- if ((0, List_js_1.isEmpty)(headerList)) {
529
- matchResult = 0;
530
- }
531
- else if ((0, List_js_1.isEmpty)((0, List_js_1.tail)(headerList))) {
532
- matchResult = 0;
533
- }
534
- else {
535
- matchResult = 1;
536
- header = (0, List_js_1.head)(headerList);
537
- tail = (0, List_js_1.tail)(headerList);
538
- }
539
- switch (matchResult) {
540
- case 0:
541
- return duplicateList;
542
- default: {
543
- const hasDuplicate = tryFindDuplicateUnique(header, tail);
544
- i_mut = (i + 1);
545
- duplicateList_mut = ((hasDuplicate != null) ? (0, List_js_1.cons)({
546
- HeaderType: header,
547
- Index1: i,
548
- Index2: (0, Option_js_1.value)(hasDuplicate),
549
- }, duplicateList) : duplicateList);
550
- headerList_mut = tail;
551
- continue loop;
552
- }
553
- }
554
- break;
555
- }
556
- };
557
- return loop(0, (0, List_js_1.empty)(), (0, List_js_1.ofSeq)((0, Seq_js_1.filter)((x) => !x.IsTermColumn, existingHeaders)));
558
- }
559
- /**
560
- * Checks if given column index is valid for given number of columns.
561
- *
562
- * if `allowAppend` = true => `0 < index <= columnCount`
563
- *
564
- * if `allowAppend` = false => `0 < index < columnCount`
565
- */
566
- function SanityChecks_validateColumnIndex(index, columnCount, allowAppend) {
567
- let x, y;
568
- if (index < 0) {
569
- throw new Error("Cannot insert CompositeColumn at index < 0.");
570
- }
571
- if ((x = (index | 0), (y = (columnCount | 0), allowAppend ? ((0, Util_js_1.compare)(x, y) > 0) : ((0, Util_js_1.compare)(x, y) >= 0)))) {
572
- throw new Error(`Specified index is out of table range! Table contains only ${columnCount} columns.`);
573
- }
574
- }
575
- /**
576
- * Checks if given index is valid for given number of rows.
577
- *
578
- * if `allowAppend` = true => `0 < index <= rowCount`
579
- *
580
- * if `allowAppend` = false => `0 < index < rowCount`
581
- */
582
- function SanityChecks_validateRowIndex(index, rowCount, allowAppend) {
583
- let x, y;
584
- if (index < 0) {
585
- throw new Error("Cannot insert CompositeColumn at index < 0.");
586
- }
587
- if ((x = (index | 0), (y = (rowCount | 0), allowAppend ? ((0, Util_js_1.compare)(x, y) > 0) : ((0, Util_js_1.compare)(x, y) >= 0)))) {
588
- throw new Error(`Specified index is out of table range! Table contains only ${rowCount} rows.`);
589
- }
590
- }
591
- function SanityChecks_validateColumn(column) {
592
- column.Validate(true);
593
- }
594
- function SanityChecks_validateCellColumns(headers, columns, raiseException) {
595
- let clo, clo_1, clo_2;
596
- let isValid = true;
597
- let en = (0, Util_js_1.getEnumerator)(headers);
598
- let colIndex = 0;
599
- if ((headers.length !== columns.length) && (columns.length !== 0)) {
600
- (raiseException ? ((message) => {
601
- throw new Error(message);
602
- }) : ((clo = (0, String_js_1.toConsole)((0, String_js_1.printf)("%s")), (arg) => {
603
- clo(arg);
604
- })))(`Invalid table. Number of headers (${headers.length}) does not match number of columns (${columns.length}).`);
605
- isValid = false;
606
- }
607
- while ((isValid && en["System.Collections.IEnumerator.MoveNext"]()) && (columns.length !== 0)) {
608
- const header = en["System.Collections.Generic.IEnumerator`1.get_Current"]();
609
- let colEn = (0, Util_js_1.getEnumerator)(columns[colIndex]);
610
- colIndex = ((colIndex + 1) | 0);
611
- while (isValid && colEn["System.Collections.IEnumerator.MoveNext"]()) {
612
- const cell = colEn["System.Collections.Generic.IEnumerator`1.get_Current"]();
613
- const headerIsData = header.IsDataColumn;
614
- const headerIsFreetext = !header.IsTermColumn && !header.IsDataColumn;
615
- const cellIsNotFreetext = !cell.isFreeText;
616
- if (headerIsData && (!cell.isData && cellIsNotFreetext)) {
617
- (raiseException ? ((message_1) => {
618
- throw new Error(message_1);
619
- }) : ((clo_1 = (0, String_js_1.toConsole)((0, String_js_1.printf)("%s")), (arg_1) => {
620
- clo_1(arg_1);
621
- })))(`Invalid combination of header \`${header}\` and cell \`${cell}\`. Data header should contain either Data or Freetext cells.`);
622
- isValid = false;
623
- }
624
- if (headerIsFreetext && cellIsNotFreetext) {
625
- (raiseException ? ((message_2) => {
626
- throw new Error(message_2);
627
- }) : ((clo_2 = (0, String_js_1.toConsole)((0, String_js_1.printf)("%s")), (arg_2) => {
628
- clo_2(arg_2);
629
- })))(`Invalid combination of header \`${header}\` and cell \`${cell}\`. Freetext header should not contain non-freetext cells.`);
630
- isValid = false;
631
- }
632
- }
633
- }
634
- return isValid;
635
- }
636
- function SanityChecks_validateArcTableValues(headers, values, raiseException) {
637
- let clo;
638
- let isValid = true;
639
- let colIndex = 0;
640
- if ((headers.length !== values.ColumnCount) && (values.ColumnCount !== 0)) {
641
- (raiseException ? ((message) => {
642
- throw new Error(message);
643
- }) : ((clo = (0, String_js_1.toConsole)((0, String_js_1.printf)("%s")), (arg) => {
644
- clo(arg);
645
- })))(`Invalid table. Number of headers (${headers.length}) does not match number of columns (${values.ColumnCount}).`);
646
- isValid = false;
647
- }
648
- if ((values.RowCount !== 0) && (values.ColumnCount !== 0)) {
649
- while (isValid && (colIndex < values.ColumnCount)) {
650
- const header = headers[colIndex];
651
- let matchValue;
652
- const key = colIndex | 0;
653
- const dict = values.Columns;
654
- let patternInput;
655
- let outArg = (0, Util_js_1.defaultOf)();
656
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, key, new Types_js_1.FSharpRef(() => outArg, (v) => {
657
- outArg = v;
658
- })), outArg];
659
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
660
- if (matchValue != null) {
661
- if ((0, Option_js_1.value)(matchValue).tag === /* Sparse */ 1) {
662
- const column = (0, Option_js_1.value)(matchValue).fields[0];
663
- let enumerator = (0, Util_js_1.getEnumerator)(column);
664
- try {
665
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
666
- const kv = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
667
- const cell_1 = (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, kv[1]);
668
- if (!cell_1.ValidateAgainstHeader(header, raiseException)) {
669
- isValid = false;
670
- }
671
- }
672
- }
673
- finally {
674
- (0, Util_js_1.disposeSafe)(enumerator);
675
- }
676
- }
677
- else {
678
- const hash = (0, Option_js_1.value)(matchValue).fields[0] | 0;
679
- const cell = (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, hash);
680
- if (!cell.ValidateAgainstHeader(header, raiseException)) {
681
- isValid = false;
682
- }
683
- }
684
- }
685
- colIndex = ((colIndex + 1) | 0);
686
- }
687
- }
688
- return isValid;
689
- }
690
- function Unchecked_tryGetCellAt(column, row, values) {
691
- let dict, patternInput, outArg;
692
- return (0, Option_js_1.bind)((col) => {
693
- if (col.tag === /* Sparse */ 1) {
694
- const vals = col.fields[0];
695
- if (vals.has(row)) {
696
- return (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, (0, MapUtil_js_1.getItemFromDict)(vals, row));
697
- }
698
- else {
699
- return undefined;
700
- }
701
- }
702
- else {
703
- const valueHash = col.fields[0] | 0;
704
- return (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, valueHash);
705
- }
706
- }, (dict = values.Columns, (patternInput = ((outArg = (0, Util_js_1.defaultOf)(), [(0, MapUtil_js_1.tryGetValue)(dict, column, new Types_js_1.FSharpRef(() => outArg, (v) => {
707
- outArg = v;
708
- })), outArg])), patternInput[0] ? patternInput[1] : undefined)));
709
- }
710
- function Unchecked_getCellWithDefault(column, row, headers, values) {
711
- if (headers.length <= column) {
712
- const arg_1 = headers.length | 0;
713
- (0, String_js_1.toFail)((0, String_js_1.printf)("Column index %d is out of bounds for ArcTableValues with column count %d."))(column)(arg_1);
714
- }
715
- let matchValue;
716
- const dict = values.Columns;
717
- let patternInput;
718
- let outArg = (0, Util_js_1.defaultOf)();
719
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, column, new Types_js_1.FSharpRef(() => outArg, (v) => {
720
- outArg = v;
721
- })), outArg];
722
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
723
- if (matchValue == null) {
724
- if (row < values.RowCount) {
725
- return CompositeCell_js_1.CompositeCell.emptyFreeText;
726
- }
727
- else {
728
- return getEmptyCellForHeader(headers[column], undefined);
729
- }
730
- }
731
- else {
732
- const col = (0, Option_js_1.value)(matchValue);
733
- if (col.tag === /* Sparse */ 1) {
734
- const vals = col.fields[0];
735
- if (vals.has(row)) {
736
- return (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, (0, MapUtil_js_1.getItemFromDict)(vals, row));
737
- }
738
- else if (vals.size === 0) {
739
- return getEmptyCellForHeader(headers[column], undefined);
740
- }
741
- else {
742
- const header_1 = headers[column];
743
- const maxI = (0, Seq_js_1.max)(vals.keys(), {
744
- Compare: Util_js_1.comparePrimitives,
745
- }) | 0;
746
- return getEmptyCellForHeader(header_1, (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, (0, MapUtil_js_1.getItemFromDict)(vals, maxI)));
747
- }
748
- }
749
- else {
750
- const valueHash = col.fields[0] | 0;
751
- return (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, valueHash);
752
- }
753
- }
754
- }
755
- /**
756
- * Add or update a cell in the dictionary.
757
- */
758
- function Unchecked_setCellAt(columnIndex, rowIndex, c, values) {
759
- if ((rowIndex + 1) > values.RowCount) {
760
- values.RowCount = ((rowIndex + 1) | 0);
761
- }
762
- let matchValue;
763
- const dict = values.Columns;
764
- let patternInput;
765
- let outArg = (0, Util_js_1.defaultOf)();
766
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, columnIndex, new Types_js_1.FSharpRef(() => outArg, (v) => {
767
- outArg = v;
768
- })), outArg];
769
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
770
- if (matchValue != null) {
771
- const col = (0, Option_js_1.value)(matchValue);
772
- if (col.tag === /* Sparse */ 1) {
773
- const vals = col.fields[0];
774
- const key_1 = rowIndex | 0;
775
- const value = ensureCellHashInValueMap(c, values.ValueMap) | 0;
776
- const dict_1 = vals;
777
- if (dict_1.has(key_1)) {
778
- dict_1.set(key_1, value);
779
- }
780
- else {
781
- (0, MapUtil_js_1.addToDict)(dict_1, key_1, value);
782
- }
783
- }
784
- else {
785
- const valueHash = col.fields[0] | 0;
786
- const hash_2 = ensureCellHashInValueMap(c, values.ValueMap) | 0;
787
- if (hash_2 === valueHash) {
788
- }
789
- else {
790
- const d = new Map([]);
791
- for (let i = 0; i <= (values.RowCount - 1); i++) {
792
- if (i === rowIndex) {
793
- (0, MapUtil_js_1.addToDict)(d, i, hash_2);
794
- }
795
- else {
796
- (0, MapUtil_js_1.addToDict)(d, i, valueHash);
797
- }
798
- }
799
- values.Columns.set(columnIndex, ColumnValueRefs_Sparse(d));
800
- }
801
- }
802
- }
803
- else if ((values.RowCount <= 1) && (rowIndex === 0)) {
804
- const hash = ensureCellHashInValueMap(c, values.ValueMap) | 0;
805
- (0, MapUtil_js_1.addToDict)(values.Columns, columnIndex, ColumnValueRefs_Constant(hash));
806
- }
807
- else {
808
- const newColumn = new Map([]);
809
- (0, MapUtil_js_1.addToDict)(newColumn, rowIndex, ensureCellHashInValueMap(c, values.ValueMap));
810
- (0, MapUtil_js_1.addToDict)(values.Columns, columnIndex, ColumnValueRefs_Sparse(newColumn));
811
- }
812
- }
813
- function Unchecked_removeCellAt(columnIndex, rowIndex, values) {
814
- let matchValue;
815
- const dict = values.Columns;
816
- let patternInput;
817
- let outArg = (0, Util_js_1.defaultOf)();
818
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, columnIndex, new Types_js_1.FSharpRef(() => outArg, (v) => {
819
- outArg = v;
820
- })), outArg];
821
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
822
- if (matchValue != null) {
823
- const col = (0, Option_js_1.value)(matchValue);
824
- if (col.tag === /* Sparse */ 1) {
825
- const vals = col.fields[0];
826
- if (vals.has(rowIndex)) {
827
- vals.delete(rowIndex);
828
- if (vals.size === 0) {
829
- values.Columns.delete(columnIndex);
830
- }
831
- }
832
- }
833
- else {
834
- const valueHash = col.fields[0] | 0;
835
- if ((rowIndex === 0) && (values.RowCount === 1)) {
836
- values.Columns.delete(columnIndex);
837
- }
838
- }
839
- }
840
- }
841
- function Unchecked_moveCellTo(fromCol, fromRow, toCol, toRow, values) {
842
- const matchValue = Unchecked_tryGetCellAt(fromCol, fromRow, values);
843
- if (matchValue == null) {
844
- }
845
- else {
846
- const cell = (0, Option_js_1.value)(matchValue);
847
- Unchecked_removeCellAt(fromCol, fromRow, values);
848
- Unchecked_setCellAt(toCol, toRow, cell, values);
849
- }
850
- }
851
- function Unchecked_removeHeader(index, headers) {
852
- headers.splice(index, 1);
853
- }
854
- /**
855
- * Remove cells of one Column, change index of cells with higher index to index - 1
856
- */
857
- function Unchecked_removeColumnCells(colIndex, values) {
858
- values.Columns.delete(colIndex);
859
- }
860
- /**
861
- * Remove cells of one Column, change index of cells with higher index to index - 1
862
- */
863
- function Unchecked_removeColumnCells_withIndexChange(colIndex, columnCount, values) {
864
- if (colIndex < (columnCount - 1)) {
865
- const cols = new Map([]);
866
- (0, Seq_js_1.iterate)((kv) => {
867
- const cI = kv[0] | 0;
868
- if (cI > colIndex) {
869
- (0, MapUtil_js_1.addToDict)(cols, cI - 1, kv[1]);
870
- }
871
- else if (cI < colIndex) {
872
- (0, MapUtil_js_1.addToDict)(cols, cI, kv[1]);
873
- }
874
- }, values.Columns);
875
- values.Columns = cols;
876
- }
877
- else {
878
- const value = Unchecked_removeColumnCells(colIndex, values);
879
- }
880
- }
881
- function Unchecked_removeRowCells(rowIndex, columnCount, values) {
882
- for (let c = 0; c <= (columnCount - 1); c++) {
883
- Unchecked_removeCellAt(c, rowIndex, values);
884
- }
885
- }
886
- /**
887
- * Remove cells of one Row, change index of cells with higher index to index - 1
888
- */
889
- function Unchecked_removeRowCells_withIndexChange(rowIndex, values) {
890
- if ((rowIndex === 0) && (values.RowCount === 1)) {
891
- values.RowCount = 0;
892
- values.Columns = (new Map([]));
893
- }
894
- else {
895
- (0, Seq_js_1.iterate)((kv) => {
896
- const matchValue = kv[1];
897
- if (matchValue.tag === /* Sparse */ 1) {
898
- const vals = matchValue.fields[0];
899
- if (rowIndex < (values.RowCount - 1)) {
900
- const col = new Map([]);
901
- (0, Seq_js_1.iterate)((kv_1) => {
902
- const rI = kv_1[0] | 0;
903
- if (rI > rowIndex) {
904
- (0, MapUtil_js_1.addToDict)(col, rI - 1, kv_1[1]);
905
- }
906
- else if (rI < rowIndex) {
907
- (0, MapUtil_js_1.addToDict)(col, rI, kv_1[1]);
908
- }
909
- }, vals);
910
- values.Columns.set(kv[0], ColumnValueRefs_Sparse(col));
911
- }
912
- else {
913
- vals.delete(rowIndex);
914
- }
915
- }
916
- }, values.Columns);
917
- values.RowCount = ((values.RowCount - 1) | 0);
918
- }
919
- }
920
- /**
921
- * Remove cells of one Row, change index of cells with higher index to index - 1
922
- */
923
- function Unchecked_removeRowRange_withIndexChange(rowStartIndex, rowEndIndex, values) {
924
- if ((rowStartIndex === 0) && (values.RowCount === rowEndIndex)) {
925
- values.RowCount = 0;
926
- values.Columns = (new Map([]));
927
- }
928
- else {
929
- (0, Seq_js_1.iterate)((kv) => {
930
- const matchValue = kv[1];
931
- if (matchValue.tag === /* Sparse */ 1) {
932
- const vals = matchValue.fields[0];
933
- const range = ((rowEndIndex - rowStartIndex) + 1) | 0;
934
- if (rowEndIndex < (values.RowCount - 1)) {
935
- const col = new Map([]);
936
- (0, Seq_js_1.iterate)((kv_1) => {
937
- const rI = kv_1[0] | 0;
938
- if (rI > rowEndIndex) {
939
- (0, MapUtil_js_1.addToDict)(col, rI - range, kv_1[1]);
940
- }
941
- else if (rI < rowStartIndex) {
942
- (0, MapUtil_js_1.addToDict)(col, rI, kv_1[1]);
943
- }
944
- }, vals);
945
- values.Columns.set(kv[0], ColumnValueRefs_Sparse(col));
946
- }
947
- else {
948
- for (let rowIndex = rowStartIndex; rowIndex <= rowEndIndex; rowIndex++) {
949
- vals.delete(rowIndex);
950
- }
951
- }
952
- }
953
- }, values.Columns);
954
- values.RowCount = ((values.RowCount - ((rowEndIndex - rowStartIndex) + 1)) | 0);
955
- }
956
- }
957
- function Unchecked_moveColumnCellsTo(fromCol, toCol, values) {
958
- let matchValue;
959
- const dict = values.Columns;
960
- let patternInput;
961
- let outArg = (0, Util_js_1.defaultOf)();
962
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, fromCol, new Types_js_1.FSharpRef(() => outArg, (v) => {
963
- outArg = v;
964
- })), outArg];
965
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
966
- if (matchValue != null) {
967
- const col = (0, Option_js_1.value)(matchValue);
968
- Unchecked_removeColumnCells(fromCol, values);
969
- const key_1 = toCol | 0;
970
- const value = col;
971
- const dict_1 = values.Columns;
972
- if (dict_1.has(key_1)) {
973
- dict_1.set(key_1, value);
974
- }
975
- else {
976
- (0, MapUtil_js_1.addToDict)(dict_1, key_1, value);
977
- }
978
- }
979
- }
980
- /**
981
- * Add a new column to the ArcTableValues.
982
- */
983
- function Unchecked_addRefColumn(newHeader, newCol, rowCount, index, forceReplace, onlyHeaders, headers, values) {
984
- let numberOfNewColumns = 1;
985
- let index_1 = index;
986
- const hasDuplicateUnique = tryFindDuplicateUnique(newHeader, headers);
987
- if (!forceReplace && (hasDuplicateUnique != null)) {
988
- throw new Error(`Invalid new column \`${newHeader}\`. Table already contains header of the same type on index \`${(0, Option_js_1.value)(hasDuplicateUnique)}\``);
989
- }
990
- if (rowCount > values.RowCount) {
991
- values.RowCount = (rowCount | 0);
992
- let enumerator = (0, Util_js_1.getEnumerator)(values.Columns);
993
- try {
994
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
995
- const kv = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
996
- values.Columns.set(kv[0], ColumnValueRefs__ToSparse_Z524259A4(kv[1], values.RowCount));
997
- }
998
- }
999
- finally {
1000
- (0, Util_js_1.disposeSafe)(enumerator);
1001
- }
1002
- }
1003
- if ((((rowCount < values.RowCount) && (hasDuplicateUnique != null)) && forceReplace) && (values.Columns.size === 1)) {
1004
- values.RowCount = (rowCount | 0);
1005
- }
1006
- if (hasDuplicateUnique != null) {
1007
- numberOfNewColumns = 0;
1008
- index_1 = ((0, Option_js_1.value)(hasDuplicateUnique) | 0);
1009
- }
1010
- const matchValue = headers.length | 0;
1011
- const matchValue_1 = values.RowCount | 0;
1012
- const startColCount = matchValue | 0;
1013
- if (hasDuplicateUnique != null) {
1014
- Unchecked_removeHeader(index_1, headers);
1015
- }
1016
- headers.splice(index_1, 0, newHeader);
1017
- if ((index_1 < startColCount) && (hasDuplicateUnique == null)) {
1018
- const lastColumnIndex = (0, Double_js_1.max)(startColCount - 1, 0) | 0;
1019
- for (let columnIndex = lastColumnIndex; columnIndex >= index_1; columnIndex--) {
1020
- Unchecked_moveColumnCellsTo(columnIndex, columnIndex + numberOfNewColumns, values);
1021
- }
1022
- }
1023
- if (!onlyHeaders) {
1024
- const key = index_1 | 0;
1025
- const value = newCol;
1026
- const dict = values.Columns;
1027
- if (dict.has(key)) {
1028
- dict.set(key, value);
1029
- }
1030
- else {
1031
- (0, MapUtil_js_1.addToDict)(dict, key, value);
1032
- }
1033
- }
1034
- }
1035
- function Unchecked_addColumn(newHeader, newCells, index, forceReplace, onlyHeaders, headers, values) {
1036
- Unchecked_addRefColumn(newHeader, ColumnValueRefs_fromCellColumn_14896151(newCells, values.RowCount, values.ValueMap), (0, Seq_js_1.length)(newCells), index, forceReplace, onlyHeaders, headers, values);
1037
- }
1038
- function Unchecked_addColumnFill(newHeader, newCell, index, forceReplace, onlyHeaders, headers, values) {
1039
- Unchecked_addRefColumn(newHeader, ColumnValueRefs_Constant(ensureCellHashInValueMap(newCell, values.ValueMap)), 1, index, forceReplace, onlyHeaders, headers, values);
1040
- }
1041
- function Unchecked_fillMissingCells(headers, values) {
1042
- let i_1;
1043
- if (values.RowCount === 0) {
1044
- }
1045
- else {
1046
- for (let i = 0; i <= (values.ColumnCount - 1); i++) {
1047
- let matchValue;
1048
- const dict = values.Columns;
1049
- let patternInput;
1050
- let outArg = (0, Util_js_1.defaultOf)();
1051
- patternInput = [(0, MapUtil_js_1.tryGetValue)(dict, i, new Types_js_1.FSharpRef(() => outArg, (v) => {
1052
- outArg = v;
1053
- })), outArg];
1054
- matchValue = (patternInput[0] ? patternInput[1] : undefined);
1055
- if (matchValue != null) {
1056
- if ((0, Option_js_1.value)(matchValue).tag === /* Sparse */ 1) {
1057
- const vals = (0, Option_js_1.value)(matchValue).fields[0];
1058
- if (vals.size < values.RowCount) {
1059
- const header = headers[i];
1060
- const defaultHash = ensureCellHashInValueMap((vals.size === 0) ? getEmptyCellForHeader(header, undefined) : ((i_1 = ((0, Seq_js_1.max)(vals.keys(), {
1061
- Compare: Util_js_1.comparePrimitives,
1062
- }) | 0), getEmptyCellForHeader(header, (0, MapUtil_js_1.getItemFromDict)(values.ValueMap, (0, MapUtil_js_1.getItemFromDict)(vals, i_1))))), values.ValueMap) | 0;
1063
- for (let j = vals.size; j <= (values.RowCount - 1); j++) {
1064
- if (!vals.has(j)) {
1065
- (0, MapUtil_js_1.addToDict)(vals, j, defaultHash);
1066
- }
1067
- }
1068
- }
1069
- }
1070
- }
1071
- else {
1072
- const col = ColumnValueRefs_Constant(ensureCellHashInValueMap(getEmptyCellForHeader(headers[i], undefined), values.ValueMap));
1073
- const value = (0, MapUtil_js_1.addToDict)(values.Columns, i, col);
1074
- }
1075
- }
1076
- }
1077
- }
1078
- function Unchecked_addEmptyRow(index, values) {
1079
- if ((index < values.RowCount) && (values.ColumnCount !== 0)) {
1080
- let enumerator = (0, Util_js_1.getEnumerator)(values.Columns);
1081
- try {
1082
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
1083
- const matchValue = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]()[1];
1084
- if (matchValue.tag === /* Sparse */ 1) {
1085
- const dict = matchValue.fields[0];
1086
- const maxIndex = (0, Seq_js_1.max)(dict.keys(), {
1087
- Compare: Util_js_1.comparePrimitives,
1088
- }) | 0;
1089
- for (let i = maxIndex; i >= ((index + 1) - 1); i--) {
1090
- if (dict.has(i)) {
1091
- const v = (0, MapUtil_js_1.getItemFromDict)(dict, i) | 0;
1092
- dict.delete(i);
1093
- (0, MapUtil_js_1.addToDict)(dict, i + 1, v);
1094
- }
1095
- }
1096
- }
1097
- else {
1098
- const valueHash = matchValue.fields[0] | 0;
1099
- }
1100
- }
1101
- }
1102
- finally {
1103
- (0, Util_js_1.disposeSafe)(enumerator);
1104
- }
1105
- }
1106
- values.RowCount = ((values.RowCount + 1) | 0);
1107
- }
1108
- function Unchecked_addRow(index, newCells, headers, values) {
1109
- const rowCount = values.RowCount | 0;
1110
- const columnCount = values.ColumnCount | 0;
1111
- let increaseRowIndices;
1112
- if (index < rowCount) {
1113
- const lastRowIndex = (0, Double_js_1.max)(rowCount - 1, 0) | 0;
1114
- for (let rowIndex = lastRowIndex; rowIndex >= index; rowIndex--) {
1115
- for (let columnIndex = 0; columnIndex <= (columnCount - 1); columnIndex++) {
1116
- Unchecked_moveCellTo(columnIndex, rowIndex, columnIndex, rowIndex + 1, values);
1117
- }
1118
- }
1119
- }
1120
- else {
1121
- increaseRowIndices = undefined;
1122
- }
1123
- const setNewCells = (0, Collections_js_1.ResizeArray_iteri)((columnIndex_1, cell) => {
1124
- Unchecked_setCellAt(columnIndex_1, index, cell, values);
1125
- }, newCells);
1126
- }
1127
- function Unchecked_addRows(index, newRows, headers, values) {
1128
- const rowCount = values.RowCount | 0;
1129
- const columnCount = values.ColumnCount | 0;
1130
- const numNewRows = newRows.length | 0;
1131
- let increaseRowIndices;
1132
- if (index < rowCount) {
1133
- const lastRowIndex = (0, Double_js_1.max)(rowCount - 1, 0) | 0;
1134
- for (let rowIndex = lastRowIndex; rowIndex >= index; rowIndex--) {
1135
- for (let columnIndex = 0; columnIndex <= (columnCount - 1); columnIndex++) {
1136
- Unchecked_moveCellTo(columnIndex, rowIndex, columnIndex, rowIndex + numNewRows, values);
1137
- }
1138
- }
1139
- }
1140
- else {
1141
- increaseRowIndices = undefined;
1142
- }
1143
- let currentRowIndex = index;
1144
- let enumerator = (0, Util_js_1.getEnumerator)(newRows);
1145
- try {
1146
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
1147
- const setNewCells = (0, Collections_js_1.ResizeArray_iteri)((columnIndex_1, cell) => {
1148
- Unchecked_setCellAt(columnIndex_1, currentRowIndex, cell, values);
1149
- }, enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]());
1150
- currentRowIndex = ((currentRowIndex + 1) | 0);
1151
- }
1152
- }
1153
- finally {
1154
- (0, Util_js_1.disposeSafe)(enumerator);
1155
- }
1156
- }
1157
- /**
1158
- * Returns true, if two composite headers share the same main header string
1159
- */
1160
- function Unchecked_compositeHeaderMainColumnEqual(ch1, ch2) {
1161
- return (0, Types_js_1.toString)(ch1) === (0, Types_js_1.toString)(ch2);
1162
- }
1163
- /**
1164
- * Moves a column from one position to another
1165
- *
1166
- * This function moves the column from `fromCol` to `toCol` and shifts all columns in between accordingly
1167
- */
1168
- function Unchecked_moveColumnTo(fromCol, toCol, headers, values) {
1169
- const patternInput = (fromCol < toCol) ? [-1, fromCol + 1, toCol] : [1, fromCol - 1, toCol];
1170
- const shiftStart = patternInput[1] | 0;
1171
- const shiftEnd = patternInput[2] | 0;
1172
- const shift = patternInput[0] | 0;
1173
- const header = headers[fromCol];
1174
- const enumerator = (0, Util_js_1.getEnumerator)((0, Seq_js_1.toList)((0, Range_js_1.rangeDouble)(shiftStart, (0, Int32_js_1.op_UnaryNegation_Int32)(shift), shiftEnd)));
1175
- try {
1176
- while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
1177
- const c = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]() | 0;
1178
- (0, Array_js_1.setItem)(headers, c + shift, headers[c]);
1179
- }
1180
- }
1181
- finally {
1182
- (0, Util_js_1.disposeSafe)(enumerator);
1183
- }
1184
- (0, Array_js_1.setItem)(headers, toCol, header);
1185
- const col = (0, MapUtil_js_1.getItemFromDict)(values.Columns, fromCol);
1186
- const enumerator_1 = (0, Util_js_1.getEnumerator)((0, Seq_js_1.toList)((0, Range_js_1.rangeDouble)(shiftStart, (0, Int32_js_1.op_UnaryNegation_Int32)(shift), shiftEnd)));
1187
- try {
1188
- while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
1189
- const c_1 = enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"]() | 0;
1190
- values.Columns.set(c_1 + shift, (0, MapUtil_js_1.getItemFromDict)(values.Columns, c_1));
1191
- }
1192
- }
1193
- finally {
1194
- (0, Util_js_1.disposeSafe)(enumerator_1);
1195
- }
1196
- values.Columns.set(toCol, col);
1197
- }
1198
- /**
1199
- * From a list of rows consisting of headers and values, creates a list of combined headers and the values as a sparse matrix
1200
- *
1201
- * The values cant be directly taken as they are, as there is no guarantee that the headers are aligned
1202
- *
1203
- * This function aligns the headers and values by the main header string
1204
- *
1205
- * If keepOrder is true, the order of values per row is kept intact, otherwise the values are allowed to be reordered
1206
- */
1207
- function Unchecked_alignByHeaders(keepOrder, rows) {
1208
- const headers = [];
1209
- const values = ArcTableValues.init();
1210
- values.RowCount = ((0, List_js_1.length)(rows) | 0);
1211
- const loop = (colI_mut, rows_2_mut) => {
1212
- loop: while (true) {
1213
- const colI = colI_mut, rows_2 = rows_2_mut;
1214
- if (!(0, List_js_1.exists)((arg) => !(0, List_js_1.isEmpty)(arg), rows_2)) {
1215
- return [headers, values];
1216
- }
1217
- else {
1218
- const firstElem = (0, List_js_1.pick)((l) => ((0, List_js_1.isEmpty)(l) ? undefined : (0, List_js_1.head)(l)), rows_2)[0];
1219
- void (headers.push(firstElem));
1220
- colI_mut = (colI + 1);
1221
- rows_2_mut = (0, List_js_1.mapIndexed)((rowI, l_1) => {
1222
- if (keepOrder) {
1223
- if (!(0, List_js_1.isEmpty)(l_1)) {
1224
- if (Unchecked_compositeHeaderMainColumnEqual((0, List_js_1.head)(l_1)[0], firstElem)) {
1225
- Unchecked_setCellAt(colI, rowI, (0, List_js_1.head)(l_1)[1], values);
1226
- return (0, List_js_1.tail)(l_1);
1227
- }
1228
- else {
1229
- return l_1;
1230
- }
1231
- }
1232
- else {
1233
- return (0, List_js_1.empty)();
1234
- }
1235
- }
1236
- else {
1237
- const patternInput = (0, Collections_js_1.List_tryPickAndRemove)((tupledArg) => {
1238
- if (Unchecked_compositeHeaderMainColumnEqual(tupledArg[0], firstElem)) {
1239
- return tupledArg[1];
1240
- }
1241
- else {
1242
- return undefined;
1243
- }
1244
- }, l_1);
1245
- const newL = patternInput[1];
1246
- const firstMatch = patternInput[0];
1247
- if (firstMatch == null) {
1248
- return newL;
1249
- }
1250
- else {
1251
- Unchecked_setCellAt(colI, rowI, (0, Option_js_1.value)(firstMatch), values);
1252
- return newL;
1253
- }
1254
- }
1255
- }, rows_2);
1256
- continue loop;
1257
- }
1258
- break;
1259
- }
1260
- };
1261
- return loop(0, rows);
1262
- }