@nfdi4plants/arctrl 1.0.0-alpha9 → 1.0.0-beta.2

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 (286) hide show
  1. package/ARC.js +28 -29
  2. package/Contract/Contract.js +3 -3
  3. package/Contracts/Contracts.ArcAssay.js +3 -3
  4. package/Contracts/Contracts.ArcInvestigation.js +3 -3
  5. package/Contracts/Contracts.ArcStudy.js +3 -3
  6. package/Contracts/Contracts.Git.js +4 -4
  7. package/FileSystem/Commit.js +2 -2
  8. package/FileSystem/FileSystem.js +4 -4
  9. package/FileSystem/FileSystemTree.js +15 -15
  10. package/FileSystem/Path.js +2 -2
  11. package/FileSystemTree.js +1 -1
  12. package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
  13. package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
  14. package/ISA/ISA/ArcTypes/ArcTables.js +283 -279
  15. package/ISA/ISA/ArcTypes/ArcTypes.js +89 -373
  16. package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
  17. package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
  18. package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
  19. package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
  20. package/ISA/ISA/Builder/Types.js +5 -5
  21. package/ISA/ISA/Fable.js +5 -5
  22. package/ISA/ISA/Helper.js +9 -9
  23. package/ISA/ISA/Identifier.js +2 -2
  24. package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
  25. package/ISA/ISA/JsonTypes/Assay.js +26 -26
  26. package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
  27. package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
  28. package/ISA/ISA/JsonTypes/Comment.js +3 -3
  29. package/ISA/ISA/JsonTypes/CommentList.js +4 -4
  30. package/ISA/ISA/JsonTypes/Component.js +12 -12
  31. package/ISA/ISA/JsonTypes/Data.js +4 -4
  32. package/ISA/ISA/JsonTypes/DataFile.js +2 -2
  33. package/ISA/ISA/JsonTypes/Factor.js +12 -12
  34. package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
  35. package/ISA/ISA/JsonTypes/Investigation.js +6 -6
  36. package/ISA/ISA/JsonTypes/Material.js +5 -5
  37. package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
  38. package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
  39. package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
  40. package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
  41. package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
  42. package/ISA/ISA/JsonTypes/Person.js +9 -9
  43. package/ISA/ISA/JsonTypes/Process.js +11 -11
  44. package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
  45. package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
  46. package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
  47. package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
  48. package/ISA/ISA/JsonTypes/Protocol.js +6 -6
  49. package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
  50. package/ISA/ISA/JsonTypes/Publication.js +8 -8
  51. package/ISA/ISA/JsonTypes/Sample.js +5 -5
  52. package/ISA/ISA/JsonTypes/Source.js +5 -5
  53. package/ISA/ISA/JsonTypes/Study.js +58 -58
  54. package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
  55. package/ISA/ISA/JsonTypes/Value.js +7 -7
  56. package/ISA/ISA/Regex.js +3 -3
  57. package/ISA/ISA.Json/Assay.js +5 -5
  58. package/ISA/ISA.Json/Comment.js +5 -5
  59. package/ISA/ISA.Json/ConverterOptions.js +1 -1
  60. package/ISA/ISA.Json/Data.js +5 -5
  61. package/ISA/ISA.Json/Decode.js +4 -4
  62. package/ISA/ISA.Json/Factor.js +5 -5
  63. package/ISA/ISA.Json/GEncode.js +3 -3
  64. package/ISA/ISA.Json/Investigation.js +6 -6
  65. package/ISA/ISA.Json/Material.js +5 -5
  66. package/ISA/ISA.Json/Ontology.js +6 -6
  67. package/ISA/ISA.Json/Person.js +10 -10
  68. package/ISA/ISA.Json/Process.js +5 -5
  69. package/ISA/ISA.Json/Protocol.js +6 -6
  70. package/ISA/ISA.Json/Publication.js +4 -4
  71. package/ISA/ISA.Json/Study.js +6 -6
  72. package/ISA/ISA.Json/Validation/Fable.js +6 -6
  73. package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
  74. package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
  75. package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +19 -17
  76. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +4 -4
  77. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +9 -9
  78. package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +14 -14
  79. package/ISA/ISA.Spreadsheet/ArcAssay.js +17 -20
  80. package/ISA/ISA.Spreadsheet/ArcInvestigation.js +37 -37
  81. package/ISA/ISA.Spreadsheet/ArcStudy.js +13 -13
  82. package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
  83. package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
  84. package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
  85. package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
  86. package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
  87. package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
  88. package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
  89. package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
  90. package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
  91. package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
  92. package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
  93. package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +23 -23
  94. package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
  95. package/README.md +29 -253
  96. package/SemVer.js +7 -7
  97. package/Templates/Template.Json.js +12 -9
  98. package/Templates/Template.Spreadsheet.js +39 -23
  99. package/Templates/Template.Web.js +4 -4
  100. package/Templates/Template.js +7 -7
  101. package/Templates/Templates.js +5 -5
  102. package/WebRequest/WebRequest.js +4 -4
  103. package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
  104. package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
  105. package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
  106. package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
  107. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
  108. package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -0
  109. package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
  110. package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
  111. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +85 -36
  112. package/fable_modules/FsSpreadsheet.5.0.1/Cells/FsCell.fs.js +272 -0
  113. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
  114. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +1 -0
  115. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +21 -21
  116. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
  117. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
  118. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
  119. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
  120. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
  121. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
  122. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +1 -1
  123. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +9 -8
  124. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +1 -1
  125. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +7 -7
  126. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
  127. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
  128. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +3 -1
  129. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
  130. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs +2 -0
  131. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
  132. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
  133. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +10 -1
  134. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +24 -19
  135. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
  136. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
  137. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
  138. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
  139. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
  140. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +4 -4
  141. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +10 -10
  142. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +20 -4
  143. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +33 -13
  144. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
  145. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
  146. package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
  147. package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
  148. package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
  149. package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
  150. package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
  151. package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
  152. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
  153. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
  154. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
  155. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
  156. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
  157. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
  158. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
  159. package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
  160. package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
  161. package/fable_modules/project_cracked.json +1 -1
  162. package/package.json +1 -1
  163. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
  164. package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
  165. package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
  166. package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
  167. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
  168. package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
  169. package/fable_modules/FsSpreadsheet.4.1.0/Cells/FsCell.fs.js +0 -240
  170. package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
  171. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
  172. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
  173. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
  174. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
  175. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
  176. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
  177. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
  178. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
  179. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
  180. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
  181. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
  182. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
  183. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
  184. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
  185. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
  186. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
  187. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
  188. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
  189. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
  190. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
  191. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  192. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
  193. /package/fable_modules/{FsSpreadsheet.4.1.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
  194. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
  195. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
  196. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
  197. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
  198. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
  199. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
  200. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
  201. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
  202. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
  203. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
  204. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
  205. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
  206. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
  207. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
  208. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
  209. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
  210. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
  211. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
  212. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
  213. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
  214. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
  215. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
  216. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
  217. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
  218. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
  219. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
  220. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
  221. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
  222. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
  223. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
  224. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
  225. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
  226. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
  227. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
  228. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
  229. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
  230. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
  231. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
  232. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
  233. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
  234. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
  235. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
  236. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
  237. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
  238. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
  239. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
  240. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
  241. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
  242. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
  243. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
  244. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
  245. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
  246. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
  247. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
  248. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
  249. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
  250. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
  251. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
  252. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
  253. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
  254. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
  255. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
  256. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
  257. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
  258. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
  259. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
  260. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
  261. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
  262. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
  263. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
  264. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
  265. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
  266. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
  267. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
  268. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
  269. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
  270. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
  271. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
  272. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
  273. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
  274. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
  275. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
  276. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
  277. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
  278. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
  279. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
  280. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
  281. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
  282. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
  283. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
  284. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
  285. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
  286. /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/package.json +0 -0
package/ARC.js CHANGED
@@ -1,27 +1,27 @@
1
- import { concat, fold, exactlyOne, choose, map } from "./fable_modules/fable-library.4.1.4/Array.js";
1
+ import { concat, fold, exactlyOne, choose, map } from "./fable_modules/fable-library.4.4.1/Array.js";
2
2
  import { toFsWorkbook as toFsWorkbook_1, fromFsWorkbook } from "./ISA/ISA.Spreadsheet/ArcAssay.js";
3
3
  import { tryFromContract } from "./Contracts/Contracts.ArcAssay.js";
4
4
  import { ARCtrl_ISA_ArcStudy__ArcStudy_toFsWorkbook_Static_Z2A9662E9, ARCtrl_ISA_ArcStudy__ArcStudy_fromFsWorkbook_Static_32154C9D } from "./ISA/ISA.Spreadsheet/ArcStudy.js";
5
5
  import { tryFromContract as tryFromContract_1 } from "./Contracts/Contracts.ArcStudy.js";
6
6
  import { toFsWorkbook, fromFsWorkbook as fromFsWorkbook_1 } from "./ISA/ISA.Spreadsheet/ArcInvestigation.js";
7
7
  import { tryFromContract as tryFromContract_2 } from "./Contracts/Contracts.ArcInvestigation.js";
8
- import { collect, toList, empty, singleton, append, delay, iterate, find, tryFind, toArray } from "./fable_modules/fable-library.4.1.4/Seq.js";
8
+ import { collect, toList, empty, singleton, append, delay, iterate, find, tryFind, toArray } from "./fable_modules/fable-library.4.4.1/Seq.js";
9
9
  import { createRunsFolder, createWorkflowsFolder, createInvestigationFile, createStudyFolder, createStudiesFolder, createAssayFolder, createAssaysFolder } from "./FileSystemTree.js";
10
10
  import { FileSystemTree } from "./FileSystem/FileSystemTree.js";
11
11
  import { FileSystem } from "./FileSystem/FileSystem.js";
12
- import { bind, map as map_1, value as value_2, defaultArg, unwrap } from "./fable_modules/fable-library.4.1.4/Option.js";
12
+ import { bind, map as map_1, value as value_2, defaultArg, unwrap } from "./fable_modules/fable-library.4.4.1/Option.js";
13
13
  import { tryISAReadContractFromPath } from "./Contracts/Contracts.ARCtrl.js";
14
- import { ArcTables__get_Tables, ArcTables_$ctor_Z18C2F36D, ArcTables_updateReferenceTablesBySheets_Z2EE88E97 } from "./ISA/ISA/ArcTypes/ArcTables.js";
15
- import { addToDict } from "./fable_modules/fable-library.4.1.4/MapUtil.js";
14
+ import { ArcTables } from "./ISA/ISA/ArcTypes/ArcTables.js";
15
+ import { addToDict } from "./fable_modules/fable-library.4.4.1/MapUtil.js";
16
16
  import { ArcInvestigation } from "./ISA/ISA/ArcTypes/ArcTypes.js";
17
17
  import { Assay_fileNameFromIdentifier, Study_fileNameFromIdentifier } from "./ISA/ISA/Identifier.js";
18
- import { Dictionary_tryGet } from "./fable_modules/FsSpreadsheet.4.1.0/Cells/FsCellsCollection.fs.js";
18
+ import { Dictionary_tryGet } from "./fable_modules/FsSpreadsheet.5.0.1/Cells/FsCellsCollection.fs.js";
19
19
  import { Contract } from "./Contract/Contract.js";
20
20
  import { Clone_createCloneContract_5000466F, Init_createAddRemoteContract_Z721C83C5, gitignoreContract, Init_createInitContract_6DFDD678 } from "./Contracts/Contracts.Git.js";
21
- import { FSharpSet__Contains, ofSeq, unionMany } from "./fable_modules/fable-library.4.1.4/Set.js";
22
- import { comparePrimitives } from "./fable_modules/fable-library.4.1.4/Util.js";
23
- import { ofSeq as ofSeq_1 } from "./fable_modules/fable-library.4.1.4/Map.js";
24
- import { class_type } from "./fable_modules/fable-library.4.1.4/Reflection.js";
21
+ import { FSharpSet__Contains, ofSeq, unionMany } from "./fable_modules/fable-library.4.4.1/Set.js";
22
+ import { comparePrimitives } from "./fable_modules/fable-library.4.4.1/Util.js";
23
+ import { ofSeq as ofSeq_1 } from "./fable_modules/fable-library.4.4.1/Map.js";
24
+ import { class_type } from "./fable_modules/fable-library.4.4.1/Reflection.js";
25
25
 
26
26
  export function ARCAux_getArcAssaysFromContracts(contracts) {
27
27
  return map(fromFsWorkbook, choose(tryFromContract, contracts));
@@ -47,23 +47,23 @@ export function ARCAux_updateFSByISA(isa, fs) {
47
47
  const assays = createAssaysFolder(map(createAssayFolder, patternInput[1]));
48
48
  const studies = createStudiesFolder(map(createStudyFolder, patternInput[0]));
49
49
  const investigation = createInvestigationFile();
50
- let tree;
51
- const arg = FileSystemTree.createRootFolder([investigation, assays, studies]);
52
- tree = FileSystem.create({
53
- tree: arg,
50
+ let tree_1;
51
+ const tree = FileSystemTree.createRootFolder([investigation, assays, studies]);
52
+ tree_1 = FileSystem.create({
53
+ tree: tree,
54
54
  });
55
- return fs.Union(tree);
55
+ return fs.Union(tree_1);
56
56
  }
57
57
 
58
58
  export function ARCAux_updateFSByCWL(cwl, fs) {
59
59
  const workflows = createWorkflowsFolder([]);
60
60
  const runs = createRunsFolder([]);
61
- let tree;
62
- const arg = FileSystemTree.createRootFolder([workflows, runs]);
63
- tree = FileSystem.create({
64
- tree: arg,
61
+ let tree_1;
62
+ const tree = FileSystemTree.createRootFolder([workflows, runs]);
63
+ tree_1 = FileSystem.create({
64
+ tree: tree,
65
65
  });
66
- return fs.Union(tree);
66
+ return fs.Union(tree_1);
67
67
  }
68
68
 
69
69
  export class ARC {
@@ -99,9 +99,8 @@ export class ARC {
99
99
  const this$ = this;
100
100
  return choose(tryISAReadContractFromPath, this$._fs.Tree.ToFilePaths());
101
101
  }
102
- SetISAFromContracts(contracts, enableLogging) {
102
+ SetISAFromContracts(contracts) {
103
103
  const this$ = this;
104
- const enableLogging_1 = defaultArg(enableLogging, false);
105
104
  const investigation = ARCAux_getArcInvestigationFromContracts(contracts);
106
105
  const studies = map((tuple) => tuple[0], ARCAux_getArcStudiesFromContracts(contracts));
107
106
  const assays = ARCAux_getArcAssaysFromContracts(contracts);
@@ -127,8 +126,8 @@ export class ARC {
127
126
  const assay_1 = find((a_1) => (a_1.Identifier === assay.Identifier), investigation.Assays);
128
127
  let updatedTables;
129
128
  const array_2 = assay_1.StudiesRegisteredIn;
130
- updatedTables = fold((tables, study_1) => ArcTables_updateReferenceTablesBySheets_Z2EE88E97(ArcTables_$ctor_Z18C2F36D(study_1.Tables), tables, false), ArcTables_$ctor_Z18C2F36D(assay_1.Tables), array_2);
131
- assay_1.Tables = ArcTables__get_Tables(updatedTables);
129
+ updatedTables = fold((tables, study_1) => ArcTables.updateReferenceTablesBySheets(new ArcTables(study_1.Tables), tables, false), new ArcTables(assay_1.Tables), array_2);
130
+ assay_1.Tables = updatedTables.Tables;
132
131
  });
133
132
  this$.ISA = investigation;
134
133
  }
@@ -182,7 +181,7 @@ export class ARC {
182
181
  return new ARC(unwrap(isaCopy), this$._cwl, fsCopy);
183
182
  }
184
183
  GetRegisteredPayload(IgnoreHidden) {
185
- let tree, arg, array_3;
184
+ let tree, paths, array_3;
186
185
  const this$ = this;
187
186
  const registeredStudies = defaultArg(map_1((isa) => isa.Studies.slice(), map_1((i) => i.Copy(), this$._isa)), []);
188
187
  const registeredAssays = concat(map((s) => s.RegisteredAssays.slice(), registeredStudies));
@@ -220,17 +219,17 @@ export class ARC {
220
219
  else {
221
220
  return tree_1;
222
221
  }
223
- }, (tree = ((arg = ((array_3 = FileSystemTree.toFilePaths()(fsCopy.Tree), array_3.filter((p) => {
222
+ }, (tree = ((paths = ((array_3 = FileSystemTree.toFilePaths()(fsCopy.Tree), array_3.filter((p) => {
224
223
  if ((p.indexOf("workflows") === 0) ? true : (p.indexOf("runs") === 0)) {
225
224
  return true;
226
225
  }
227
226
  else {
228
227
  return FSharpSet__Contains(includeFiles, p);
229
228
  }
230
- }))), FileSystemTree.fromFilePaths(arg))), ignoreHidden ? FileSystemTree.filterFiles((n) => !(n.indexOf(".") === 0))(tree) : tree)), FileSystemTree.fromFilePaths([]));
229
+ }))), FileSystemTree.fromFilePaths(paths))), ignoreHidden ? FileSystemTree.filterFiles((n) => !(n.indexOf(".") === 0))(tree) : tree)), FileSystemTree.fromFilePaths([]));
231
230
  }
232
231
  GetAdditionalPayload(IgnoreHidden) {
233
- let tree, arg, array;
232
+ let tree, paths, array;
234
233
  const this$ = this;
235
234
  const ignoreHidden = defaultArg(IgnoreHidden, true);
236
235
  const registeredPayload = ofSeq(FileSystemTree.toFilePaths()(this$.GetRegisteredPayload()), {
@@ -243,7 +242,7 @@ export class ARC {
243
242
  else {
244
243
  return tree_1;
245
244
  }
246
- }, (tree = ((arg = ((array = FileSystemTree.toFilePaths()(this$._fs.Copy().Tree), array.filter((p) => !FSharpSet__Contains(registeredPayload, p)))), FileSystemTree.fromFilePaths(arg))), ignoreHidden ? FileSystemTree.filterFiles((n) => !(n.indexOf(".") === 0))(tree) : tree)), FileSystemTree.fromFilePaths([]));
245
+ }, (tree = ((paths = ((array = FileSystemTree.toFilePaths()(this$._fs.Copy().Tree), array.filter((p) => !FSharpSet__Contains(registeredPayload, p)))), FileSystemTree.fromFilePaths(paths))), ignoreHidden ? FileSystemTree.filterFiles((n) => !(n.indexOf(".") === 0))(tree) : tree)), FileSystemTree.fromFilePaths([]));
247
246
  }
248
247
  static get DefaultContracts() {
249
248
  return ofSeq_1([[".gitignore", gitignoreContract]], {
@@ -1,6 +1,6 @@
1
- import { Record } from "../fable_modules/fable-library.4.1.4/Types.js";
2
- import { class_type, option_type, record_type, array_type, string_type } from "../fable_modules/fable-library.4.1.4/Reflection.js";
3
- import { defaultArg } from "../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { Record } from "../fable_modules/fable-library.4.4.1/Types.js";
2
+ import { class_type, option_type, record_type, array_type, string_type } from "../fable_modules/fable-library.4.4.1/Reflection.js";
3
+ import { defaultArg } from "../fable_modules/fable-library.4.4.1/Option.js";
4
4
 
5
5
  export class CLITool extends Record {
6
6
  constructor(Name, Arguments) {
@@ -1,7 +1,7 @@
1
- import { some } from "../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { some } from "../fable_modules/fable-library.4.4.1/Option.js";
2
2
  import { combineMany } from "../FileSystem/Path.js";
3
- import { equalsWith } from "../fable_modules/fable-library.4.1.4/Array.js";
4
- import { defaultOf } from "../fable_modules/fable-library.4.1.4/Util.js";
3
+ import { equalsWith } from "../fable_modules/fable-library.4.4.1/Array.js";
4
+ import { defaultOf } from "../fable_modules/fable-library.4.4.1/Util.js";
5
5
 
6
6
  export function tryFromContract(c) {
7
7
  let matchResult, fsworkbook;
@@ -1,7 +1,7 @@
1
- import { some } from "../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { some } from "../fable_modules/fable-library.4.4.1/Option.js";
2
2
  import { combineMany } from "../FileSystem/Path.js";
3
- import { equalsWith } from "../fable_modules/fable-library.4.1.4/Array.js";
4
- import { defaultOf } from "../fable_modules/fable-library.4.1.4/Util.js";
3
+ import { equalsWith } from "../fable_modules/fable-library.4.4.1/Array.js";
4
+ import { defaultOf } from "../fable_modules/fable-library.4.4.1/Util.js";
5
5
 
6
6
  export function tryFromContract(c) {
7
7
  let matchResult, fsworkbook;
@@ -1,7 +1,7 @@
1
- import { some } from "../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { some } from "../fable_modules/fable-library.4.4.1/Option.js";
2
2
  import { combineMany } from "../FileSystem/Path.js";
3
- import { equalsWith } from "../fable_modules/fable-library.4.1.4/Array.js";
4
- import { defaultOf } from "../fable_modules/fable-library.4.1.4/Util.js";
3
+ import { equalsWith } from "../fable_modules/fable-library.4.4.1/Array.js";
4
+ import { defaultOf } from "../fable_modules/fable-library.4.4.1/Util.js";
5
5
 
6
6
  export function tryFromContract(c) {
7
7
  let matchResult, fsworkbook;
@@ -1,9 +1,9 @@
1
1
  import { Contract, CLITool } from "../Contract/Contract.js";
2
2
  import { dgi } from "../FileSystem/DefaultGitignore.js";
3
- import { class_type } from "../fable_modules/fable-library.4.1.4/Reflection.js";
4
- import { value, defaultArg } from "../fable_modules/fable-library.4.1.4/Option.js";
5
- import { replace } from "../fable_modules/fable-library.4.1.4/String.js";
6
- import { empty, singleton, append, delay, toArray } from "../fable_modules/fable-library.4.1.4/Seq.js";
3
+ import { class_type } from "../fable_modules/fable-library.4.4.1/Reflection.js";
4
+ import { value, defaultArg } from "../fable_modules/fable-library.4.4.1/Option.js";
5
+ import { replace } from "../fable_modules/fable-library.4.4.1/String.js";
6
+ import { empty, singleton, append, delay, toArray } from "../fable_modules/fable-library.4.4.1/Seq.js";
7
7
 
8
8
  export function gitWithArgs(arguments$) {
9
9
  return CLITool.create("git", arguments$);
@@ -1,5 +1,5 @@
1
- import { Record } from "../fable_modules/fable-library.4.1.4/Types.js";
2
- import { record_type, class_type, string_type } from "../fable_modules/fable-library.4.1.4/Reflection.js";
1
+ import { Record } from "../fable_modules/fable-library.4.4.1/Types.js";
2
+ import { record_type, class_type, string_type } from "../fable_modules/fable-library.4.4.1/Reflection.js";
3
3
 
4
4
  export class Commit extends Record {
5
5
  constructor(Hash, UserName, UserEmail, Date$, Message) {
@@ -1,9 +1,9 @@
1
- import { defaultArg } from "../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { defaultArg } from "../fable_modules/fable-library.4.4.1/Option.js";
2
2
  import { FileSystemTree_$reflection, FileSystemTree } from "./FileSystemTree.js";
3
- import { map, append } from "../fable_modules/fable-library.4.1.4/Array.js";
4
- import { Record } from "../fable_modules/fable-library.4.1.4/Types.js";
3
+ import { map, append } from "../fable_modules/fable-library.4.4.1/Array.js";
4
+ import { Record } from "../fable_modules/fable-library.4.4.1/Types.js";
5
5
  import { Commit_$reflection } from "./Commit.js";
6
- import { record_type, array_type } from "../fable_modules/fable-library.4.1.4/Reflection.js";
6
+ import { record_type, array_type } from "../fable_modules/fable-library.4.4.1/Reflection.js";
7
7
 
8
8
  export class FileSystem extends Record {
9
9
  constructor(Tree, History) {
@@ -1,12 +1,12 @@
1
- import { unwrap, defaultArg } from "../fable_modules/fable-library.4.1.4/Option.js";
2
- import { append as append_1, choose, equalsWith, tail, head, map, tryFind } from "../fable_modules/fable-library.4.1.4/Array.js";
3
- import { singleton, append, delay, toArray } from "../fable_modules/fable-library.4.1.4/Seq.js";
4
- import { Array_distinct, Array_groupBy } from "../fable_modules/fable-library.4.1.4/Seq2.js";
5
- import { curry2, arrayHash, stringHash } from "../fable_modules/fable-library.4.1.4/Util.js";
1
+ import { unwrap, defaultArg } from "../fable_modules/fable-library.4.4.1/Option.js";
2
+ import { append as append_1, choose, equalsWith, tail, head, map, tryFind } from "../fable_modules/fable-library.4.4.1/Array.js";
3
+ import { singleton, append, delay, toArray } from "../fable_modules/fable-library.4.4.1/Seq.js";
4
+ import { Array_distinct, Array_groupBy } from "../fable_modules/fable-library.4.4.1/Seq2.js";
5
+ import { curry2, arrayHash, stringHash } from "../fable_modules/fable-library.4.4.1/Util.js";
6
6
  import { combineMany, split } from "./Path.js";
7
- import { empty, reverse, toArray as toArray_1, cons } from "../fable_modules/fable-library.4.1.4/List.js";
8
- import { Union } from "../fable_modules/fable-library.4.1.4/Types.js";
9
- import { union_type, array_type, string_type } from "../fable_modules/fable-library.4.1.4/Reflection.js";
7
+ import { empty, reverse, toArray as toArray_1, cons } from "../fable_modules/fable-library.4.4.1/List.js";
8
+ import { Union } from "../fable_modules/fable-library.4.4.1/Types.js";
9
+ import { union_type, array_type, string_type } from "../fable_modules/fable-library.4.4.1/Reflection.js";
10
10
 
11
11
  export class FileSystemTree extends Union {
12
12
  constructor(tag, fields) {
@@ -73,9 +73,9 @@ export class FileSystemTree extends Union {
73
73
  }
74
74
  static fromFilePaths(paths) {
75
75
  const loop = (paths_1, parent) => {
76
- const files = map((arg_1) => {
77
- const arg = head(arg_1);
78
- return FileSystemTree.createFile(arg);
76
+ const files = map((arg) => {
77
+ const name = head(arg);
78
+ return FileSystemTree.createFile(name);
79
79
  }, paths_1.filter((p) => (p.length === 1)));
80
80
  const folders = map((tupledArg) => {
81
81
  const parent_1 = FileSystemTree.createFolder(tupledArg[0], []);
@@ -106,8 +106,8 @@ export class FileSystemTree extends Union {
106
106
  });
107
107
  }
108
108
  else {
109
- const arg = combineMany(toArray_1(reverse(cons(parent.fields[0], output))));
110
- void (res.push(arg));
109
+ const item = combineMany(toArray_1(reverse(cons(parent.fields[0], output))));
110
+ void (res.push(item));
111
111
  }
112
112
  };
113
113
  if (defaultArg(removeRoot, true)) {
@@ -205,11 +205,11 @@ export class FileSystemTree extends Union {
205
205
  Union(otherFST) {
206
206
  let array_1;
207
207
  const this$ = this;
208
- const arg = Array_distinct((array_1 = this$.ToFilePaths(), append_1(otherFST.ToFilePaths(), array_1)), {
208
+ const paths = Array_distinct((array_1 = this$.ToFilePaths(), append_1(otherFST.ToFilePaths(), array_1)), {
209
209
  Equals: (x, y) => (x === y),
210
210
  GetHashCode: stringHash,
211
211
  });
212
- return FileSystemTree.fromFilePaths(arg);
212
+ return FileSystemTree.fromFilePaths(paths);
213
213
  }
214
214
  Copy() {
215
215
  const this$ = this;
@@ -1,5 +1,5 @@
1
- import { trim, join, trimStart, trimEnd, split as split_1 } from "../fable_modules/fable-library.4.1.4/String.js";
2
- import { last, mapIndexed } from "../fable_modules/fable-library.4.1.4/Array.js";
1
+ import { trim, join, trimStart, trimEnd, split as split_1 } from "../fable_modules/fable-library.4.4.1/String.js";
2
+ import { last, mapIndexed } from "../fable_modules/fable-library.4.4.1/Array.js";
3
3
 
4
4
  export const seperators = ["/", "\\"];
5
5
 
package/FileSystemTree.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { FileSystemTree } from "./FileSystem/FileSystemTree.js";
2
- import { append } from "./fable_modules/fable-library.4.1.4/Array.js";
2
+ import { append } from "./fable_modules/fable-library.4.4.1/Array.js";
3
3
 
4
4
  export function createGitKeepFile() {
5
5
  return FileSystemTree.createFile(".gitkeep");
@@ -1,15 +1,15 @@
1
- import { Dictionary } from "../../../fable_modules/fable-library.4.1.4/MutableMap.js";
2
- import { compareArrays, safeHash, disposeSafe, getEnumerator, equals, comparePrimitives, arrayHash, equalArrays } from "../../../fable_modules/fable-library.4.1.4/Util.js";
3
- import { value as value_9, map as map_2, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.1.4/Option.js";
1
+ import { Dictionary } from "../../../fable_modules/fable-library.4.4.1/MutableMap.js";
2
+ import { compareArrays, safeHash, disposeSafe, getEnumerator, equals, comparePrimitives, arrayHash, equalArrays } from "../../../fable_modules/fable-library.4.4.1/Util.js";
3
+ import { value as value_9, map as map_2, defaultArg, unwrap } from "../../../fable_modules/fable-library.4.4.1/Option.js";
4
4
  import { Unchecked_extendToRowCount, ProcessParsing_processToRows, ProcessParsing_alignByHeaders, ProcessParsing_mergeIdenticalProcesses, ProcessParsing_getProcessGetter, Unchecked_removeRowCells_withIndexChange, Unchecked_addRow, Unchecked_getEmptyCellForHeader, Unchecked_removeColumnCells_withIndexChange, tryFindDuplicateUniqueInArray, Unchecked_removeColumnCells, Unchecked_removeHeader, Unchecked_fillMissingCells, Unchecked_addColumn, tryFindDuplicateUnique, Unchecked_setCellAt, SanityChecks_validateColumn, SanityChecks_validateRowIndex, SanityChecks_validateColumnIndex, Unchecked_tryGetCellAt, getRowCount, getColumnCount } from "./ArcTableAux.js";
5
- import { item, append as append_1, indexed as indexed_1, choose, toList, zip, fold, filter, length, tryFindIndex, empty, singleton, collect, removeAt, map, delay, toArray } from "../../../fable_modules/fable-library.4.1.4/Seq.js";
6
- import { rangeDouble } from "../../../fable_modules/fable-library.4.1.4/Range.js";
5
+ import { item, append as append_1, indexed as indexed_1, choose, toList, zip, fold, filter, length, tryFindIndex, empty, singleton, collect, removeAt, map, delay, toArray } from "../../../fable_modules/fable-library.4.4.1/Seq.js";
6
+ import { rangeDouble } from "../../../fable_modules/fable-library.4.4.1/Range.js";
7
7
  import { CompositeColumn } from "./CompositeColumn.js";
8
- import { sortBy, indexed, mapIndexed, singleton as singleton_1, initialize, sortDescending, iterateIndexed, map as map_1 } from "../../../fable_modules/fable-library.4.1.4/Array.js";
9
- import { append, collect as collect_1, initialize as initialize_1, singleton as singleton_2, empty as empty_1, iterate, isEmpty } from "../../../fable_modules/fable-library.4.1.4/List.js";
10
- import { StringBuilder__AppendLine_Z721C83C5, StringBuilder_$ctor } from "../../../fable_modules/fable-library.4.1.4/System.Text.js";
11
- import { toString } from "../../../fable_modules/fable-library.4.1.4/Types.js";
12
- import { join, printf, toFail } from "../../../fable_modules/fable-library.4.1.4/String.js";
8
+ import { sortBy, indexed, mapIndexed, singleton as singleton_1, initialize, sortDescending, iterateIndexed, map as map_1 } from "../../../fable_modules/fable-library.4.4.1/Array.js";
9
+ import { append, collect as collect_1, initialize as initialize_1, singleton as singleton_2, empty as empty_1, iterate, isEmpty } from "../../../fable_modules/fable-library.4.4.1/List.js";
10
+ import { StringBuilder__AppendLine_Z721C83C5, StringBuilder_$ctor } from "../../../fable_modules/fable-library.4.4.1/System.Text.js";
11
+ import { toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
12
+ import { join, printf, toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
13
13
  import { CompositeCell } from "./CompositeCell.js";
14
14
  import { CompositeHeader } from "./CompositeHeader.js";
15
15
  import { createMissingIdentifier } from "../Identifier.js";
@@ -18,12 +18,12 @@ import { Protocol_create_Z7DFD6E67, Protocol_addComponent, Protocol_addParameter
18
18
  import { OntologyAnnotation } from "../JsonTypes/OntologyAnnotation.js";
19
19
  import { ProtocolParameter_create_Z6C54B221 } from "../JsonTypes/ProtocolParameter.js";
20
20
  import { Component_create_61502994 } from "../JsonTypes/Component.js";
21
- import { Array_groupBy, List_distinct } from "../../../fable_modules/fable-library.4.1.4/Seq2.js";
21
+ import { Array_groupBy, List_distinct } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
22
22
  import { toProtocol } from "./CompositeRow.js";
23
23
  import { Process_create_Z42860F3E } from "../JsonTypes/Process.js";
24
- import { getItemFromDict } from "../../../fable_modules/fable-library.4.1.4/MapUtil.js";
24
+ import { getItemFromDict } from "../../../fable_modules/fable-library.4.4.1/MapUtil.js";
25
25
  import { HashCodes_boxHashArray } from "../Helper.js";
26
- import { class_type } from "../../../fable_modules/fable-library.4.1.4/Reflection.js";
26
+ import { class_type } from "../../../fable_modules/fable-library.4.4.1/Reflection.js";
27
27
 
28
28
  export class ArcTable {
29
29
  constructor(name, headers, values) {
@@ -587,27 +587,27 @@ export class ArcTable {
587
587
  }
588
588
  AddProtocolTypeColumn(types, index) {
589
589
  const this$ = this;
590
- const cells = map_2((array) => map_1((arg) => (new CompositeCell(0, [arg])), array), types);
590
+ const cells = map_2((array) => map_1((Item) => (new CompositeCell(0, [Item])), array), types);
591
591
  this$.AddColumn(new CompositeHeader(4, []), cells, index);
592
592
  }
593
593
  AddProtocolVersionColumn(versions, index) {
594
594
  const this$ = this;
595
- const cells = map_2((array) => map_1((arg) => (new CompositeCell(1, [arg])), array), versions);
595
+ const cells = map_2((array) => map_1((Item) => (new CompositeCell(1, [Item])), array), versions);
596
596
  this$.AddColumn(new CompositeHeader(7, []), cells, index);
597
597
  }
598
598
  AddProtocolUriColumn(uris, index) {
599
599
  const this$ = this;
600
- const cells = map_2((array) => map_1((arg) => (new CompositeCell(1, [arg])), array), uris);
600
+ const cells = map_2((array) => map_1((Item) => (new CompositeCell(1, [Item])), array), uris);
601
601
  this$.AddColumn(new CompositeHeader(6, []), cells, index);
602
602
  }
603
603
  AddProtocolDescriptionColumn(descriptions, index) {
604
604
  const this$ = this;
605
- const cells = map_2((array) => map_1((arg) => (new CompositeCell(1, [arg])), array), descriptions);
605
+ const cells = map_2((array) => map_1((Item) => (new CompositeCell(1, [Item])), array), descriptions);
606
606
  this$.AddColumn(new CompositeHeader(5, []), cells, index);
607
607
  }
608
608
  AddProtocolNameColumn(names, index) {
609
609
  const this$ = this;
610
- const cells = map_2((array) => map_1((arg) => (new CompositeCell(1, [arg])), array), names);
610
+ const cells = map_2((array) => map_1((Item) => (new CompositeCell(1, [Item])), array), names);
611
611
  this$.AddColumn(new CompositeHeader(8, []), cells, index);
612
612
  }
613
613
  GetProtocolTypeColumn() {
@@ -732,8 +732,8 @@ export class ArcTable {
732
732
  static SplitByColumnValues(columnIndex) {
733
733
  return (table) => mapIndexed((i, indexGroup) => {
734
734
  let headers;
735
- const arg = table.Headers;
736
- headers = Array.from(arg);
735
+ const collection = table.Headers;
736
+ headers = Array.from(collection);
737
737
  const rows = map_1((i_1) => table.GetRow(i_1), indexGroup);
738
738
  return ArcTable.createFromRows(table.Name, headers, rows);
739
739
  }, map_1((tupledArg) => map_1((tuple_1) => tuple_1[0], tupledArg[1], Int32Array), Array_groupBy((tuple) => tuple[1], indexed(table.GetColumn(columnIndex).Cells), {
@@ -1,23 +1,23 @@
1
- import { getItemFromDict, addToDict } from "../../../fable_modules/fable-library.4.1.4/MapUtil.js";
2
- import { map as map_1, defaultArg, unwrap, value as value_9, some } from "../../../fable_modules/fable-library.4.1.4/Option.js";
3
- import { empty as empty_2, singleton as singleton_1, append, delay, map, tryPick, toList, indexed, initialize, filter, tryFindIndex, maxBy } from "../../../fable_modules/fable-library.4.1.4/Seq.js";
4
- import { arrayHash, equalArrays, stringHash, int32ToString, compareArrays, disposeSafe, getEnumerator, compare, equals, comparePrimitives } from "../../../fable_modules/fable-library.4.1.4/Util.js";
5
- import { pick, exists, zip, append as append_1, sortBy, tryPick as tryPick_1, collect, mapIndexed, item, length, map as map_2, ofArray, singleton, choose, ofSeq, empty as empty_1, head, tail as tail_1, isEmpty, cons } from "../../../fable_modules/fable-library.4.1.4/List.js";
1
+ import { getItemFromDict, addToDict } from "../../../fable_modules/fable-library.4.4.1/MapUtil.js";
2
+ import { map as map_1, defaultArg, unwrap, value as value_9, some } from "../../../fable_modules/fable-library.4.4.1/Option.js";
3
+ import { empty as empty_2, singleton as singleton_1, append, delay, map, tryPick, toList, indexed, initialize, filter, tryFindIndex, maxBy } from "../../../fable_modules/fable-library.4.4.1/Seq.js";
4
+ import { arrayHash, equalArrays, stringHash, int32ToString, compareArrays, disposeSafe, getEnumerator, compare, equals, comparePrimitives } from "../../../fable_modules/fable-library.4.4.1/Util.js";
5
+ import { pick, exists, zip, append as append_1, sortBy, tryPick as tryPick_1, collect, mapIndexed, item, length, map as map_2, ofArray, singleton, choose, ofSeq, empty as empty_1, head, tail as tail_1, isEmpty, cons } from "../../../fable_modules/fable-library.4.4.1/List.js";
6
6
  import { CompositeCell } from "./CompositeCell.js";
7
- import { max } from "../../../fable_modules/fable-library.4.1.4/Double.js";
8
- import { iterateIndexed } from "../../../fable_modules/fable-library.4.1.4/Array.js";
9
- import { FSharpSet__get_MinimumElement, FSharpSet__get_IsEmpty, difference, ofSeq as ofSeq_1 } from "../../../fable_modules/fable-library.4.1.4/Set.js";
10
- import { Value_fromString_Z721C83C5, Value } from "../JsonTypes/Value.js";
7
+ import { max } from "../../../fable_modules/fable-library.4.4.1/Double.js";
8
+ import { iterateIndexed } from "../../../fable_modules/fable-library.4.4.1/Array.js";
9
+ import { FSharpSet__get_MinimumElement, FSharpSet__get_IsEmpty, difference, ofSeq as ofSeq_1 } from "../../../fable_modules/fable-library.4.4.1/Set.js";
10
+ import { Value_fromString_Z721C83C5, Value as Value_1 } from "../JsonTypes/Value.js";
11
11
  import { Component_fromOptions } from "../JsonTypes/Component.js";
12
12
  import { ProcessParameterValue_create_569825F3 } from "../JsonTypes/ProcessParameterValue.js";
13
13
  import { ProtocolParameter_create_Z6C54B221 } from "../JsonTypes/ProtocolParameter.js";
14
14
  import { FactorValue_create_18335379 } from "../JsonTypes/FactorValue.js";
15
15
  import { Factor } from "../JsonTypes/Factor.js";
16
- import { toString } from "../../../fable_modules/fable-library.4.1.4/Types.js";
16
+ import { toString } from "../../../fable_modules/fable-library.4.4.1/Types.js";
17
17
  import { MaterialAttributeValue_create_7F714043 } from "../JsonTypes/MaterialAttributeValue.js";
18
18
  import { MaterialAttribute_create_Z6C54B221 } from "../JsonTypes/MaterialAttribute.js";
19
19
  import { ProcessInput_getCharacteristicValues_102B6859, ProcessInput__isMaterial, ProcessInput__isData, ProcessInput_setCharacteristicValues, ProcessInput__get_Name, ProcessInput__isSource, ProcessInput__isSample, ProcessInput, ProcessInput_createDerivedData_Z721C83C5, ProcessInput_createRawData_Z721C83C5, ProcessInput_createImageFile_Z721C83C5, ProcessInput_createMaterial_2363974C, ProcessInput_createSample_Z6DF16D07, ProcessInput_createSource_7888CE42 } from "../JsonTypes/ProcessInput.js";
20
- import { remove, printf, toFail } from "../../../fable_modules/fable-library.4.1.4/String.js";
20
+ import { remove, printf, toFail } from "../../../fable_modules/fable-library.4.4.1/String.js";
21
21
  import { ProcessOutput_getFactorValues_11830B70, ProcessOutput__isMaterial, ProcessOutput__isData, ProcessOutput_setFactorValues, ProcessOutput__get_Name, ProcessOutput__isSample, ProcessOutput, ProcessOutput_createDerivedData_Z721C83C5, ProcessOutput_createRawData_Z721C83C5, ProcessOutput_createImageFile_Z721C83C5, ProcessOutput_createMaterial_2363974C, ProcessOutput_createSample_Z6DF16D07 } from "../JsonTypes/ProcessOutput.js";
22
22
  import { IOType, CompositeHeader } from "./CompositeHeader.js";
23
23
  import { tryGetFactorColumnIndex, tryGetCharacteristicColumnIndex, tryGetComponentIndex, tryGetParameterColumnIndex, ARCtrl_ISA_OntologyAnnotation__OntologyAnnotation_SetColumnIndex_Z524259A4 } from "../JsonTypes/ColumnIndex.js";
@@ -26,9 +26,9 @@ import { Sample_create_E50ED22 } from "../JsonTypes/Sample.js";
26
26
  import { Process_create_Z42860F3E, Process_decomposeName_Z721C83C5, Process_make, Process_composeName } from "../JsonTypes/Process.js";
27
27
  import { List_tryPickAndRemove, Option_fromValueWithDefault } from "../Helper.js";
28
28
  import { Protocol_make } from "../JsonTypes/Protocol.js";
29
- import { List_groupBy } from "../../../fable_modules/fable-library.4.1.4/Seq2.js";
29
+ import { List_groupBy } from "../../../fable_modules/fable-library.4.4.1/Seq2.js";
30
30
  import { createMissingIdentifier } from "../Identifier.js";
31
- import { Dictionary } from "../../../fable_modules/fable-library.4.1.4/MutableMap.js";
31
+ import { Dictionary } from "../../../fable_modules/fable-library.4.4.1/MutableMap.js";
32
32
 
33
33
  /**
34
34
  * Returns the dictionary with the binding added to the given dictionary.
@@ -418,7 +418,7 @@ export function Unchecked_addRow(index, newCells, headers, values) {
418
418
  export function JsonTypes_valueOfCell(value) {
419
419
  switch (value.tag) {
420
420
  case 0:
421
- return [new Value(0, [value.fields[0]]), void 0];
421
+ return [new Value_1(0, [value.fields[0]]), void 0];
422
422
  case 2:
423
423
  return [Value_fromString_Z721C83C5(value.fields[0]), value.fields[1]];
424
424
  default:
@@ -568,7 +568,7 @@ export function JsonTypes_composeProcessOutput(header, value) {
568
568
  * Convert an ISA Value and Unit tuple to a CompositeCell
569
569
  */
570
570
  export function JsonTypes_cellOfValue(value, unit) {
571
- const value_2 = defaultArg(value, new Value(3, [""]));
571
+ const value_2 = defaultArg(value, new Value_1(3, [""]));
572
572
  switch (value_2.tag) {
573
573
  case 3:
574
574
  if (unit != null) {
@@ -1017,7 +1017,7 @@ export function ProcessParsing_processToRows(p) {
1017
1017
  return void 0;
1018
1018
  }
1019
1019
  }, ios), head(ios)[1]);
1020
- const vals = map_2((tuple_5) => tuple_5[0], sortBy((arg_2) => defaultArg(arg_2[1], 10000), append_1(chars, append_1(components, append_1(pvs, map_2((fv) => [JsonTypes_decomposeFactorValue(fv), tryGetFactorColumnIndex(fv)], ProcessOutput_getFactorValues_11830B70(outputForFactors))))), {
1020
+ const vals = map_2((tuple_5) => tuple_5[0], sortBy((arg) => defaultArg(arg[1], 10000), append_1(chars, append_1(components, append_1(pvs, map_2((fv) => [JsonTypes_decomposeFactorValue(fv), tryGetFactorColumnIndex(fv)], ProcessOutput_getFactorValues_11830B70(outputForFactors))))), {
1021
1021
  Compare: comparePrimitives,
1022
1022
  }));
1023
1023
  return toList(delay(() => append(singleton_1(JsonTypes_decomposeProcessInput(inputForType)), delay(() => append(protVals, delay(() => append(vals, delay(() => singleton_1(JsonTypes_decomposeProcessOutput(outputForType))))))))));
@@ -1053,7 +1053,7 @@ export function ProcessParsing_alignByHeaders(keepOrder, rows) {
1053
1053
  loop:
1054
1054
  while (true) {
1055
1055
  const colI = colI_mut, rows_2 = rows_2_mut;
1056
- if (!exists((arg_1) => !isEmpty(arg_1), rows_2)) {
1056
+ if (!exists((arg) => !isEmpty(arg), rows_2)) {
1057
1057
  return [headers, values];
1058
1058
  }
1059
1059
  else {