@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.
- package/dist/ts/__vite-browser-external-2447137e.js +4 -0
- package/dist/ts/__vite-browser-external-b3701507.cjs +1 -0
- package/dist/ts/arctrl.cjs.js +5691 -0
- package/dist/ts/arctrl.es.js +35562 -0
- package/dist/ts/arctrl.umd.js +5691 -0
- package/dist/ts/index.d.ts +61 -0
- package/dist/ts/index.d.ts.map +1 -0
- package/dist/ts/ts/ARC.d.ts +80 -0
- package/dist/ts/ts/ARC.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ARC.d.ts +7 -0
- package/dist/ts/ts/Contract/ARC.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcAssay.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcAssay.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcInvestigation.d.ts +10 -0
- package/dist/ts/ts/Contract/ArcInvestigation.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcRun.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcRun.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcStudy.d.ts +13 -0
- package/dist/ts/ts/Contract/ArcStudy.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ArcWorkflow.d.ts +12 -0
- package/dist/ts/ts/Contract/ArcWorkflow.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Contract.d.ts +39 -0
- package/dist/ts/ts/Contract/Contract.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Datamap.d.ts +29 -0
- package/dist/ts/ts/Contract/Datamap.d.ts.map +1 -0
- package/dist/ts/ts/Contract/Git.d.ts +28 -0
- package/dist/ts/ts/Contract/Git.d.ts.map +1 -0
- package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts +12 -0
- package/dist/ts/ts/Contract/ValidationPackagesConfig.d.ts.map +1 -0
- package/dist/ts/ts/ContractIO/ContractIO.d.ts +11 -0
- package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -0
- package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts +44 -0
- package/dist/ts/ts/ContractIO/FileSystemHelper.d.ts.map +1 -0
- package/dist/ts/ts/Conversion.d.ts +292 -0
- package/dist/ts/ts/Conversion.d.ts.map +1 -0
- package/dist/ts/ts/Core/ArcTypes.d.ts +620 -0
- package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -0
- package/dist/ts/ts/Core/Comment.d.ts +35 -0
- package/dist/ts/ts/Core/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Core/CommentList.d.ts +28 -0
- package/dist/ts/ts/Core/CommentList.d.ts.map +1 -0
- package/dist/ts/ts/Core/Conversion.d.ts +215 -0
- package/dist/ts/ts/Core/Conversion.d.ts.map +1 -0
- package/dist/ts/ts/Core/Data.d.ts +49 -0
- package/dist/ts/ts/Core/Data.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataContext.d.ts +47 -0
- package/dist/ts/ts/Core/DataContext.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataFile.d.ts +27 -0
- package/dist/ts/ts/Core/DataFile.d.ts.map +1 -0
- package/dist/ts/ts/Core/DataMap.d.ts +52 -0
- package/dist/ts/ts/Core/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Collections.d.ts +61 -0
- package/dist/ts/ts/Core/Helper/Collections.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/HashCodes.d.ts +9 -0
- package/dist/ts/ts/Core/Helper/HashCodes.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Identifier.d.ts +119 -0
- package/dist/ts/ts/Core/Helper/Identifier.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/ORCID.d.ts +7 -0
- package/dist/ts/ts/Core/Helper/ORCID.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Regex.d.ts +194 -0
- package/dist/ts/ts/Core/Helper/Regex.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/SemVer.d.ts +20 -0
- package/dist/ts/ts/Core/Helper/SemVer.d.ts.map +1 -0
- package/dist/ts/ts/Core/Helper/Url.d.ts +10 -0
- package/dist/ts/ts/Core/Helper/Url.d.ts.map +1 -0
- package/dist/ts/ts/Core/IdentifierSetters.d.ts +7 -0
- package/dist/ts/ts/Core/IdentifierSetters.d.ts.map +1 -0
- package/dist/ts/ts/Core/OntologyAnnotation.d.ts +57 -0
- package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Core/OntologySourceReference.d.ts +31 -0
- package/dist/ts/ts/Core/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Core/Person.d.ts +56 -0
- package/dist/ts/ts/Core/Person.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ColumnIndex.d.ts +79 -0
- package/dist/ts/ts/Core/Process/ColumnIndex.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Component.d.ts +65 -0
- package/dist/ts/ts/Core/Process/Component.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Factor.d.ts +44 -0
- package/dist/ts/ts/Core/Process/Factor.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/FactorValue.d.ts +44 -0
- package/dist/ts/ts/Core/Process/FactorValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Material.d.ts +27 -0
- package/dist/ts/ts/Core/Process/Material.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts +53 -0
- package/dist/ts/ts/Core/Process/MaterialAttribute.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts +55 -0
- package/dist/ts/ts/Core/Process/MaterialAttributeValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/MaterialType.d.ts +22 -0
- package/dist/ts/ts/Core/Process/MaterialType.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Process.d.ts +113 -0
- package/dist/ts/ts/Core/Process/Process.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessInput.d.ts +117 -0
- package/dist/ts/ts/Core/Process/ProcessInput.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessOutput.d.ts +106 -0
- package/dist/ts/ts/Core/Process/ProcessOutput.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts +40 -0
- package/dist/ts/ts/Core/Process/ProcessParameterValue.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProcessSequence.d.ts +89 -0
- package/dist/ts/ts/Core/Process/ProcessSequence.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Protocol.d.ts +141 -0
- package/dist/ts/ts/Core/Process/Protocol.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts +32 -0
- package/dist/ts/ts/Core/Process/ProtocolParameter.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Sample.d.ts +31 -0
- package/dist/ts/ts/Core/Process/Sample.d.ts.map +1 -0
- package/dist/ts/ts/Core/Process/Source.d.ts +24 -0
- package/dist/ts/ts/Core/Process/Source.d.ts.map +1 -0
- package/dist/ts/ts/Core/Publication.d.ts +36 -0
- package/dist/ts/ts/Core/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTable.d.ts +137 -0
- package/dist/ts/ts/Core/Table/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +154 -0
- package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/ArcTables.d.ts +91 -0
- package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeCell.d.ts +58 -0
- package/dist/ts/ts/Core/Table/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeColumn.d.ts +19 -0
- package/dist/ts/ts/Core/Table/CompositeColumn.d.ts.map +1 -0
- package/dist/ts/ts/Core/Table/CompositeHeader.d.ts +130 -0
- package/dist/ts/ts/Core/Table/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Core/Template.d.ts +69 -0
- package/dist/ts/ts/Core/Template.d.ts.map +1 -0
- package/dist/ts/ts/Core/Templates.d.ts +18 -0
- package/dist/ts/ts/Core/Templates.d.ts.map +1 -0
- package/dist/ts/ts/Core/URI.d.ts.map +1 -0
- package/dist/ts/ts/Core/Value.d.ts +41 -0
- package/dist/ts/ts/Core/Value.d.ts.map +1 -0
- package/dist/ts/ts/CrossAsync.d.ts +9 -0
- package/dist/ts/ts/CrossAsync.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/Commit.d.ts +13 -0
- package/dist/ts/ts/FileSystem/Commit.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/DefaultGitattributes.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/DefaultGitignore.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/FileSystem.d.ts +21 -0
- package/dist/ts/ts/FileSystem/FileSystem.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/FileSystemTree.d.ts +55 -0
- package/dist/ts/ts/FileSystem/FileSystemTree.d.ts.map +1 -0
- package/dist/ts/ts/FileSystem/Path.d.ts.map +1 -0
- package/dist/ts/ts/Json/Assay.d.ts +19 -0
- package/dist/ts/ts/Json/Assay.d.ts.map +1 -0
- package/dist/ts/ts/Json/Comment.d.ts +14 -0
- package/dist/ts/ts/Json/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Json/Data.d.ts +17 -0
- package/dist/ts/ts/Json/Data.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataFile.d.ts +7 -0
- package/dist/ts/ts/Json/DataFile.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataMap/DataContext.d.ts +5 -0
- package/dist/ts/ts/Json/DataMap/DataContext.d.ts.map +1 -0
- package/dist/ts/ts/Json/DataMap/DataMap.d.ts +11 -0
- package/dist/ts/ts/Json/DataMap/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Json/Decode.d.ts +18 -0
- package/dist/ts/ts/Json/Decode.d.ts.map +1 -0
- package/dist/ts/ts/Json/Encode.d.ts +23 -0
- package/dist/ts/ts/Json/Encode.d.ts.map +1 -0
- package/dist/ts/ts/Json/IDTable.d.ts +5 -0
- package/dist/ts/ts/Json/IDTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Investigation.d.ts +20 -0
- package/dist/ts/ts/Json/Investigation.d.ts.map +1 -0
- package/dist/ts/ts/Json/OntologyAnnotation.d.ts +18 -0
- package/dist/ts/ts/Json/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Json/OntologySourceReference.d.ts +12 -0
- package/dist/ts/ts/Json/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Json/Person.d.ts +22 -0
- package/dist/ts/ts/Json/Person.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/AssayMaterials.d.ts +7 -0
- package/dist/ts/ts/Json/Process/AssayMaterials.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Component.d.ts +11 -0
- package/dist/ts/ts/Json/Process/Component.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Factor.d.ts +8 -0
- package/dist/ts/ts/Json/Process/Factor.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/FactorValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/FactorValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Material.d.ts +12 -0
- package/dist/ts/ts/Json/Process/Material.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts +8 -0
- package/dist/ts/ts/Json/Process/MaterialAttribute.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/MaterialAttributeValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/MaterialType.d.ts +7 -0
- package/dist/ts/ts/Json/Process/MaterialType.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Process.d.ts +10 -0
- package/dist/ts/ts/Json/Process/Process.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessInput.d.ts +9 -0
- package/dist/ts/ts/Json/Process/ProcessInput.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessOutput.d.ts +9 -0
- package/dist/ts/ts/Json/Process/ProcessOutput.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts +11 -0
- package/dist/ts/ts/Json/Process/ProcessParameterValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Protocol.d.ts +10 -0
- package/dist/ts/ts/Json/Process/Protocol.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts +8 -0
- package/dist/ts/ts/Json/Process/ProtocolParameter.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Sample.d.ts +15 -0
- package/dist/ts/ts/Json/Process/Sample.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Source.d.ts +12 -0
- package/dist/ts/ts/Json/Process/Source.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/StudyMaterials.d.ts +7 -0
- package/dist/ts/ts/Json/Process/StudyMaterials.d.ts.map +1 -0
- package/dist/ts/ts/Json/Process/Value.d.ts +7 -0
- package/dist/ts/ts/Json/Process/Value.d.ts.map +1 -0
- package/dist/ts/ts/Json/PropertyValue.d.ts +9 -0
- package/dist/ts/ts/Json/PropertyValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/Publication.d.ts +14 -0
- package/dist/ts/ts/Json/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDContext.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDContext.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDGraph.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDNode.d.ts +13 -0
- package/dist/ts/ts/Json/ROCrate/LDNode.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDRef.d.ts +5 -0
- package/dist/ts/ts/Json/ROCrate/LDRef.d.ts.map +1 -0
- package/dist/ts/ts/Json/ROCrate/LDValue.d.ts +7 -0
- package/dist/ts/ts/Json/ROCrate/LDValue.d.ts.map +1 -0
- package/dist/ts/ts/Json/StringTable.d.ts +9 -0
- package/dist/ts/ts/Json/StringTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Study.d.ts +26 -0
- package/dist/ts/ts/Json/Study.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/ArcTable.d.ts +15 -0
- package/dist/ts/ts/Json/Table/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CellTable.d.ts +11 -0
- package/dist/ts/ts/Json/Table/CellTable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CompositeCell.d.ts +10 -0
- package/dist/ts/ts/Json/Table/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/CompositeHeader.d.ts +5 -0
- package/dist/ts/ts/Json/Table/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/IOType.d.ts +5 -0
- package/dist/ts/ts/Json/Table/IOType.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/OATable.d.ts +10 -0
- package/dist/ts/ts/Json/Table/OATable.d.ts.map +1 -0
- package/dist/ts/ts/Json/Table/Templates.d.ts +15 -0
- package/dist/ts/ts/Json/Table/Templates.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts +26 -0
- package/dist/ts/ts/Json/context/rocrate/isa_assay_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts +16 -0
- package/dist/ts/ts/Json/context/rocrate/isa_comment_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_data_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts +26 -0
- package/dist/ts/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_material_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +17 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts +15 -0
- package/dist/ts/ts/Json/context/rocrate/isa_organization_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts +25 -0
- package/dist/ts/ts/Json/context/rocrate/isa_person_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts +23 -0
- package/dist/ts/ts/Json/context/rocrate/isa_process_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts +22 -0
- package/dist/ts/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts +19 -0
- package/dist/ts/ts/Json/context/rocrate/isa_publication_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_sample_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts +18 -0
- package/dist/ts/ts/Json/context/rocrate/isa_source_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts +34 -0
- package/dist/ts/ts/Json/context/rocrate/isa_study_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts +3 -0
- package/dist/ts/ts/Json/context/rocrate/property_value_context.d.ts.map +1 -0
- package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts +16 -0
- package/dist/ts/ts/Json/context/rocrate/rocrate_context.d.ts.map +1 -0
- package/dist/ts/ts/Json.d.ts +90 -0
- package/dist/ts/ts/Json.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Assay.d.ts +19 -0
- package/dist/ts/ts/JsonIO/Assay.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Investigation.d.ts +19 -0
- package/dist/ts/ts/JsonIO/Investigation.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/LDObject.d.ts +29 -0
- package/dist/ts/ts/JsonIO/LDObject.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts +16 -0
- package/dist/ts/ts/JsonIO/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Study.d.ts +20 -0
- package/dist/ts/ts/JsonIO/Study.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Table/Compression.d.ts +8 -0
- package/dist/ts/ts/JsonIO/Table/Compression.d.ts.map +1 -0
- package/dist/ts/ts/JsonIO/Table/Templates.d.ts +15 -0
- package/dist/ts/ts/JsonIO/Table/Templates.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Comment.d.ts +21 -0
- package/dist/ts/ts/ROCrate/Generic/Comment.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts +92 -0
- package/dist/ts/ts/ROCrate/Generic/Dataset.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts +21 -0
- package/dist/ts/ts/ROCrate/Generic/DefinedTerm.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/File.d.ts +35 -0
- package/dist/ts/ts/ROCrate/Generic/File.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts +43 -0
- package/dist/ts/ts/ROCrate/Generic/LabProcess.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts +44 -0
- package/dist/ts/ts/ROCrate/Generic/LabProtocol.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Organization.d.ts +17 -0
- package/dist/ts/ts/ROCrate/Generic/Organization.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Person.d.ts +51 -0
- package/dist/ts/ts/ROCrate/Generic/Person.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts +25 -0
- package/dist/ts/ts/ROCrate/Generic/PostalAddress.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts +73 -0
- package/dist/ts/ts/ROCrate/Generic/PropertyValue.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/Sample.d.ts +30 -0
- package/dist/ts/ts/ROCrate/Generic/Sample.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts +34 -0
- package/dist/ts/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/Helper.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/LDContext.d.ts +43 -0
- package/dist/ts/ts/ROCrate/LDContext.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/LDObject.d.ts +97 -0
- package/dist/ts/ts/ROCrate/LDObject.d.ts.map +1 -0
- package/dist/ts/ts/ROCrate/ROCrateContext.d.ts +7 -0
- package/dist/ts/ts/ROCrate/ROCrateContext.d.ts.map +1 -0
- package/dist/ts/ts/ROCrateIO.d.ts +16 -0
- package/dist/ts/ts/ROCrateIO.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +40 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +9 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +24 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +22 -0
- package/dist/ts/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts +31 -0
- package/dist/ts/ts/Spreadsheet/ArcAssay.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts +42 -0
- package/dist/ts/ts/Spreadsheet/ArcInvestigation.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcRun.d.ts +27 -0
- package/dist/ts/ts/Spreadsheet/ArcRun.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts +26 -0
- package/dist/ts/ts/Spreadsheet/ArcStudy.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts +27 -0
- package/dist/ts/ts/Spreadsheet/ArcWorkflow.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/CollectionAux.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMap.d.ts +8 -0
- package/dist/ts/ts/Spreadsheet/DataMap.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +7 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +23 -0
- package/dist/ts/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Assays.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Comment.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts +25 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Contacts.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts +60 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Conversions.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +16 -0
- package/dist/ts/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts +18 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Factors.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +12 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +18 -0
- package/dist/ts/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts +28 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Protocols.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts +21 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Publication.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts +14 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Run.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts +37 -0
- package/dist/ts/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts +38 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Study.d.ts.map +1 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts +31 -0
- package/dist/ts/ts/Spreadsheet/Metadata/Workflow.d.ts.map +1 -0
- package/dist/ts/ts/Template.Web.d.ts +11 -0
- package/dist/ts/ts/Template.Web.d.ts.map +1 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts +21 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackage.d.ts.map +1 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts +23 -0
- package/dist/ts/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +1 -0
- package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts +4 -0
- package/dist/ts/ts/WebRequest/WebRequest.Node.d.ts.map +1 -0
- package/dist/ts/ts/WebRequest/WebRequest.d.ts +3 -0
- package/dist/ts/ts/WebRequest/WebRequest.d.ts.map +1 -0
- package/dist/ts/ts/Xlsx.d.ts +50 -0
- package/dist/ts/ts/Xlsx.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/Encode.d.ts +5 -0
- package/dist/ts/ts/Yaml/Encode.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts +10 -0
- package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -0
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +10 -0
- package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -0
- package/package.json +13 -10
- package/dist/ts/cjs/index.js +0 -85
- package/dist/ts/cjs/ts/ARC.js +0 -976
- package/dist/ts/cjs/ts/Contract/ARC.js +0 -61
- package/dist/ts/cjs/ts/Contract/ArcAssay.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcInvestigation.js +0 -77
- package/dist/ts/cjs/ts/Contract/ArcRun.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcStudy.js +0 -103
- package/dist/ts/cjs/ts/Contract/ArcWorkflow.js +0 -104
- package/dist/ts/cjs/ts/Contract/Contract.js +0 -100
- package/dist/ts/cjs/ts/Contract/Datamap.js +0 -314
- package/dist/ts/cjs/ts/Contract/Git.js +0 -94
- package/dist/ts/cjs/ts/Contract/ValidationPackagesConfig.js +0 -97
- package/dist/ts/cjs/ts/ContractIO/ContractIO.js +0 -217
- package/dist/ts/cjs/ts/ContractIO/FileSystemHelper.js +0 -205
- package/dist/ts/cjs/ts/Conversion.js +0 -1774
- package/dist/ts/cjs/ts/Core/ArcTypes.js +0 -3803
- package/dist/ts/cjs/ts/Core/Comment.js +0 -106
- package/dist/ts/cjs/ts/Core/CommentList.js +0 -134
- package/dist/ts/cjs/ts/Core/Conversion.js +0 -1198
- package/dist/ts/cjs/ts/Core/Data.js +0 -196
- package/dist/ts/cjs/ts/Core/DataContext.js +0 -141
- package/dist/ts/cjs/ts/Core/DataFile.js +0 -98
- package/dist/ts/cjs/ts/Core/DataMap.js +0 -185
- package/dist/ts/cjs/ts/Core/Helper/Collections.js +0 -502
- package/dist/ts/cjs/ts/Core/Helper/HashCodes.js +0 -40
- package/dist/ts/cjs/ts/Core/Helper/Identifier.js +0 -329
- package/dist/ts/cjs/ts/Core/Helper/ORCID.js +0 -40
- package/dist/ts/cjs/ts/Core/Helper/Printer.js +0 -2
- package/dist/ts/cjs/ts/Core/Helper/Regex.js +0 -616
- package/dist/ts/cjs/ts/Core/Helper/SemVer.js +0 -59
- package/dist/ts/cjs/ts/Core/Helper/Url.js +0 -40
- package/dist/ts/cjs/ts/Core/IPropertyValue.js +0 -2
- package/dist/ts/cjs/ts/Core/IdentifierSetters.js +0 -27
- package/dist/ts/cjs/ts/Core/OntologyAnnotation.js +0 -219
- package/dist/ts/cjs/ts/Core/OntologySourceReference.js +0 -94
- package/dist/ts/cjs/ts/Core/Person.js +0 -196
- package/dist/ts/cjs/ts/Core/Process/ColumnIndex.js +0 -258
- package/dist/ts/cjs/ts/Core/Process/Component.js +0 -200
- package/dist/ts/cjs/ts/Core/Process/Factor.js +0 -111
- package/dist/ts/cjs/ts/Core/Process/FactorValue.js +0 -143
- package/dist/ts/cjs/ts/Core/Process/Material.js +0 -68
- package/dist/ts/cjs/ts/Core/Process/MaterialAttribute.js +0 -103
- package/dist/ts/cjs/ts/Core/Process/MaterialAttributeValue.js +0 -160
- package/dist/ts/cjs/ts/Core/Process/MaterialType.js +0 -51
- package/dist/ts/cjs/ts/Core/Process/Process.js +0 -371
- package/dist/ts/cjs/ts/Core/Process/ProcessInput.js +0 -321
- package/dist/ts/cjs/ts/Core/Process/ProcessOutput.js +0 -282
- package/dist/ts/cjs/ts/Core/Process/ProcessParameterValue.js +0 -141
- package/dist/ts/cjs/ts/Core/Process/ProcessSequence.js +0 -250
- package/dist/ts/cjs/ts/Core/Process/Protocol.js +0 -248
- package/dist/ts/cjs/ts/Core/Process/ProtocolParameter.js +0 -75
- package/dist/ts/cjs/ts/Core/Process/Sample.js +0 -73
- package/dist/ts/cjs/ts/Core/Process/Source.js +0 -56
- package/dist/ts/cjs/ts/Core/Publication.js +0 -118
- package/dist/ts/cjs/ts/Core/Table/ArcTable.js +0 -923
- package/dist/ts/cjs/ts/Core/Table/ArcTableAux.js +0 -1262
- package/dist/ts/cjs/ts/Core/Table/ArcTables.js +0 -476
- package/dist/ts/cjs/ts/Core/Table/CompositeCell.js +0 -317
- package/dist/ts/cjs/ts/Core/Table/CompositeColumn.js +0 -60
- package/dist/ts/cjs/ts/Core/Table/CompositeHeader.js +0 -718
- package/dist/ts/cjs/ts/Core/Template.js +0 -196
- package/dist/ts/cjs/ts/Core/Templates.js +0 -86
- package/dist/ts/cjs/ts/Core/URI.js +0 -20
- package/dist/ts/cjs/ts/Core/Value.js +0 -191
- package/dist/ts/cjs/ts/CrossAsync.js +0 -35
- package/dist/ts/cjs/ts/FileSystem/Commit.js +0 -20
- package/dist/ts/cjs/ts/FileSystem/DefaultGitattributes.js +0 -4
- package/dist/ts/cjs/ts/FileSystem/DefaultGitignore.js +0 -4
- package/dist/ts/cjs/ts/FileSystem/FileSystem.js +0 -55
- package/dist/ts/cjs/ts/FileSystem/FileSystemTree.js +0 -322
- package/dist/ts/cjs/ts/FileSystem/Path.js +0 -63
- package/dist/ts/cjs/ts/Json/Assay.js +0 -234
- package/dist/ts/cjs/ts/Json/Comment.js +0 -119
- package/dist/ts/cjs/ts/Json/Data.js +0 -147
- package/dist/ts/cjs/ts/Json/DataFile.js +0 -54
- package/dist/ts/cjs/ts/Json/DataMap/DataContext.js +0 -40
- package/dist/ts/cjs/ts/Json/DataMap/DataMap.js +0 -30
- package/dist/ts/cjs/ts/Json/Decode.js +0 -231
- package/dist/ts/cjs/ts/Json/Encode.js +0 -117
- package/dist/ts/cjs/ts/Json/IDTable.js +0 -30
- package/dist/ts/cjs/ts/Json/Investigation.js +0 -254
- package/dist/ts/cjs/ts/Json/OntologyAnnotation.js +0 -207
- package/dist/ts/cjs/ts/Json/OntologySourceReference.js +0 -125
- package/dist/ts/cjs/ts/Json/Person.js +0 -338
- package/dist/ts/cjs/ts/Json/Process/AssayMaterials.js +0 -21
- package/dist/ts/cjs/ts/Json/Process/Component.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Factor.js +0 -58
- package/dist/ts/cjs/ts/Json/Process/FactorValue.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Material.js +0 -120
- package/dist/ts/cjs/ts/Json/Process/MaterialAttribute.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/MaterialAttributeValue.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/MaterialType.js +0 -46
- package/dist/ts/cjs/ts/Json/Process/Process.js +0 -109
- package/dist/ts/cjs/ts/Json/Process/ProcessInput.js +0 -38
- package/dist/ts/cjs/ts/Json/Process/ProcessOutput.js +0 -33
- package/dist/ts/cjs/ts/Json/Process/ProcessParameterValue.js +0 -33
- package/dist/ts/cjs/ts/Json/Process/Protocol.js +0 -180
- package/dist/ts/cjs/ts/Json/Process/ProtocolParameter.js +0 -47
- package/dist/ts/cjs/ts/Json/Process/Sample.js +0 -176
- package/dist/ts/cjs/ts/Json/Process/Source.js +0 -145
- package/dist/ts/cjs/ts/Json/Process/StudyMaterials.js +0 -23
- package/dist/ts/cjs/ts/Json/Process/Value.js +0 -39
- package/dist/ts/cjs/ts/Json/PropertyValue.js +0 -300
- package/dist/ts/cjs/ts/Json/Publication.js +0 -130
- package/dist/ts/cjs/ts/Json/ROCrate/LDContext.js +0 -123
- package/dist/ts/cjs/ts/Json/ROCrate/LDGraph.js +0 -88
- package/dist/ts/cjs/ts/Json/ROCrate/LDNode.js +0 -213
- package/dist/ts/cjs/ts/Json/ROCrate/LDRef.js +0 -25
- package/dist/ts/cjs/ts/Json/ROCrate/LDValue.js +0 -70
- package/dist/ts/cjs/ts/Json/StringTable.js +0 -70
- package/dist/ts/cjs/ts/Json/Study.js +0 -347
- package/dist/ts/cjs/ts/Json/Table/ArcTable.js +0 -217
- package/dist/ts/cjs/ts/Json/Table/CellTable.js +0 -58
- package/dist/ts/cjs/ts/Json/Table/CompositeCell.js +0 -103
- package/dist/ts/cjs/ts/Json/Table/CompositeHeader.js +0 -108
- package/dist/ts/cjs/ts/Json/Table/IOType.js +0 -16
- package/dist/ts/cjs/ts/Json/Table/OATable.js +0 -55
- package/dist/ts/cjs/ts/Json/Table/Templates.js +0 -106
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_assay_context.js +0 -89
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_comment_context.js +0 -47
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_data_context.js +0 -61
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_investigation_context.js +0 -97
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_material_context.js +0 -58
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -56
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -62
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_organization_context.js +0 -42
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_person_context.js +0 -112
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_process_context.js +0 -82
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_protocol_context.js +0 -85
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_publication_context.js +0 -66
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_sample_context.js +0 -53
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_source_context.js +0 -53
- package/dist/ts/cjs/ts/Json/context/rocrate/isa_study_context.js +0 -113
- package/dist/ts/cjs/ts/Json/context/rocrate/property_value_context.js +0 -61
- package/dist/ts/cjs/ts/Json/context/rocrate/rocrate_context.js +0 -63
- package/dist/ts/cjs/ts/Json.js +0 -240
- package/dist/ts/cjs/ts/JsonIO/Assay.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/Investigation.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/LDObject.js +0 -107
- package/dist/ts/cjs/ts/JsonIO/OntologyAnnotation.js +0 -77
- package/dist/ts/cjs/ts/JsonIO/Study.js +0 -104
- package/dist/ts/cjs/ts/JsonIO/Table/Compression.js +0 -40
- package/dist/ts/cjs/ts/JsonIO/Table/Templates.js +0 -92
- package/dist/ts/cjs/ts/ROCrate/Generic/Comment.js +0 -117
- package/dist/ts/cjs/ts/ROCrate/Generic/Dataset.js +0 -671
- package/dist/ts/cjs/ts/ROCrate/Generic/DefinedTerm.js +0 -117
- package/dist/ts/cjs/ts/ROCrate/Generic/File.js +0 -202
- package/dist/ts/cjs/ts/ROCrate/Generic/LabProcess.js +0 -240
- package/dist/ts/cjs/ts/ROCrate/Generic/LabProtocol.js +0 -277
- package/dist/ts/cjs/ts/ROCrate/Generic/Organization.js +0 -73
- package/dist/ts/cjs/ts/ROCrate/Generic/Person.js +0 -413
- package/dist/ts/cjs/ts/ROCrate/Generic/PostalAddress.js +0 -161
- package/dist/ts/cjs/ts/ROCrate/Generic/PropertyValue.js +0 -550
- package/dist/ts/cjs/ts/ROCrate/Generic/Sample.js +0 -141
- package/dist/ts/cjs/ts/ROCrate/Generic/ScholarlyArticle.js +0 -189
- package/dist/ts/cjs/ts/ROCrate/Helper.js +0 -7
- package/dist/ts/cjs/ts/ROCrate/LDContext.js +0 -322
- package/dist/ts/cjs/ts/ROCrate/LDObject.js +0 -984
- package/dist/ts/cjs/ts/ROCrate/ROCrateContext.js +0 -44
- package/dist/ts/cjs/ts/ROCrateIO.js +0 -75
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -176
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -150
- package/dist/ts/cjs/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -476
- package/dist/ts/cjs/ts/Spreadsheet/ArcAssay.js +0 -218
- package/dist/ts/cjs/ts/Spreadsheet/ArcInvestigation.js +0 -356
- package/dist/ts/cjs/ts/Spreadsheet/ArcRun.js +0 -177
- package/dist/ts/cjs/ts/Spreadsheet/ArcStudy.js +0 -130
- package/dist/ts/cjs/ts/Spreadsheet/ArcWorkflow.js +0 -166
- package/dist/ts/cjs/ts/Spreadsheet/CollectionAux.js +0 -128
- package/dist/ts/cjs/ts/Spreadsheet/DataMap.js +0 -41
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -43
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -480
- package/dist/ts/cjs/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -105
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Assays.js +0 -98
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Comment.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Contacts.js +0 -92
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Conversions.js +0 -187
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -25
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Factors.js +0 -83
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -65
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -68
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Protocols.js +0 -103
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Publication.js +0 -88
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Run.js +0 -99
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/SparseTable.js +0 -457
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Study.js +0 -259
- package/dist/ts/cjs/ts/Spreadsheet/Metadata/Workflow.js +0 -111
- package/dist/ts/cjs/ts/Template.Web.js +0 -29
- package/dist/ts/cjs/ts/ValidationPackages/ValidationPackage.js +0 -63
- package/dist/ts/cjs/ts/ValidationPackages/ValidationPackagesConfig.js +0 -90
- package/dist/ts/cjs/ts/WebRequest/WebRequest.Node.js +0 -17
- package/dist/ts/cjs/ts/WebRequest/WebRequest.js +0 -20
- package/dist/ts/cjs/ts/Xlsx.js +0 -133
- package/dist/ts/cjs/ts/Yaml/Encode.js +0 -9
- package/dist/ts/cjs/ts/Yaml/ValidationPackage.js +0 -49
- package/dist/ts/cjs/ts/Yaml/ValidationPackagesConfig.js +0 -50
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -444
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -142
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -53
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -23
- package/dist/ts/cjs/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -87
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -5
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -123
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -2
- package/dist/ts/cjs/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -360
- package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -220
- package/dist/ts/cjs/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -20
- package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -431
- package/dist/ts/cjs/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -186
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -477
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -521
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -211
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -58
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -139
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -365
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -259
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -127
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -137
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -140
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -435
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -69
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -40
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -40
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -31
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -78
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -46
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -134
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -43
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -238
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -93
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -76
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -42
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -332
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -175
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -80
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -65
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -53
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -55
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -34
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -68
- package/dist/ts/cjs/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -72
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1316
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -200
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -103
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -97
- package/dist/ts/cjs/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -59
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1723
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -75
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -13
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -50
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -104
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -527
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -12
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -235
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -166
- package/dist/ts/cjs/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -174
- package/dist/ts/esm/index.js +0 -60
- package/dist/ts/esm/ts/ARC.js +0 -959
- package/dist/ts/esm/ts/Contract/ARC.js +0 -58
- package/dist/ts/esm/ts/Contract/ArcAssay.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcInvestigation.js +0 -69
- package/dist/ts/esm/ts/Contract/ArcRun.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcStudy.js +0 -93
- package/dist/ts/esm/ts/Contract/ArcWorkflow.js +0 -94
- package/dist/ts/esm/ts/Contract/Contract.js +0 -87
- package/dist/ts/esm/ts/Contract/Datamap.js +0 -287
- package/dist/ts/esm/ts/Contract/Git.js +0 -72
- package/dist/ts/esm/ts/Contract/ValidationPackagesConfig.js +0 -88
- package/dist/ts/esm/ts/ContractIO/ContractIO.js +0 -207
- package/dist/ts/esm/ts/ContractIO/FileSystemHelper.js +0 -176
- package/dist/ts/esm/ts/Conversion.js +0 -1654
- package/dist/ts/esm/ts/Core/ArcTypes.js +0 -3728
- package/dist/ts/esm/ts/Core/Comment.js +0 -98
- package/dist/ts/esm/ts/Core/CommentList.js +0 -126
- package/dist/ts/esm/ts/Core/Conversion.js +0 -1145
- package/dist/ts/esm/ts/Core/Data.js +0 -188
- package/dist/ts/esm/ts/Core/DataContext.js +0 -119
- package/dist/ts/esm/ts/Core/DataFile.js +0 -82
- package/dist/ts/esm/ts/Core/DataMap.js +0 -156
- package/dist/ts/esm/ts/Core/Helper/Collections.js +0 -462
- package/dist/ts/esm/ts/Core/Helper/HashCodes.js +0 -32
- package/dist/ts/esm/ts/Core/Helper/Identifier.js +0 -298
- package/dist/ts/esm/ts/Core/Helper/ORCID.js +0 -34
- package/dist/ts/esm/ts/Core/Helper/Printer.js +0 -1
- package/dist/ts/esm/ts/Core/Helper/Regex.js +0 -579
- package/dist/ts/esm/ts/Core/Helper/SemVer.js +0 -50
- package/dist/ts/esm/ts/Core/Helper/Url.js +0 -30
- package/dist/ts/esm/ts/Core/IPropertyValue.js +0 -1
- package/dist/ts/esm/ts/Core/IdentifierSetters.js +0 -21
- package/dist/ts/esm/ts/Core/OntologyAnnotation.js +0 -213
- package/dist/ts/esm/ts/Core/OntologySourceReference.js +0 -88
- package/dist/ts/esm/ts/Core/Person.js +0 -190
- package/dist/ts/esm/ts/Core/Process/ColumnIndex.js +0 -204
- package/dist/ts/esm/ts/Core/Process/Component.js +0 -180
- package/dist/ts/esm/ts/Core/Process/Factor.js +0 -106
- package/dist/ts/esm/ts/Core/Process/FactorValue.js +0 -127
- package/dist/ts/esm/ts/Core/Process/Material.js +0 -57
- package/dist/ts/esm/ts/Core/Process/MaterialAttribute.js +0 -86
- package/dist/ts/esm/ts/Core/Process/MaterialAttributeValue.js +0 -142
- package/dist/ts/esm/ts/Core/Process/MaterialType.js +0 -42
- package/dist/ts/esm/ts/Core/Process/Process.js +0 -341
- package/dist/ts/esm/ts/Core/Process/ProcessInput.js +0 -283
- package/dist/ts/esm/ts/Core/Process/ProcessOutput.js +0 -248
- package/dist/ts/esm/ts/Core/Process/ProcessParameterValue.js +0 -136
- package/dist/ts/esm/ts/Core/Process/ProcessSequence.js +0 -227
- package/dist/ts/esm/ts/Core/Process/Protocol.js +0 -210
- package/dist/ts/esm/ts/Core/Process/ProtocolParameter.js +0 -70
- package/dist/ts/esm/ts/Core/Process/Sample.js +0 -59
- package/dist/ts/esm/ts/Core/Process/Source.js +0 -45
- package/dist/ts/esm/ts/Core/Publication.js +0 -112
- package/dist/ts/esm/ts/Core/Table/ArcTable.js +0 -917
- package/dist/ts/esm/ts/Core/Table/ArcTableAux.js +0 -1213
- package/dist/ts/esm/ts/Core/Table/ArcTables.js +0 -461
- package/dist/ts/esm/ts/Core/Table/CompositeCell.js +0 -308
- package/dist/ts/esm/ts/Core/Table/CompositeColumn.js +0 -55
- package/dist/ts/esm/ts/Core/Table/CompositeHeader.js +0 -691
- package/dist/ts/esm/ts/Core/Template.js +0 -186
- package/dist/ts/esm/ts/Core/Templates.js +0 -79
- package/dist/ts/esm/ts/Core/URI.js +0 -16
- package/dist/ts/esm/ts/Core/Value.js +0 -182
- package/dist/ts/esm/ts/CrossAsync.js +0 -27
- package/dist/ts/esm/ts/FileSystem/Commit.js +0 -15
- package/dist/ts/esm/ts/FileSystem/DefaultGitattributes.js +0 -1
- package/dist/ts/esm/ts/FileSystem/DefaultGitignore.js +0 -1
- package/dist/ts/esm/ts/FileSystem/FileSystem.js +0 -50
- package/dist/ts/esm/ts/FileSystem/FileSystemTree.js +0 -315
- package/dist/ts/esm/ts/FileSystem/Path.js +0 -51
- package/dist/ts/esm/ts/Json/Assay.js +0 -225
- package/dist/ts/esm/ts/Json/Comment.js +0 -111
- package/dist/ts/esm/ts/Json/Data.js +0 -138
- package/dist/ts/esm/ts/Json/DataFile.js +0 -50
- package/dist/ts/esm/ts/Json/DataMap/DataContext.js +0 -36
- package/dist/ts/esm/ts/Json/DataMap/DataMap.js +0 -24
- package/dist/ts/esm/ts/Json/Decode.js +0 -219
- package/dist/ts/esm/ts/Json/Encode.js +0 -103
- package/dist/ts/esm/ts/Json/IDTable.js +0 -26
- package/dist/ts/esm/ts/Json/Investigation.js +0 -244
- package/dist/ts/esm/ts/Json/OntologyAnnotation.js +0 -197
- package/dist/ts/esm/ts/Json/OntologySourceReference.js +0 -118
- package/dist/ts/esm/ts/Json/Person.js +0 -329
- package/dist/ts/esm/ts/Json/Process/AssayMaterials.js +0 -18
- package/dist/ts/esm/ts/Json/Process/Component.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Factor.js +0 -53
- package/dist/ts/esm/ts/Json/Process/FactorValue.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Material.js +0 -114
- package/dist/ts/esm/ts/Json/Process/MaterialAttribute.js +0 -42
- package/dist/ts/esm/ts/Json/Process/MaterialAttributeValue.js +0 -42
- package/dist/ts/esm/ts/Json/Process/MaterialType.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Process.js +0 -103
- package/dist/ts/esm/ts/Json/Process/ProcessInput.js +0 -33
- package/dist/ts/esm/ts/Json/Process/ProcessOutput.js +0 -28
- package/dist/ts/esm/ts/Json/Process/ProcessParameterValue.js +0 -28
- package/dist/ts/esm/ts/Json/Process/Protocol.js +0 -174
- package/dist/ts/esm/ts/Json/Process/ProtocolParameter.js +0 -42
- package/dist/ts/esm/ts/Json/Process/Sample.js +0 -170
- package/dist/ts/esm/ts/Json/Process/Source.js +0 -139
- package/dist/ts/esm/ts/Json/Process/StudyMaterials.js +0 -20
- package/dist/ts/esm/ts/Json/Process/Value.js +0 -35
- package/dist/ts/esm/ts/Json/PropertyValue.js +0 -295
- package/dist/ts/esm/ts/Json/Publication.js +0 -123
- package/dist/ts/esm/ts/Json/ROCrate/LDContext.js +0 -119
- package/dist/ts/esm/ts/Json/ROCrate/LDGraph.js +0 -84
- package/dist/ts/esm/ts/Json/ROCrate/LDNode.js +0 -207
- package/dist/ts/esm/ts/Json/ROCrate/LDRef.js +0 -21
- package/dist/ts/esm/ts/Json/ROCrate/LDValue.js +0 -65
- package/dist/ts/esm/ts/Json/StringTable.js +0 -63
- package/dist/ts/esm/ts/Json/Study.js +0 -337
- package/dist/ts/esm/ts/Json/Table/ArcTable.js +0 -208
- package/dist/ts/esm/ts/Json/Table/CellTable.js +0 -51
- package/dist/ts/esm/ts/Json/Table/CompositeCell.js +0 -97
- package/dist/ts/esm/ts/Json/Table/CompositeHeader.js +0 -104
- package/dist/ts/esm/ts/Json/Table/IOType.js +0 -12
- package/dist/ts/esm/ts/Json/Table/OATable.js +0 -48
- package/dist/ts/esm/ts/Json/Table/Templates.js +0 -98
- package/dist/ts/esm/ts/Json/context/rocrate/isa_assay_context.js +0 -84
- package/dist/ts/esm/ts/Json/context/rocrate/isa_comment_context.js +0 -42
- package/dist/ts/esm/ts/Json/context/rocrate/isa_data_context.js +0 -56
- package/dist/ts/esm/ts/Json/context/rocrate/isa_investigation_context.js +0 -92
- package/dist/ts/esm/ts/Json/context/rocrate/isa_material_context.js +0 -53
- package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_annotation_context.js +0 -51
- package/dist/ts/esm/ts/Json/context/rocrate/isa_ontology_source_reference_context.js +0 -57
- package/dist/ts/esm/ts/Json/context/rocrate/isa_organization_context.js +0 -37
- package/dist/ts/esm/ts/Json/context/rocrate/isa_person_context.js +0 -107
- package/dist/ts/esm/ts/Json/context/rocrate/isa_process_context.js +0 -77
- package/dist/ts/esm/ts/Json/context/rocrate/isa_protocol_context.js +0 -80
- package/dist/ts/esm/ts/Json/context/rocrate/isa_publication_context.js +0 -61
- package/dist/ts/esm/ts/Json/context/rocrate/isa_sample_context.js +0 -48
- package/dist/ts/esm/ts/Json/context/rocrate/isa_source_context.js +0 -48
- package/dist/ts/esm/ts/Json/context/rocrate/isa_study_context.js +0 -108
- package/dist/ts/esm/ts/Json/context/rocrate/property_value_context.js +0 -58
- package/dist/ts/esm/ts/Json/context/rocrate/rocrate_context.js +0 -58
- package/dist/ts/esm/ts/Json.js +0 -214
- package/dist/ts/esm/ts/JsonIO/Assay.js +0 -90
- package/dist/ts/esm/ts/JsonIO/Investigation.js +0 -90
- package/dist/ts/esm/ts/JsonIO/LDObject.js +0 -94
- package/dist/ts/esm/ts/JsonIO/OntologyAnnotation.js +0 -66
- package/dist/ts/esm/ts/JsonIO/Study.js +0 -90
- package/dist/ts/esm/ts/JsonIO/Table/Compression.js +0 -36
- package/dist/ts/esm/ts/JsonIO/Table/Templates.js +0 -80
- package/dist/ts/esm/ts/ROCrate/Generic/Comment.js +0 -112
- package/dist/ts/esm/ts/ROCrate/Generic/Dataset.js +0 -666
- package/dist/ts/esm/ts/ROCrate/Generic/DefinedTerm.js +0 -112
- package/dist/ts/esm/ts/ROCrate/Generic/File.js +0 -197
- package/dist/ts/esm/ts/ROCrate/Generic/LabProcess.js +0 -235
- package/dist/ts/esm/ts/ROCrate/Generic/LabProtocol.js +0 -272
- package/dist/ts/esm/ts/ROCrate/Generic/Organization.js +0 -68
- package/dist/ts/esm/ts/ROCrate/Generic/Person.js +0 -408
- package/dist/ts/esm/ts/ROCrate/Generic/PostalAddress.js +0 -156
- package/dist/ts/esm/ts/ROCrate/Generic/PropertyValue.js +0 -545
- package/dist/ts/esm/ts/ROCrate/Generic/Sample.js +0 -136
- package/dist/ts/esm/ts/ROCrate/Generic/ScholarlyArticle.js +0 -184
- package/dist/ts/esm/ts/ROCrate/Helper.js +0 -4
- package/dist/ts/esm/ts/ROCrate/LDContext.js +0 -313
- package/dist/ts/esm/ts/ROCrate/LDObject.js +0 -967
- package/dist/ts/esm/ts/ROCrate/ROCrateContext.js +0 -38
- package/dist/ts/esm/ts/ROCrateIO.js +0 -65
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/ArcTable.js +0 -164
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeCell.js +0 -61
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeColumn.js +0 -141
- package/dist/ts/esm/ts/Spreadsheet/AnnotationTable/CompositeHeader.js +0 -460
- package/dist/ts/esm/ts/Spreadsheet/ArcAssay.js +0 -204
- package/dist/ts/esm/ts/Spreadsheet/ArcInvestigation.js +0 -334
- package/dist/ts/esm/ts/Spreadsheet/ArcRun.js +0 -163
- package/dist/ts/esm/ts/Spreadsheet/ArcStudy.js +0 -117
- package/dist/ts/esm/ts/Spreadsheet/ArcWorkflow.js +0 -152
- package/dist/ts/esm/ts/Spreadsheet/CollectionAux.js +0 -117
- package/dist/ts/esm/ts/Spreadsheet/DataMap.js +0 -37
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapColumn.js +0 -39
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapHeader.js +0 -463
- package/dist/ts/esm/ts/Spreadsheet/DataMapTable/DataMapTable.js +0 -97
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Assays.js +0 -90
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Comment.js +0 -59
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Contacts.js +0 -84
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Conversions.js +0 -176
- package/dist/ts/esm/ts/Spreadsheet/Metadata/DesignDescriptors.js +0 -18
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Factors.js +0 -75
- package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologyAnnotation.js +0 -59
- package/dist/ts/esm/ts/Spreadsheet/Metadata/OntologySourceReference.js +0 -60
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Protocols.js +0 -95
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Publication.js +0 -80
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Run.js +0 -91
- package/dist/ts/esm/ts/Spreadsheet/Metadata/SparseTable.js +0 -434
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Study.js +0 -245
- package/dist/ts/esm/ts/Spreadsheet/Metadata/Workflow.js +0 -103
- package/dist/ts/esm/ts/Template.Web.js +0 -23
- package/dist/ts/esm/ts/ValidationPackages/ValidationPackage.js +0 -57
- package/dist/ts/esm/ts/ValidationPackages/ValidationPackagesConfig.js +0 -84
- package/dist/ts/esm/ts/WebRequest/WebRequest.Node.js +0 -13
- package/dist/ts/esm/ts/WebRequest/WebRequest.js +0 -17
- package/dist/ts/esm/ts/Xlsx.js +0 -116
- package/dist/ts/esm/ts/Yaml/Encode.js +0 -5
- package/dist/ts/esm/ts/Yaml/ValidationPackage.js +0 -41
- package/dist/ts/esm/ts/Yaml/ValidationPackagesConfig.js +0 -42
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.js +0 -432
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.js +0 -118
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.js +0 -18
- package/dist/ts/esm/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.js +0 -79
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +0 -2
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +0 -102
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.js +0 -1
- package/dist/ts/esm/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +0 -281
- package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -203
- package/dist/ts/esm/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -16
- package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +0 -380
- package/dist/ts/esm/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +0 -151
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.js +0 -463
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.js +0 -473
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.js +0 -189
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.js +0 -122
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.js +0 -306
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.js +0 -224
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.js +0 -121
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.js +0 -131
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.js +0 -134
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.js +0 -429
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.js +0 -62
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.js +0 -35
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.js +0 -35
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.js +0 -27
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.js +0 -74
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.js +0 -41
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.js +0 -129
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.js +0 -33
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.js +0 -206
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.js +0 -80
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.js +0 -60
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.js +0 -31
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.js +0 -326
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.js +0 -152
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +0 -76
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +0 -48
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +0 -48
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +0 -51
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +0 -30
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +0 -64
- package/dist/ts/esm/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +0 -67
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +0 -1269
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +0 -178
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +0 -79
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +0 -91
- package/dist/ts/esm/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +0 -55
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.js +0 -1692
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.js +0 -57
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.js +0 -9
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.js +0 -43
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +0 -96
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.js +0 -522
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.js +0 -9
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +0 -221
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.js +0 -156
- package/dist/ts/esm/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +0 -148
- package/dist/ts/types/index.d.ts +0 -60
- package/dist/ts/types/index.d.ts.map +0 -1
- package/dist/ts/types/ts/ARC.d.ts +0 -80
- package/dist/ts/types/ts/ARC.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ARC.d.ts +0 -7
- package/dist/ts/types/ts/Contract/ARC.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcAssay.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcAssay.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts +0 -10
- package/dist/ts/types/ts/Contract/ArcInvestigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcRun.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcRun.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcStudy.d.ts +0 -13
- package/dist/ts/types/ts/Contract/ArcStudy.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ArcWorkflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Contract.d.ts +0 -39
- package/dist/ts/types/ts/Contract/Contract.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Datamap.d.ts +0 -29
- package/dist/ts/types/ts/Contract/Datamap.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/Git.d.ts +0 -28
- package/dist/ts/types/ts/Contract/Git.d.ts.map +0 -1
- package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts +0 -12
- package/dist/ts/types/ts/Contract/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/ContractIO/ContractIO.d.ts +0 -11
- package/dist/ts/types/ts/ContractIO/ContractIO.d.ts.map +0 -1
- package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts +0 -33
- package/dist/ts/types/ts/ContractIO/FileSystemHelper.d.ts.map +0 -1
- package/dist/ts/types/ts/Conversion.d.ts +0 -291
- package/dist/ts/types/ts/Conversion.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/ArcTypes.d.ts +0 -620
- package/dist/ts/types/ts/Core/ArcTypes.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Comment.d.ts +0 -35
- package/dist/ts/types/ts/Core/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/CommentList.d.ts +0 -28
- package/dist/ts/types/ts/Core/CommentList.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Conversion.d.ts +0 -215
- package/dist/ts/types/ts/Core/Conversion.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Data.d.ts +0 -49
- package/dist/ts/types/ts/Core/Data.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataContext.d.ts +0 -47
- package/dist/ts/types/ts/Core/DataContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataFile.d.ts +0 -27
- package/dist/ts/types/ts/Core/DataFile.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/DataMap.d.ts +0 -52
- package/dist/ts/types/ts/Core/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Collections.d.ts +0 -61
- package/dist/ts/types/ts/Core/Helper/Collections.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts +0 -9
- package/dist/ts/types/ts/Core/Helper/HashCodes.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Identifier.d.ts +0 -119
- package/dist/ts/types/ts/Core/Helper/Identifier.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/ORCID.d.ts +0 -7
- package/dist/ts/types/ts/Core/Helper/ORCID.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Printer.d.ts +0 -5
- package/dist/ts/types/ts/Core/Helper/Printer.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Regex.d.ts +0 -194
- package/dist/ts/types/ts/Core/Helper/Regex.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/SemVer.d.ts +0 -20
- package/dist/ts/types/ts/Core/Helper/SemVer.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Helper/Url.d.ts +0 -10
- package/dist/ts/types/ts/Core/Helper/Url.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/IPropertyValue.d.ts +0 -13
- package/dist/ts/types/ts/Core/IPropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/IdentifierSetters.d.ts +0 -7
- package/dist/ts/types/ts/Core/IdentifierSetters.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts +0 -57
- package/dist/ts/types/ts/Core/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/OntologySourceReference.d.ts +0 -31
- package/dist/ts/types/ts/Core/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Person.d.ts +0 -56
- package/dist/ts/types/ts/Core/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts +0 -79
- package/dist/ts/types/ts/Core/Process/ColumnIndex.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Component.d.ts +0 -65
- package/dist/ts/types/ts/Core/Process/Component.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Factor.d.ts +0 -44
- package/dist/ts/types/ts/Core/Process/Factor.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/FactorValue.d.ts +0 -44
- package/dist/ts/types/ts/Core/Process/FactorValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Material.d.ts +0 -27
- package/dist/ts/types/ts/Core/Process/Material.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts +0 -53
- package/dist/ts/types/ts/Core/Process/MaterialAttribute.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts +0 -55
- package/dist/ts/types/ts/Core/Process/MaterialAttributeValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/MaterialType.d.ts +0 -22
- package/dist/ts/types/ts/Core/Process/MaterialType.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Process.d.ts +0 -113
- package/dist/ts/types/ts/Core/Process/Process.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts +0 -117
- package/dist/ts/types/ts/Core/Process/ProcessInput.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts +0 -106
- package/dist/ts/types/ts/Core/Process/ProcessOutput.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts +0 -40
- package/dist/ts/types/ts/Core/Process/ProcessParameterValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts +0 -89
- package/dist/ts/types/ts/Core/Process/ProcessSequence.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Protocol.d.ts +0 -141
- package/dist/ts/types/ts/Core/Process/Protocol.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts +0 -32
- package/dist/ts/types/ts/Core/Process/ProtocolParameter.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Sample.d.ts +0 -31
- package/dist/ts/types/ts/Core/Process/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Process/Source.d.ts +0 -24
- package/dist/ts/types/ts/Core/Process/Source.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Publication.d.ts +0 -36
- package/dist/ts/types/ts/Core/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTable.d.ts +0 -137
- package/dist/ts/types/ts/Core/Table/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts +0 -154
- package/dist/ts/types/ts/Core/Table/ArcTableAux.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/ArcTables.d.ts +0 -91
- package/dist/ts/types/ts/Core/Table/ArcTables.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts +0 -58
- package/dist/ts/types/ts/Core/Table/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts +0 -19
- package/dist/ts/types/ts/Core/Table/CompositeColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts +0 -130
- package/dist/ts/types/ts/Core/Table/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Template.d.ts +0 -69
- package/dist/ts/types/ts/Core/Template.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Templates.d.ts +0 -18
- package/dist/ts/types/ts/Core/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/URI.d.ts.map +0 -1
- package/dist/ts/types/ts/Core/Value.d.ts +0 -41
- package/dist/ts/types/ts/Core/Value.d.ts.map +0 -1
- package/dist/ts/types/ts/CrossAsync.d.ts +0 -9
- package/dist/ts/types/ts/CrossAsync.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/Commit.d.ts +0 -13
- package/dist/ts/types/ts/FileSystem/Commit.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/DefaultGitattributes.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/DefaultGitignore.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/FileSystem.d.ts +0 -21
- package/dist/ts/types/ts/FileSystem/FileSystem.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts +0 -54
- package/dist/ts/types/ts/FileSystem/FileSystemTree.d.ts.map +0 -1
- package/dist/ts/types/ts/FileSystem/Path.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Assay.d.ts +0 -19
- package/dist/ts/types/ts/Json/Assay.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Comment.d.ts +0 -14
- package/dist/ts/types/ts/Json/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Data.d.ts +0 -17
- package/dist/ts/types/ts/Json/Data.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataFile.d.ts +0 -7
- package/dist/ts/types/ts/Json/DataFile.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts +0 -5
- package/dist/ts/types/ts/Json/DataMap/DataContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts +0 -11
- package/dist/ts/types/ts/Json/DataMap/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Decode.d.ts +0 -18
- package/dist/ts/types/ts/Json/Decode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Encode.d.ts +0 -23
- package/dist/ts/types/ts/Json/Encode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/IDTable.d.ts +0 -5
- package/dist/ts/types/ts/Json/IDTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Investigation.d.ts +0 -20
- package/dist/ts/types/ts/Json/Investigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts +0 -18
- package/dist/ts/types/ts/Json/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/OntologySourceReference.d.ts +0 -12
- package/dist/ts/types/ts/Json/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Person.d.ts +0 -22
- package/dist/ts/types/ts/Json/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/AssayMaterials.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Component.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/Component.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Factor.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/Factor.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/FactorValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/FactorValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Material.d.ts +0 -12
- package/dist/ts/types/ts/Json/Process/Material.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/MaterialAttribute.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/MaterialAttributeValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/MaterialType.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/MaterialType.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Process.d.ts +0 -10
- package/dist/ts/types/ts/Json/Process/Process.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts +0 -9
- package/dist/ts/types/ts/Json/Process/ProcessInput.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts +0 -9
- package/dist/ts/types/ts/Json/Process/ProcessOutput.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts +0 -11
- package/dist/ts/types/ts/Json/Process/ProcessParameterValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Protocol.d.ts +0 -10
- package/dist/ts/types/ts/Json/Process/Protocol.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts +0 -8
- package/dist/ts/types/ts/Json/Process/ProtocolParameter.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Sample.d.ts +0 -15
- package/dist/ts/types/ts/Json/Process/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Source.d.ts +0 -12
- package/dist/ts/types/ts/Json/Process/Source.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/StudyMaterials.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Process/Value.d.ts +0 -7
- package/dist/ts/types/ts/Json/Process/Value.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/PropertyValue.d.ts +0 -9
- package/dist/ts/types/ts/Json/PropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Publication.d.ts +0 -14
- package/dist/ts/types/ts/Json/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDContext.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDGraph.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts +0 -13
- package/dist/ts/types/ts/Json/ROCrate/LDNode.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts +0 -5
- package/dist/ts/types/ts/Json/ROCrate/LDRef.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts +0 -7
- package/dist/ts/types/ts/Json/ROCrate/LDValue.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/StringTable.d.ts +0 -9
- package/dist/ts/types/ts/Json/StringTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Study.d.ts +0 -26
- package/dist/ts/types/ts/Json/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/ArcTable.d.ts +0 -15
- package/dist/ts/types/ts/Json/Table/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CellTable.d.ts +0 -11
- package/dist/ts/types/ts/Json/Table/CellTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts +0 -10
- package/dist/ts/types/ts/Json/Table/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts +0 -5
- package/dist/ts/types/ts/Json/Table/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/IOType.d.ts +0 -5
- package/dist/ts/types/ts/Json/Table/IOType.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/OATable.d.ts +0 -10
- package/dist/ts/types/ts/Json/Table/OATable.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/Table/Templates.d.ts +0 -15
- package/dist/ts/types/ts/Json/Table/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts +0 -26
- package/dist/ts/types/ts/Json/context/rocrate/isa_assay_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts +0 -16
- package/dist/ts/types/ts/Json/context/rocrate/isa_comment_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_data_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts +0 -26
- package/dist/ts/types/ts/Json/context/rocrate/isa_investigation_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_material_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts +0 -17
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_annotation_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_ontology_source_reference_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts +0 -15
- package/dist/ts/types/ts/Json/context/rocrate/isa_organization_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts +0 -25
- package/dist/ts/types/ts/Json/context/rocrate/isa_person_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts +0 -23
- package/dist/ts/types/ts/Json/context/rocrate/isa_process_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts +0 -22
- package/dist/ts/types/ts/Json/context/rocrate/isa_protocol_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts +0 -19
- package/dist/ts/types/ts/Json/context/rocrate/isa_publication_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_sample_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts +0 -18
- package/dist/ts/types/ts/Json/context/rocrate/isa_source_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts +0 -34
- package/dist/ts/types/ts/Json/context/rocrate/isa_study_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts +0 -3
- package/dist/ts/types/ts/Json/context/rocrate/property_value_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts +0 -16
- package/dist/ts/types/ts/Json/context/rocrate/rocrate_context.d.ts.map +0 -1
- package/dist/ts/types/ts/Json.d.ts +0 -90
- package/dist/ts/types/ts/Json.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Assay.d.ts +0 -19
- package/dist/ts/types/ts/JsonIO/Assay.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Investigation.d.ts +0 -19
- package/dist/ts/types/ts/JsonIO/Investigation.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/LDObject.d.ts +0 -29
- package/dist/ts/types/ts/JsonIO/LDObject.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts +0 -16
- package/dist/ts/types/ts/JsonIO/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Study.d.ts +0 -20
- package/dist/ts/types/ts/JsonIO/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts +0 -8
- package/dist/ts/types/ts/JsonIO/Table/Compression.d.ts.map +0 -1
- package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts +0 -15
- package/dist/ts/types/ts/JsonIO/Table/Templates.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts +0 -21
- package/dist/ts/types/ts/ROCrate/Generic/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts +0 -92
- package/dist/ts/types/ts/ROCrate/Generic/Dataset.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts +0 -21
- package/dist/ts/types/ts/ROCrate/Generic/DefinedTerm.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/File.d.ts +0 -35
- package/dist/ts/types/ts/ROCrate/Generic/File.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts +0 -43
- package/dist/ts/types/ts/ROCrate/Generic/LabProcess.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts +0 -44
- package/dist/ts/types/ts/ROCrate/Generic/LabProtocol.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts +0 -17
- package/dist/ts/types/ts/ROCrate/Generic/Organization.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts +0 -51
- package/dist/ts/types/ts/ROCrate/Generic/Person.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts +0 -25
- package/dist/ts/types/ts/ROCrate/Generic/PostalAddress.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts +0 -73
- package/dist/ts/types/ts/ROCrate/Generic/PropertyValue.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts +0 -30
- package/dist/ts/types/ts/ROCrate/Generic/Sample.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts +0 -34
- package/dist/ts/types/ts/ROCrate/Generic/ScholarlyArticle.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/Helper.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/LDContext.d.ts +0 -43
- package/dist/ts/types/ts/ROCrate/LDContext.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/LDObject.d.ts +0 -97
- package/dist/ts/types/ts/ROCrate/LDObject.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts +0 -7
- package/dist/ts/types/ts/ROCrate/ROCrateContext.d.ts.map +0 -1
- package/dist/ts/types/ts/ROCrateIO.d.ts +0 -15
- package/dist/ts/types/ts/ROCrateIO.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts +0 -40
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/ArcTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts +0 -9
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeCell.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts +0 -24
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts +0 -22
- package/dist/ts/types/ts/Spreadsheet/AnnotationTable/CompositeHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts +0 -31
- package/dist/ts/types/ts/Spreadsheet/ArcAssay.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts +0 -42
- package/dist/ts/types/ts/Spreadsheet/ArcInvestigation.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts +0 -27
- package/dist/ts/types/ts/Spreadsheet/ArcRun.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts +0 -26
- package/dist/ts/types/ts/Spreadsheet/ArcStudy.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts +0 -27
- package/dist/ts/types/ts/Spreadsheet/ArcWorkflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/CollectionAux.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts +0 -8
- package/dist/ts/types/ts/Spreadsheet/DataMap.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts +0 -7
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapColumn.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapHeader.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts +0 -23
- package/dist/ts/types/ts/Spreadsheet/DataMapTable/DataMapTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Assays.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Comment.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts +0 -25
- package/dist/ts/types/ts/Spreadsheet/Metadata/Contacts.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts +0 -60
- package/dist/ts/types/ts/Spreadsheet/Metadata/Conversions.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts +0 -16
- package/dist/ts/types/ts/Spreadsheet/Metadata/DesignDescriptors.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts +0 -18
- package/dist/ts/types/ts/Spreadsheet/Metadata/Factors.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts +0 -12
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologyAnnotation.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts +0 -18
- package/dist/ts/types/ts/Spreadsheet/Metadata/OntologySourceReference.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts +0 -28
- package/dist/ts/types/ts/Spreadsheet/Metadata/Protocols.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts +0 -21
- package/dist/ts/types/ts/Spreadsheet/Metadata/Publication.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts +0 -14
- package/dist/ts/types/ts/Spreadsheet/Metadata/Run.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts +0 -37
- package/dist/ts/types/ts/Spreadsheet/Metadata/SparseTable.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts +0 -38
- package/dist/ts/types/ts/Spreadsheet/Metadata/Study.d.ts.map +0 -1
- package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts +0 -31
- package/dist/ts/types/ts/Spreadsheet/Metadata/Workflow.d.ts.map +0 -1
- package/dist/ts/types/ts/Template.Web.d.ts +0 -11
- package/dist/ts/types/ts/Template.Web.d.ts.map +0 -1
- package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts +0 -21
- package/dist/ts/types/ts/ValidationPackages/ValidationPackage.d.ts.map +0 -1
- package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts +0 -23
- package/dist/ts/types/ts/ValidationPackages/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts +0 -4
- package/dist/ts/types/ts/WebRequest/WebRequest.Node.d.ts.map +0 -1
- package/dist/ts/types/ts/WebRequest/WebRequest.d.ts +0 -4
- package/dist/ts/types/ts/WebRequest/WebRequest.d.ts.map +0 -1
- package/dist/ts/types/ts/Xlsx.d.ts +0 -50
- package/dist/ts/types/ts/Xlsx.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/Encode.d.ts +0 -5
- package/dist/ts/types/ts/Yaml/Encode.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts +0 -10
- package/dist/ts/types/ts/Yaml/ValidationPackage.d.ts.map +0 -1
- package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts +0 -10
- package/dist/ts/types/ts/Yaml/ValidationPackagesConfig.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts +0 -69
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/DynamicObj.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts +0 -25
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/FableJS.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts +0 -11
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/HashCodes.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/PropertyHelper.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/DynamicObj.7.0.1/ReflectionUtils.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts +0 -34
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts +0 -14
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Column.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts +0 -4
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts +0 -30
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Row.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts +0 -49
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts +0 -35
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts +0 -123
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts +0 -27
- package/dist/ts/types/ts/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts +0 -253
- package/dist/ts/types/ts/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts +0 -112
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/Promise.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts +0 -8
- package/dist/ts/types/ts/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts +0 -123
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts +0 -113
- package/dist/ts/types/ts/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts +0 -91
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts +0 -181
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Cells/FsCellsCollection.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts +0 -36
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/CellBuilder.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts +0 -23
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Expression.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts +0 -21
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/RowBuilder.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts +0 -157
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/DSL/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts +0 -97
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsAddress.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts +0 -37
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsColumn.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts +0 -39
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsRow.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts +0 -36
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorkbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts +0 -88
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/FsWorksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts +0 -9
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Column.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts +0 -9
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Row.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Table.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Value.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Json/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRange.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts +0 -94
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeAddress.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts +0 -33
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeBase.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts +0 -31
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeColumn.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts +0 -17
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Ranges/FsRangeRow.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts +0 -71
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTable.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts +0 -89
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.6.3.1/Tables/FsTableField.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts +0 -19
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts +0 -15
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts +0 -20
- package/dist/ts/types/ts/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts +0 -105
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts +0 -26
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts +0 -99
- package/dist/ts/types/ts/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts +0 -7
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts +0 -5
- package/dist/ts/types/ts/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts +0 -64
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Decode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts +0 -24
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Encode.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts +0 -3
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Interop/JsInterop.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts +0 -12
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Persil.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts +0 -6
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Reader.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts +0 -10
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Regex.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts +0 -46
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts +0 -12
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/Writer.fs.d.ts.map +0 -1
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts +0 -70
- package/dist/ts/types/ts/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.d.ts.map +0 -1
- /package/dist/ts/{types/ts → ts}/Core/URI.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitattributes.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/DefaultGitignore.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/FileSystem/Path.d.ts +0 -0
- /package/dist/ts/{types/ts → ts}/ROCrate/Helper.d.ts +0 -0
|
@@ -1,1198 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Person_createAssayIdentifierKey = exports.Person_AssayIdentifierPrefix = exports.Person_orcidKey = void 0;
|
|
4
|
-
exports.Person_setSourceAssayComment = Person_setSourceAssayComment;
|
|
5
|
-
exports.Person_getSourceAssayIdentifiersFromComments = Person_getSourceAssayIdentifiersFromComments;
|
|
6
|
-
exports.Person_removeSourceAssayComments = Person_removeSourceAssayComments;
|
|
7
|
-
exports.Person_setOrcidFromComments = Person_setOrcidFromComments;
|
|
8
|
-
exports.Person_setCommentFromORCID = Person_setCommentFromORCID;
|
|
9
|
-
exports.JsonTypes_valueOfCell = JsonTypes_valueOfCell;
|
|
10
|
-
exports.JsonTypes_composeComponent = JsonTypes_composeComponent;
|
|
11
|
-
exports.JsonTypes_composeParameterValue = JsonTypes_composeParameterValue;
|
|
12
|
-
exports.JsonTypes_composeFactorValue = JsonTypes_composeFactorValue;
|
|
13
|
-
exports.JsonTypes_composeCharacteristicValue = JsonTypes_composeCharacteristicValue;
|
|
14
|
-
exports.JsonTypes_composeFreetextMaterialName = JsonTypes_composeFreetextMaterialName;
|
|
15
|
-
exports.JsonTypes_composeProcessInput = JsonTypes_composeProcessInput;
|
|
16
|
-
exports.JsonTypes_composeProcessOutput = JsonTypes_composeProcessOutput;
|
|
17
|
-
exports.JsonTypes_cellOfValue = JsonTypes_cellOfValue;
|
|
18
|
-
exports.JsonTypes_decomposeComponent = JsonTypes_decomposeComponent;
|
|
19
|
-
exports.JsonTypes_decomposeParameterValue = JsonTypes_decomposeParameterValue;
|
|
20
|
-
exports.JsonTypes_decomposeFactorValue = JsonTypes_decomposeFactorValue;
|
|
21
|
-
exports.JsonTypes_decomposeCharacteristicValue = JsonTypes_decomposeCharacteristicValue;
|
|
22
|
-
exports.JsonTypes_decomposeProcessInput = JsonTypes_decomposeProcessInput;
|
|
23
|
-
exports.JsonTypes_decomposeProcessOutput = JsonTypes_decomposeProcessOutput;
|
|
24
|
-
exports.JsonTypes_composeTechnologyPlatform = JsonTypes_composeTechnologyPlatform;
|
|
25
|
-
exports.JsonTypes_decomposeTechnologyPlatform = JsonTypes_decomposeTechnologyPlatform;
|
|
26
|
-
exports.ProcessParsing_tryComponentGetter = ProcessParsing_tryComponentGetter;
|
|
27
|
-
exports.ProcessParsing_tryParameterGetter = ProcessParsing_tryParameterGetter;
|
|
28
|
-
exports.ProcessParsing_tryFactorGetter = ProcessParsing_tryFactorGetter;
|
|
29
|
-
exports.ProcessParsing_tryCharacteristicGetter = ProcessParsing_tryCharacteristicGetter;
|
|
30
|
-
exports.ProcessParsing_tryGetProtocolTypeGetter = ProcessParsing_tryGetProtocolTypeGetter;
|
|
31
|
-
exports.ProcessParsing_tryGetProtocolREFGetter = ProcessParsing_tryGetProtocolREFGetter;
|
|
32
|
-
exports.ProcessParsing_tryGetProtocolDescriptionGetter = ProcessParsing_tryGetProtocolDescriptionGetter;
|
|
33
|
-
exports.ProcessParsing_tryGetProtocolURIGetter = ProcessParsing_tryGetProtocolURIGetter;
|
|
34
|
-
exports.ProcessParsing_tryGetProtocolVersionGetter = ProcessParsing_tryGetProtocolVersionGetter;
|
|
35
|
-
exports.ProcessParsing_tryGetInputGetter = ProcessParsing_tryGetInputGetter;
|
|
36
|
-
exports.ProcessParsing_tryGetOutputGetter = ProcessParsing_tryGetOutputGetter;
|
|
37
|
-
exports.ProcessParsing_tryGetCommentGetter = ProcessParsing_tryGetCommentGetter;
|
|
38
|
-
exports.ProcessParsing_getProcessGetter = ProcessParsing_getProcessGetter;
|
|
39
|
-
exports.ProcessParsing_groupProcesses = ProcessParsing_groupProcesses;
|
|
40
|
-
exports.ProcessParsing_mergeIdenticalProcesses = ProcessParsing_mergeIdenticalProcesses;
|
|
41
|
-
exports.ProcessParsing_processToRows = ProcessParsing_processToRows;
|
|
42
|
-
exports.ARCtrl_CompositeHeader__CompositeHeader_TryParameter = ARCtrl_CompositeHeader__CompositeHeader_TryParameter;
|
|
43
|
-
exports.ARCtrl_CompositeHeader__CompositeHeader_TryFactor = ARCtrl_CompositeHeader__CompositeHeader_TryFactor;
|
|
44
|
-
exports.ARCtrl_CompositeHeader__CompositeHeader_TryCharacteristic = ARCtrl_CompositeHeader__CompositeHeader_TryCharacteristic;
|
|
45
|
-
exports.ARCtrl_CompositeHeader__CompositeHeader_TryComponent = ARCtrl_CompositeHeader__CompositeHeader_TryComponent;
|
|
46
|
-
exports.ARCtrl_CompositeCell__CompositeCell_fromValue_Static_Z6986DF18 = ARCtrl_CompositeCell__CompositeCell_fromValue_Static_Z6986DF18;
|
|
47
|
-
exports.CompositeRow_toProtocol = CompositeRow_toProtocol;
|
|
48
|
-
exports.ARCtrl_ArcTable__ArcTable_fromProtocol_Static_3BF20962 = ARCtrl_ArcTable__ArcTable_fromProtocol_Static_3BF20962;
|
|
49
|
-
exports.ARCtrl_ArcTable__ArcTable_GetProtocols = ARCtrl_ArcTable__ArcTable_GetProtocols;
|
|
50
|
-
exports.ARCtrl_ArcTable__ArcTable_GetProcesses = ARCtrl_ArcTable__ArcTable_GetProcesses;
|
|
51
|
-
exports.ARCtrl_ArcTable__ArcTable_fromProcesses_Static = ARCtrl_ArcTable__ArcTable_fromProcesses_Static;
|
|
52
|
-
exports.ARCtrl_ArcTables__ArcTables_GetProcesses = ARCtrl_ArcTables__ArcTables_GetProcesses;
|
|
53
|
-
exports.ARCtrl_ArcTables__ArcTables_fromProcesses_Static_62A3309D = ARCtrl_ArcTables__ArcTables_fromProcesses_Static_62A3309D;
|
|
54
|
-
const String_js_1 = require("@fable-org/fable-library-js/String.js");
|
|
55
|
-
const Comment_js_1 = require("./Comment.js");
|
|
56
|
-
const Seq_js_1 = require("@fable-org/fable-library-js/Seq.js");
|
|
57
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
58
|
-
const Collections_js_1 = require("./Helper/Collections.js");
|
|
59
|
-
const OntologyAnnotation_js_1 = require("./OntologyAnnotation.js");
|
|
60
|
-
const Value_js_1 = require("./Value.js");
|
|
61
|
-
const CompositeCell_js_1 = require("./Table/CompositeCell.js");
|
|
62
|
-
const Component_js_1 = require("./Process/Component.js");
|
|
63
|
-
const CompositeHeader_js_1 = require("./Table/CompositeHeader.js");
|
|
64
|
-
const ProtocolParameter_js_1 = require("./Process/ProtocolParameter.js");
|
|
65
|
-
const ProcessParameterValue_js_1 = require("./Process/ProcessParameterValue.js");
|
|
66
|
-
const FactorValue_js_1 = require("./Process/FactorValue.js");
|
|
67
|
-
const Factor_js_1 = require("./Process/Factor.js");
|
|
68
|
-
const Types_js_1 = require("@fable-org/fable-library-js/Types.js");
|
|
69
|
-
const MaterialAttributeValue_js_1 = require("./Process/MaterialAttributeValue.js");
|
|
70
|
-
const MaterialAttribute_js_1 = require("./Process/MaterialAttribute.js");
|
|
71
|
-
const ProcessInput_js_1 = require("./Process/ProcessInput.js");
|
|
72
|
-
const ProcessOutput_js_1 = require("./Process/ProcessOutput.js");
|
|
73
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
74
|
-
const Regex_js_1 = require("./Helper/Regex.js");
|
|
75
|
-
const ColumnIndex_js_1 = require("./Process/ColumnIndex.js");
|
|
76
|
-
const ArcTableAux_js_1 = require("./Table/ArcTableAux.js");
|
|
77
|
-
const ArcTable_js_1 = require("./Table/ArcTable.js");
|
|
78
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
79
|
-
const Source_js_1 = require("./Process/Source.js");
|
|
80
|
-
const Sample_js_1 = require("./Process/Sample.js");
|
|
81
|
-
const Process_js_1 = require("./Process/Process.js");
|
|
82
|
-
const Protocol_js_1 = require("./Process/Protocol.js");
|
|
83
|
-
const Seq2_js_1 = require("@fable-org/fable-library-js/Seq2.js");
|
|
84
|
-
const Identifier_js_1 = require("./Helper/Identifier.js");
|
|
85
|
-
const HashCodes_js_1 = require("./Helper/HashCodes.js");
|
|
86
|
-
const Range_js_1 = require("@fable-org/fable-library-js/Range.js");
|
|
87
|
-
const ArcTables_js_1 = require("./Table/ArcTables.js");
|
|
88
|
-
exports.Person_orcidKey = "ORCID";
|
|
89
|
-
exports.Person_AssayIdentifierPrefix = "performer (ARC:00000168)";
|
|
90
|
-
exports.Person_createAssayIdentifierKey = (() => {
|
|
91
|
-
const clo_1 = (0, String_js_1.toText)((0, String_js_1.printf)("%s %s"))(exports.Person_AssayIdentifierPrefix);
|
|
92
|
-
return clo_1;
|
|
93
|
-
})();
|
|
94
|
-
function Person_setSourceAssayComment(person, assayIdentifier) {
|
|
95
|
-
const person_1 = person.Copy();
|
|
96
|
-
const comment = new Comment_js_1.Comment$((0, exports.Person_createAssayIdentifierKey)(assayIdentifier), assayIdentifier);
|
|
97
|
-
void (person_1.Comments.push(comment));
|
|
98
|
-
return person_1;
|
|
99
|
-
}
|
|
100
|
-
/**
|
|
101
|
-
* This functions helps encoding/decoding ISA-JSON. It returns a sequence of ArcAssay-Identifiers.
|
|
102
|
-
*/
|
|
103
|
-
function Person_getSourceAssayIdentifiersFromComments(person) {
|
|
104
|
-
return (0, Seq_js_1.choose)((c) => {
|
|
105
|
-
if ((0, Option_js_1.defaultArg)((0, Option_js_1.map)((n) => n.startsWith(exports.Person_AssayIdentifierPrefix), c.Name), false)) {
|
|
106
|
-
return c.Value;
|
|
107
|
-
}
|
|
108
|
-
else {
|
|
109
|
-
return undefined;
|
|
110
|
-
}
|
|
111
|
-
}, person.Comments);
|
|
112
|
-
}
|
|
113
|
-
function Person_removeSourceAssayComments(person) {
|
|
114
|
-
return (0, Collections_js_1.ResizeArray_filter)((c) => {
|
|
115
|
-
if (c.Name != null) {
|
|
116
|
-
return !(0, Option_js_1.value)(c.Name).startsWith(exports.Person_AssayIdentifierPrefix);
|
|
117
|
-
}
|
|
118
|
-
else {
|
|
119
|
-
return false;
|
|
120
|
-
}
|
|
121
|
-
}, person.Comments);
|
|
122
|
-
}
|
|
123
|
-
function Person_setOrcidFromComments(person) {
|
|
124
|
-
const person_1 = person.Copy();
|
|
125
|
-
const isOrcidComment = (c) => {
|
|
126
|
-
if (c.Name != null) {
|
|
127
|
-
return (0, Option_js_1.value)(c.Name).toLocaleUpperCase().endsWith(exports.Person_orcidKey);
|
|
128
|
-
}
|
|
129
|
-
else {
|
|
130
|
-
return false;
|
|
131
|
-
}
|
|
132
|
-
};
|
|
133
|
-
const patternInput = [(0, Seq_js_1.tryPick)((c_1) => {
|
|
134
|
-
if (isOrcidComment(c_1)) {
|
|
135
|
-
return c_1.Value;
|
|
136
|
-
}
|
|
137
|
-
else {
|
|
138
|
-
return undefined;
|
|
139
|
-
}
|
|
140
|
-
}, person_1.Comments), (0, Collections_js_1.ResizeArray_filter)((arg) => !isOrcidComment(arg), person_1.Comments)];
|
|
141
|
-
person_1.ORCID = patternInput[0];
|
|
142
|
-
person_1.Comments = patternInput[1];
|
|
143
|
-
return person_1;
|
|
144
|
-
}
|
|
145
|
-
function Person_setCommentFromORCID(person) {
|
|
146
|
-
const person_1 = person.Copy();
|
|
147
|
-
const matchValue = person_1.ORCID;
|
|
148
|
-
if (matchValue == null) {
|
|
149
|
-
}
|
|
150
|
-
else {
|
|
151
|
-
const orcid = (0, Option_js_1.value)(matchValue);
|
|
152
|
-
const comment = Comment_js_1.Comment$.create(exports.Person_orcidKey, orcid);
|
|
153
|
-
void (person_1.Comments.push(comment));
|
|
154
|
-
}
|
|
155
|
-
return person_1;
|
|
156
|
-
}
|
|
157
|
-
/**
|
|
158
|
-
* Convert a CompositeCell to a ISA Value and Unit tuple.
|
|
159
|
-
*/
|
|
160
|
-
function JsonTypes_valueOfCell(value) {
|
|
161
|
-
let term;
|
|
162
|
-
switch (value.tag) {
|
|
163
|
-
case /* Term */ 0:
|
|
164
|
-
if ((term = value.fields[0], term.isEmpty())) {
|
|
165
|
-
const term_1 = value.fields[0];
|
|
166
|
-
return [undefined, undefined];
|
|
167
|
-
}
|
|
168
|
-
else {
|
|
169
|
-
const term_2 = value.fields[0];
|
|
170
|
-
return [(0, Value_js_1.Value_Ontology)(term_2), undefined];
|
|
171
|
-
}
|
|
172
|
-
case /* Unitized */ 2: {
|
|
173
|
-
const text_1 = value.fields[0];
|
|
174
|
-
const unit = value.fields[1];
|
|
175
|
-
return [(text_1 === "") ? undefined : Value_js_1.Value.fromString(text_1), unit.isEmpty() ? undefined : unit];
|
|
176
|
-
}
|
|
177
|
-
case /* Data */ 3: {
|
|
178
|
-
const data = value.fields[0];
|
|
179
|
-
throw new Error("Data cell should not be parsed to isa value");
|
|
180
|
-
}
|
|
181
|
-
default:
|
|
182
|
-
if (value.fields[0] === "") {
|
|
183
|
-
return [undefined, undefined];
|
|
184
|
-
}
|
|
185
|
-
else {
|
|
186
|
-
const text = value.fields[0];
|
|
187
|
-
return [Value_js_1.Value.fromString(text), undefined];
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
/**
|
|
192
|
-
* Convert a CompositeHeader and Cell tuple to a ISA Component
|
|
193
|
-
*/
|
|
194
|
-
function JsonTypes_composeComponent(header, value) {
|
|
195
|
-
const patternInput = JsonTypes_valueOfCell(value);
|
|
196
|
-
return (0, Component_js_1.Component_create_Z2F0B38C7)((0, Option_js_1.unwrap)(patternInput[0]), (0, Option_js_1.unwrap)(patternInput[1]), header.ToTerm());
|
|
197
|
-
}
|
|
198
|
-
/**
|
|
199
|
-
* Convert a CompositeHeader and Cell tuple to a ISA ProcessParameterValue
|
|
200
|
-
*/
|
|
201
|
-
function JsonTypes_composeParameterValue(header, value) {
|
|
202
|
-
const patternInput = JsonTypes_valueOfCell(value);
|
|
203
|
-
const p = ProtocolParameter_js_1.ProtocolParameter.create(undefined, header.ToTerm());
|
|
204
|
-
return ProcessParameterValue_js_1.ProcessParameterValue.create(p, (0, Option_js_1.unwrap)(patternInput[0]), (0, Option_js_1.unwrap)(patternInput[1]));
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* Convert a CompositeHeader and Cell tuple to a ISA FactorValue
|
|
208
|
-
*/
|
|
209
|
-
function JsonTypes_composeFactorValue(header, value) {
|
|
210
|
-
const patternInput = JsonTypes_valueOfCell(value);
|
|
211
|
-
return (0, FactorValue_js_1.FactorValue_create_30BDC49)(undefined, Factor_js_1.Factor.create((0, Types_js_1.toString)(header), header.ToTerm()), (0, Option_js_1.unwrap)(patternInput[0]), (0, Option_js_1.unwrap)(patternInput[1]));
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
* Convert a CompositeHeader and Cell tuple to a ISA MaterialAttributeValue
|
|
215
|
-
*/
|
|
216
|
-
function JsonTypes_composeCharacteristicValue(header, value) {
|
|
217
|
-
const patternInput = JsonTypes_valueOfCell(value);
|
|
218
|
-
return (0, MaterialAttributeValue_js_1.MaterialAttributeValue_create_ZE1D108D)(undefined, (0, MaterialAttribute_js_1.MaterialAttribute_create_A220A8A)(undefined, header.ToTerm()), (0, Option_js_1.unwrap)(patternInput[0]), (0, Option_js_1.unwrap)(patternInput[1]));
|
|
219
|
-
}
|
|
220
|
-
function JsonTypes_composeFreetextMaterialName(headerFT, name) {
|
|
221
|
-
return `${headerFT}=${name}`;
|
|
222
|
-
}
|
|
223
|
-
/**
|
|
224
|
-
* Convert a CompositeHeader and Cell tuple to a ISA ProcessInput
|
|
225
|
-
*/
|
|
226
|
-
function JsonTypes_composeProcessInput(header, value) {
|
|
227
|
-
if (header.tag === /* Input */ 11) {
|
|
228
|
-
switch (header.fields[0].tag) {
|
|
229
|
-
case /* Sample */ 1:
|
|
230
|
-
return (0, ProcessInput_js_1.ProcessInput_createSample_Z598187B7)((0, Types_js_1.toString)(value));
|
|
231
|
-
case /* Material */ 3:
|
|
232
|
-
return (0, ProcessInput_js_1.ProcessInput_createMaterial_4452CB4C)((0, Types_js_1.toString)(value));
|
|
233
|
-
case /* Data */ 2:
|
|
234
|
-
return (0, ProcessInput_js_1.ProcessInput_createRawData_Z721C83C5)((0, Types_js_1.toString)(value));
|
|
235
|
-
case /* FreeText */ 4: {
|
|
236
|
-
const ft = header.fields[0].fields[0];
|
|
237
|
-
return (0, ProcessInput_js_1.ProcessInput_createMaterial_4452CB4C)(JsonTypes_composeFreetextMaterialName(ft, (0, Types_js_1.toString)(value)));
|
|
238
|
-
}
|
|
239
|
-
default:
|
|
240
|
-
return (0, ProcessInput_js_1.ProcessInput_createSource_Z5E00540E)((0, Types_js_1.toString)(value));
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
else {
|
|
244
|
-
return (0, String_js_1.toFail)((0, String_js_1.printf)("Could not parse input header %O"))(header);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
/**
|
|
248
|
-
* Convert a CompositeHeader and Cell tuple to a ISA ProcessOutput
|
|
249
|
-
*/
|
|
250
|
-
function JsonTypes_composeProcessOutput(header, value) {
|
|
251
|
-
let matchResult, ft;
|
|
252
|
-
if (header.tag === /* Output */ 12) {
|
|
253
|
-
switch (header.fields[0].tag) {
|
|
254
|
-
case /* Material */ 3: {
|
|
255
|
-
matchResult = 1;
|
|
256
|
-
break;
|
|
257
|
-
}
|
|
258
|
-
case /* Data */ 2: {
|
|
259
|
-
matchResult = 2;
|
|
260
|
-
break;
|
|
261
|
-
}
|
|
262
|
-
case /* FreeText */ 4: {
|
|
263
|
-
matchResult = 3;
|
|
264
|
-
ft = header.fields[0].fields[0];
|
|
265
|
-
break;
|
|
266
|
-
}
|
|
267
|
-
default:
|
|
268
|
-
matchResult = 0;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
else {
|
|
272
|
-
matchResult = 4;
|
|
273
|
-
}
|
|
274
|
-
switch (matchResult) {
|
|
275
|
-
case 0:
|
|
276
|
-
return (0, ProcessOutput_js_1.ProcessOutput_createSample_Z598187B7)((0, Types_js_1.toString)(value));
|
|
277
|
-
case 1:
|
|
278
|
-
return (0, ProcessOutput_js_1.ProcessOutput_createMaterial_4452CB4C)((0, Types_js_1.toString)(value));
|
|
279
|
-
case 2:
|
|
280
|
-
return (0, ProcessOutput_js_1.ProcessOutput_createRawData_Z721C83C5)((0, Types_js_1.toString)(value));
|
|
281
|
-
case 3:
|
|
282
|
-
return (0, ProcessOutput_js_1.ProcessOutput_createMaterial_4452CB4C)(JsonTypes_composeFreetextMaterialName(ft, (0, Types_js_1.toString)(value)));
|
|
283
|
-
default:
|
|
284
|
-
return (0, String_js_1.toFail)((0, String_js_1.printf)("Could not parse output header %O"))(header);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
/**
|
|
288
|
-
* Convert an ISA Value and Unit tuple to a CompositeCell
|
|
289
|
-
*/
|
|
290
|
-
function JsonTypes_cellOfValue(value, unit) {
|
|
291
|
-
const value_2 = (0, Option_js_1.defaultArg)(value, (0, Value_js_1.Value_Name)(""));
|
|
292
|
-
let matchResult, oa, text, name, u, f, u_1, f_1, i, u_2, i_1;
|
|
293
|
-
switch (value_2.tag) {
|
|
294
|
-
case /* Name */ 3: {
|
|
295
|
-
if (value_2.fields[0] === "") {
|
|
296
|
-
if (unit != null) {
|
|
297
|
-
matchResult = 3;
|
|
298
|
-
name = value_2.fields[0];
|
|
299
|
-
u = (0, Option_js_1.value)(unit);
|
|
300
|
-
}
|
|
301
|
-
else {
|
|
302
|
-
matchResult = 1;
|
|
303
|
-
}
|
|
304
|
-
}
|
|
305
|
-
else if (unit != null) {
|
|
306
|
-
matchResult = 3;
|
|
307
|
-
name = value_2.fields[0];
|
|
308
|
-
u = (0, Option_js_1.value)(unit);
|
|
309
|
-
}
|
|
310
|
-
else {
|
|
311
|
-
matchResult = 2;
|
|
312
|
-
text = value_2.fields[0];
|
|
313
|
-
}
|
|
314
|
-
break;
|
|
315
|
-
}
|
|
316
|
-
case /* Float */ 2: {
|
|
317
|
-
if (unit == null) {
|
|
318
|
-
matchResult = 5;
|
|
319
|
-
f_1 = value_2.fields[0];
|
|
320
|
-
}
|
|
321
|
-
else {
|
|
322
|
-
matchResult = 4;
|
|
323
|
-
f = value_2.fields[0];
|
|
324
|
-
u_1 = (0, Option_js_1.value)(unit);
|
|
325
|
-
}
|
|
326
|
-
break;
|
|
327
|
-
}
|
|
328
|
-
case /* Int */ 1: {
|
|
329
|
-
if (unit == null) {
|
|
330
|
-
matchResult = 7;
|
|
331
|
-
i_1 = value_2.fields[0];
|
|
332
|
-
}
|
|
333
|
-
else {
|
|
334
|
-
matchResult = 6;
|
|
335
|
-
i = value_2.fields[0];
|
|
336
|
-
u_2 = (0, Option_js_1.value)(unit);
|
|
337
|
-
}
|
|
338
|
-
break;
|
|
339
|
-
}
|
|
340
|
-
default:
|
|
341
|
-
if (unit == null) {
|
|
342
|
-
matchResult = 0;
|
|
343
|
-
oa = value_2.fields[0];
|
|
344
|
-
}
|
|
345
|
-
else {
|
|
346
|
-
matchResult = 8;
|
|
347
|
-
}
|
|
348
|
-
}
|
|
349
|
-
switch (matchResult) {
|
|
350
|
-
case 0:
|
|
351
|
-
return (0, CompositeCell_js_1.CompositeCell_Term)(oa);
|
|
352
|
-
case 1:
|
|
353
|
-
return (0, CompositeCell_js_1.CompositeCell_Term)(new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
354
|
-
case 2:
|
|
355
|
-
return (0, CompositeCell_js_1.CompositeCell_Term)(new OntologyAnnotation_js_1.OntologyAnnotation(text));
|
|
356
|
-
case 3:
|
|
357
|
-
return (0, CompositeCell_js_1.CompositeCell_Unitized)(name, u);
|
|
358
|
-
case 4:
|
|
359
|
-
return (0, CompositeCell_js_1.CompositeCell_Unitized)(f.toString(), u_1);
|
|
360
|
-
case 5:
|
|
361
|
-
return (0, CompositeCell_js_1.CompositeCell_Unitized)(f_1.toString(), new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
362
|
-
case 6:
|
|
363
|
-
return (0, CompositeCell_js_1.CompositeCell_Unitized)((0, Util_js_1.int32ToString)(i), u_2);
|
|
364
|
-
case 7:
|
|
365
|
-
return (0, CompositeCell_js_1.CompositeCell_Unitized)((0, Util_js_1.int32ToString)(i_1), new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
366
|
-
default:
|
|
367
|
-
return (0, String_js_1.toFail)((0, String_js_1.printf)("Could not parse value %O with unit %O"))(value_2)(unit);
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
|
-
/**
|
|
371
|
-
* Convert an ISA Component to a CompositeHeader and Cell tuple
|
|
372
|
-
*/
|
|
373
|
-
function JsonTypes_decomposeComponent(c) {
|
|
374
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Component)((0, Option_js_1.value)(c.ComponentType)), JsonTypes_cellOfValue(c.ComponentValue, c.ComponentUnit)];
|
|
375
|
-
}
|
|
376
|
-
/**
|
|
377
|
-
* Convert an ISA ProcessParameterValue to a CompositeHeader and Cell tuple
|
|
378
|
-
*/
|
|
379
|
-
function JsonTypes_decomposeParameterValue(ppv) {
|
|
380
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Parameter)((0, Option_js_1.value)((0, Option_js_1.value)(ppv.Category).ParameterName)), JsonTypes_cellOfValue(ppv.Value, ppv.Unit)];
|
|
381
|
-
}
|
|
382
|
-
/**
|
|
383
|
-
* Convert an ISA FactorValue to a CompositeHeader and Cell tuple
|
|
384
|
-
*/
|
|
385
|
-
function JsonTypes_decomposeFactorValue(fv) {
|
|
386
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Factor)((0, Option_js_1.value)((0, Option_js_1.value)(fv.Category).FactorType)), JsonTypes_cellOfValue(fv.Value, fv.Unit)];
|
|
387
|
-
}
|
|
388
|
-
/**
|
|
389
|
-
* Convert an ISA MaterialAttributeValue to a CompositeHeader and Cell tuple
|
|
390
|
-
*/
|
|
391
|
-
function JsonTypes_decomposeCharacteristicValue(cv) {
|
|
392
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Characteristic)((0, Option_js_1.value)((0, Option_js_1.value)(cv.Category).CharacteristicType)), JsonTypes_cellOfValue(cv.Value, cv.Unit)];
|
|
393
|
-
}
|
|
394
|
-
/**
|
|
395
|
-
* Convert an ISA ProcessOutput to a CompositeHeader and Cell tuple
|
|
396
|
-
*/
|
|
397
|
-
function JsonTypes_decomposeProcessInput(pi) {
|
|
398
|
-
switch (pi.tag) {
|
|
399
|
-
case /* Sample */ 1:
|
|
400
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Sample)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(pi.fields[0].Name, ""))];
|
|
401
|
-
case /* Material */ 3:
|
|
402
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Material)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(pi.fields[0].Name, ""))];
|
|
403
|
-
case /* Data */ 2: {
|
|
404
|
-
const d = pi.fields[0];
|
|
405
|
-
const dataType = (0, Option_js_1.value)(d.DataType);
|
|
406
|
-
switch (dataType.tag) {
|
|
407
|
-
case /* RawDataFile */ 0:
|
|
408
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
409
|
-
case /* DerivedDataFile */ 1:
|
|
410
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
411
|
-
default:
|
|
412
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
413
|
-
}
|
|
414
|
-
}
|
|
415
|
-
default:
|
|
416
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Input)((0, CompositeHeader_js_1.IOType_Source)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(pi.fields[0].Name, ""))];
|
|
417
|
-
}
|
|
418
|
-
}
|
|
419
|
-
/**
|
|
420
|
-
* Convert an ISA ProcessOutput to a CompositeHeader and Cell tuple
|
|
421
|
-
*/
|
|
422
|
-
function JsonTypes_decomposeProcessOutput(po) {
|
|
423
|
-
switch (po.tag) {
|
|
424
|
-
case /* Material */ 2:
|
|
425
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Output)((0, CompositeHeader_js_1.IOType_Material)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(po.fields[0].Name, ""))];
|
|
426
|
-
case /* Data */ 1: {
|
|
427
|
-
const d = po.fields[0];
|
|
428
|
-
const dataType = (0, Option_js_1.value)(d.DataType);
|
|
429
|
-
switch (dataType.tag) {
|
|
430
|
-
case /* RawDataFile */ 0:
|
|
431
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Output)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
432
|
-
case /* DerivedDataFile */ 1:
|
|
433
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Output)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
434
|
-
default:
|
|
435
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Output)((0, CompositeHeader_js_1.IOType_Data)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(d.Name, ""))];
|
|
436
|
-
}
|
|
437
|
-
}
|
|
438
|
-
default:
|
|
439
|
-
return [(0, CompositeHeader_js_1.CompositeHeader_Output)((0, CompositeHeader_js_1.IOType_Sample)()), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(po.fields[0].Name, ""))];
|
|
440
|
-
}
|
|
441
|
-
}
|
|
442
|
-
/**
|
|
443
|
-
* This function creates a string containing the name and the ontology short-string of the given ontology annotation term
|
|
444
|
-
*
|
|
445
|
-
* TechnologyPlatforms are plain strings in ISA-JSON.
|
|
446
|
-
*
|
|
447
|
-
* This function allows us, to parse them as an ontology term.
|
|
448
|
-
*/
|
|
449
|
-
function JsonTypes_composeTechnologyPlatform(tp) {
|
|
450
|
-
const matchValue = tp.TANInfo;
|
|
451
|
-
if (matchValue == null) {
|
|
452
|
-
return `${tp.NameText}`;
|
|
453
|
-
}
|
|
454
|
-
else {
|
|
455
|
-
return `${tp.NameText} (${tp.TermAccessionShort})`;
|
|
456
|
-
}
|
|
457
|
-
}
|
|
458
|
-
/**
|
|
459
|
-
* This function parses the given string containing the name and the ontology short-string of the given ontology annotation term
|
|
460
|
-
*
|
|
461
|
-
* TechnologyPlatforms are plain strings in ISA-JSON.
|
|
462
|
-
*
|
|
463
|
-
* This function allows us, to parse them as an ontology term.
|
|
464
|
-
*/
|
|
465
|
-
function JsonTypes_decomposeTechnologyPlatform(name) {
|
|
466
|
-
const activePatternResult = (0, Regex_js_1.ActivePatterns_$007CRegex$007C_$007C)("^(?<value>.+) \\((?<ontology>[^(]*:[^)]*)\\)$", name);
|
|
467
|
-
if (activePatternResult != null) {
|
|
468
|
-
const r = (0, Option_js_1.value)(activePatternResult);
|
|
469
|
-
let oa;
|
|
470
|
-
const tan = (r.groups && r.groups.ontology) || "";
|
|
471
|
-
oa = OntologyAnnotation_js_1.OntologyAnnotation.fromTermAnnotation(tan);
|
|
472
|
-
const v = (r.groups && r.groups.value) || "";
|
|
473
|
-
return OntologyAnnotation_js_1.OntologyAnnotation.create(v, (0, Option_js_1.unwrap)(oa.TermSourceREF), (0, Option_js_1.unwrap)(oa.TermAccessionNumber));
|
|
474
|
-
}
|
|
475
|
-
else {
|
|
476
|
-
return OntologyAnnotation_js_1.OntologyAnnotation.create(name);
|
|
477
|
-
}
|
|
478
|
-
}
|
|
479
|
-
/**
|
|
480
|
-
* If the given headers depict a component, returns a function for parsing the values of the matrix to the values of this component
|
|
481
|
-
*/
|
|
482
|
-
function ProcessParsing_tryComponentGetter(generalI, valueI, valueHeader) {
|
|
483
|
-
if (valueHeader.tag === /* Component */ 0) {
|
|
484
|
-
const oa = valueHeader.fields[0];
|
|
485
|
-
const newOA = oa.Copy();
|
|
486
|
-
(0, ColumnIndex_js_1.ARCtrl_OntologyAnnotation__OntologyAnnotation_SetColumnIndex_Z524259A4)(newOA, valueI);
|
|
487
|
-
const cat = (0, CompositeHeader_js_1.CompositeHeader_Component)(newOA);
|
|
488
|
-
return (table) => ((i) => {
|
|
489
|
-
let matchValue;
|
|
490
|
-
return JsonTypes_composeComponent(cat, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(cat, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
491
|
-
});
|
|
492
|
-
}
|
|
493
|
-
else {
|
|
494
|
-
return undefined;
|
|
495
|
-
}
|
|
496
|
-
}
|
|
497
|
-
/**
|
|
498
|
-
* If the given headers depict a parameter, returns a function for parsing the values of the matrix to the values of this type
|
|
499
|
-
*/
|
|
500
|
-
function ProcessParsing_tryParameterGetter(generalI, valueI, valueHeader) {
|
|
501
|
-
if (valueHeader.tag === /* Parameter */ 3) {
|
|
502
|
-
const cat = (0, CompositeHeader_js_1.CompositeHeader_Parameter)((0, ColumnIndex_js_1.ARCtrl_OntologyAnnotation__OntologyAnnotation_setColumnIndex_Static)(valueI, valueHeader.fields[0]));
|
|
503
|
-
return (table) => ((i_1) => {
|
|
504
|
-
let matchValue;
|
|
505
|
-
return JsonTypes_composeParameterValue(cat, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i_1, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(cat, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
506
|
-
});
|
|
507
|
-
}
|
|
508
|
-
else {
|
|
509
|
-
return undefined;
|
|
510
|
-
}
|
|
511
|
-
}
|
|
512
|
-
/**
|
|
513
|
-
* If the given headers depict a factor, returns a function for parsing the values of the matrix to the values of this type
|
|
514
|
-
*/
|
|
515
|
-
function ProcessParsing_tryFactorGetter(generalI, valueI, valueHeader) {
|
|
516
|
-
if (valueHeader.tag === /* Factor */ 2) {
|
|
517
|
-
const cat = (0, CompositeHeader_js_1.CompositeHeader_Factor)((0, ColumnIndex_js_1.ARCtrl_OntologyAnnotation__OntologyAnnotation_setColumnIndex_Static)(valueI, valueHeader.fields[0]));
|
|
518
|
-
return (table) => ((i_1) => {
|
|
519
|
-
let matchValue;
|
|
520
|
-
return JsonTypes_composeFactorValue(cat, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i_1, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(cat, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
521
|
-
});
|
|
522
|
-
}
|
|
523
|
-
else {
|
|
524
|
-
return undefined;
|
|
525
|
-
}
|
|
526
|
-
}
|
|
527
|
-
/**
|
|
528
|
-
* If the given headers depict a protocolType, returns a function for parsing the values of the matrix to the values of this type
|
|
529
|
-
*/
|
|
530
|
-
function ProcessParsing_tryCharacteristicGetter(generalI, valueI, valueHeader) {
|
|
531
|
-
if (valueHeader.tag === /* Characteristic */ 1) {
|
|
532
|
-
const cat = (0, CompositeHeader_js_1.CompositeHeader_Characteristic)((0, ColumnIndex_js_1.ARCtrl_OntologyAnnotation__OntologyAnnotation_setColumnIndex_Static)(valueI, valueHeader.fields[0]));
|
|
533
|
-
return (table) => ((i_1) => {
|
|
534
|
-
let matchValue;
|
|
535
|
-
return JsonTypes_composeCharacteristicValue(cat, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i_1, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(cat, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
536
|
-
});
|
|
537
|
-
}
|
|
538
|
-
else {
|
|
539
|
-
return undefined;
|
|
540
|
-
}
|
|
541
|
-
}
|
|
542
|
-
/**
|
|
543
|
-
* If the given headers depict a protocolType, returns a function for parsing the values of the matrix to the values of this type
|
|
544
|
-
*/
|
|
545
|
-
function ProcessParsing_tryGetProtocolTypeGetter(generalI, header) {
|
|
546
|
-
if (header.tag === /* ProtocolType */ 4) {
|
|
547
|
-
return (table) => ((i) => {
|
|
548
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
549
|
-
if (matchValue == null) {
|
|
550
|
-
return new OntologyAnnotation_js_1.OntologyAnnotation();
|
|
551
|
-
}
|
|
552
|
-
else {
|
|
553
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
554
|
-
return cell.AsTerm;
|
|
555
|
-
}
|
|
556
|
-
});
|
|
557
|
-
}
|
|
558
|
-
else {
|
|
559
|
-
return undefined;
|
|
560
|
-
}
|
|
561
|
-
}
|
|
562
|
-
/**
|
|
563
|
-
* If the given headers depict a protocolREF, returns a function for parsing the values of the matrix to the values of this type
|
|
564
|
-
*/
|
|
565
|
-
function ProcessParsing_tryGetProtocolREFGetter(generalI, header) {
|
|
566
|
-
if (header.tag === /* ProtocolREF */ 8) {
|
|
567
|
-
return (table) => ((i) => {
|
|
568
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
569
|
-
if (matchValue == null) {
|
|
570
|
-
return "";
|
|
571
|
-
}
|
|
572
|
-
else {
|
|
573
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
574
|
-
return cell.AsFreeText;
|
|
575
|
-
}
|
|
576
|
-
});
|
|
577
|
-
}
|
|
578
|
-
else {
|
|
579
|
-
return undefined;
|
|
580
|
-
}
|
|
581
|
-
}
|
|
582
|
-
/**
|
|
583
|
-
* If the given headers depict a protocolDescription, returns a function for parsing the values of the matrix to the values of this type
|
|
584
|
-
*/
|
|
585
|
-
function ProcessParsing_tryGetProtocolDescriptionGetter(generalI, header) {
|
|
586
|
-
if (header.tag === /* ProtocolDescription */ 5) {
|
|
587
|
-
return (table) => ((i) => {
|
|
588
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
589
|
-
if (matchValue == null) {
|
|
590
|
-
return "";
|
|
591
|
-
}
|
|
592
|
-
else {
|
|
593
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
594
|
-
return cell.AsFreeText;
|
|
595
|
-
}
|
|
596
|
-
});
|
|
597
|
-
}
|
|
598
|
-
else {
|
|
599
|
-
return undefined;
|
|
600
|
-
}
|
|
601
|
-
}
|
|
602
|
-
/**
|
|
603
|
-
* If the given headers depict a protocolURI, returns a function for parsing the values of the matrix to the values of this type
|
|
604
|
-
*/
|
|
605
|
-
function ProcessParsing_tryGetProtocolURIGetter(generalI, header) {
|
|
606
|
-
if (header.tag === /* ProtocolUri */ 6) {
|
|
607
|
-
return (table) => ((i) => {
|
|
608
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
609
|
-
if (matchValue == null) {
|
|
610
|
-
return "";
|
|
611
|
-
}
|
|
612
|
-
else {
|
|
613
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
614
|
-
return cell.AsFreeText;
|
|
615
|
-
}
|
|
616
|
-
});
|
|
617
|
-
}
|
|
618
|
-
else {
|
|
619
|
-
return undefined;
|
|
620
|
-
}
|
|
621
|
-
}
|
|
622
|
-
/**
|
|
623
|
-
* If the given headers depict a protocolVersion, returns a function for parsing the values of the matrix to the values of this type
|
|
624
|
-
*/
|
|
625
|
-
function ProcessParsing_tryGetProtocolVersionGetter(generalI, header) {
|
|
626
|
-
if (header.tag === /* ProtocolVersion */ 7) {
|
|
627
|
-
return (table) => ((i) => {
|
|
628
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
629
|
-
if (matchValue == null) {
|
|
630
|
-
return "";
|
|
631
|
-
}
|
|
632
|
-
else {
|
|
633
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
634
|
-
return cell.AsFreeText;
|
|
635
|
-
}
|
|
636
|
-
});
|
|
637
|
-
}
|
|
638
|
-
else {
|
|
639
|
-
return undefined;
|
|
640
|
-
}
|
|
641
|
-
}
|
|
642
|
-
/**
|
|
643
|
-
* If the given headers depict an input, returns a function for parsing the values of the matrix to the values of this type
|
|
644
|
-
*/
|
|
645
|
-
function ProcessParsing_tryGetInputGetter(generalI, header) {
|
|
646
|
-
if (header.tag === /* Input */ 11) {
|
|
647
|
-
const io = header.fields[0];
|
|
648
|
-
return (table) => ((i) => {
|
|
649
|
-
let matchValue;
|
|
650
|
-
return JsonTypes_composeProcessInput(header, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(header, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
651
|
-
});
|
|
652
|
-
}
|
|
653
|
-
else {
|
|
654
|
-
return undefined;
|
|
655
|
-
}
|
|
656
|
-
}
|
|
657
|
-
/**
|
|
658
|
-
* If the given headers depict an output, returns a function for parsing the values of the matrix to the values of this type
|
|
659
|
-
*/
|
|
660
|
-
function ProcessParsing_tryGetOutputGetter(generalI, header) {
|
|
661
|
-
if (header.tag === /* Output */ 12) {
|
|
662
|
-
const io = header.fields[0];
|
|
663
|
-
return (table) => ((i) => {
|
|
664
|
-
let matchValue;
|
|
665
|
-
return JsonTypes_composeProcessOutput(header, (matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values), (matchValue == null) ? (0, ArcTableAux_js_1.getEmptyCellForHeader)(header, undefined) : (0, Option_js_1.value)(matchValue)));
|
|
666
|
-
});
|
|
667
|
-
}
|
|
668
|
-
else {
|
|
669
|
-
return undefined;
|
|
670
|
-
}
|
|
671
|
-
}
|
|
672
|
-
/**
|
|
673
|
-
* If the given headers depict a comment, returns a function for parsing the values of the matrix to the values of this type
|
|
674
|
-
*/
|
|
675
|
-
function ProcessParsing_tryGetCommentGetter(generalI, header) {
|
|
676
|
-
if (header.tag === /* Comment */ 14) {
|
|
677
|
-
const c = header.fields[0];
|
|
678
|
-
return (table) => ((i) => {
|
|
679
|
-
const matchValue = (0, ArcTableAux_js_1.Unchecked_tryGetCellAt)(generalI, i, table.Values);
|
|
680
|
-
if (matchValue == null) {
|
|
681
|
-
return new Comment_js_1.Comment$(c);
|
|
682
|
-
}
|
|
683
|
-
else {
|
|
684
|
-
const cell = (0, Option_js_1.value)(matchValue);
|
|
685
|
-
return new Comment_js_1.Comment$(c, cell.AsFreeText);
|
|
686
|
-
}
|
|
687
|
-
});
|
|
688
|
-
}
|
|
689
|
-
else {
|
|
690
|
-
return undefined;
|
|
691
|
-
}
|
|
692
|
-
}
|
|
693
|
-
/**
|
|
694
|
-
* Given the header sequence of an ArcTable, returns a function for parsing each row of the table to a process
|
|
695
|
-
*/
|
|
696
|
-
function ProcessParsing_getProcessGetter(processNameRoot, headers) {
|
|
697
|
-
const headers_1 = (0, Seq_js_1.indexed)(headers);
|
|
698
|
-
const valueHeaders = (0, Seq_js_1.toList)((0, Seq_js_1.indexed)((0, Seq_js_1.filter)((arg) => arg[1].IsCvParamColumn, headers_1)));
|
|
699
|
-
const charGetters = (0, List_js_1.choose)((tupledArg) => {
|
|
700
|
-
const _arg = tupledArg[1];
|
|
701
|
-
return ProcessParsing_tryCharacteristicGetter(_arg[0], tupledArg[0], _arg[1]);
|
|
702
|
-
}, valueHeaders);
|
|
703
|
-
const factorValueGetters = (0, List_js_1.choose)((tupledArg_1) => {
|
|
704
|
-
const _arg_1 = tupledArg_1[1];
|
|
705
|
-
return ProcessParsing_tryFactorGetter(_arg_1[0], tupledArg_1[0], _arg_1[1]);
|
|
706
|
-
}, valueHeaders);
|
|
707
|
-
const parameterValueGetters = (0, List_js_1.choose)((tupledArg_2) => {
|
|
708
|
-
const _arg_2 = tupledArg_2[1];
|
|
709
|
-
return ProcessParsing_tryParameterGetter(_arg_2[0], tupledArg_2[0], _arg_2[1]);
|
|
710
|
-
}, valueHeaders);
|
|
711
|
-
const componentGetters = (0, List_js_1.choose)((tupledArg_3) => {
|
|
712
|
-
const _arg_3 = tupledArg_3[1];
|
|
713
|
-
return ProcessParsing_tryComponentGetter(_arg_3[0], tupledArg_3[0], _arg_3[1]);
|
|
714
|
-
}, valueHeaders);
|
|
715
|
-
const protocolTypeGetter = (0, Seq_js_1.tryPick)((tupledArg_4) => ProcessParsing_tryGetProtocolTypeGetter(tupledArg_4[0], tupledArg_4[1]), headers_1);
|
|
716
|
-
const protocolREFGetter = (0, Seq_js_1.tryPick)((tupledArg_5) => ProcessParsing_tryGetProtocolREFGetter(tupledArg_5[0], tupledArg_5[1]), headers_1);
|
|
717
|
-
const protocolDescriptionGetter = (0, Seq_js_1.tryPick)((tupledArg_6) => ProcessParsing_tryGetProtocolDescriptionGetter(tupledArg_6[0], tupledArg_6[1]), headers_1);
|
|
718
|
-
const protocolURIGetter = (0, Seq_js_1.tryPick)((tupledArg_7) => ProcessParsing_tryGetProtocolURIGetter(tupledArg_7[0], tupledArg_7[1]), headers_1);
|
|
719
|
-
const protocolVersionGetter = (0, Seq_js_1.tryPick)((tupledArg_8) => ProcessParsing_tryGetProtocolVersionGetter(tupledArg_8[0], tupledArg_8[1]), headers_1);
|
|
720
|
-
const commentGetters = (0, Seq_js_1.toList)((0, Seq_js_1.choose)((tupledArg_9) => ProcessParsing_tryGetCommentGetter(tupledArg_9[0], tupledArg_9[1]), headers_1));
|
|
721
|
-
let inputGetter_1;
|
|
722
|
-
const matchValue = (0, Seq_js_1.tryPick)((tupledArg_10) => ProcessParsing_tryGetInputGetter(tupledArg_10[0], tupledArg_10[1]), headers_1);
|
|
723
|
-
if (matchValue == null) {
|
|
724
|
-
inputGetter_1 = ((table_1) => ((i_1) => (0, List_js_1.singleton)((0, ProcessInput_js_1.ProcessInput_Source)((0, Source_js_1.Source_create_Z5CA08497)(undefined, `${processNameRoot}_Input_${i_1}`, (0, Seq_js_1.toList)((0, Seq_js_1.map)((f_1) => f_1(table_1)(i_1), charGetters)))))));
|
|
725
|
-
}
|
|
726
|
-
else {
|
|
727
|
-
const inputGetter = (0, Option_js_1.value)(matchValue);
|
|
728
|
-
inputGetter_1 = ((table) => ((i) => {
|
|
729
|
-
const chars = (0, Seq_js_1.toList)((0, Seq_js_1.map)((f) => f(table)(i), charGetters));
|
|
730
|
-
const input = inputGetter(table)(i);
|
|
731
|
-
return (!((0, ProcessInput_js_1.ProcessInput__isSample)(input) ? true : (0, ProcessInput_js_1.ProcessInput__isSource)(input)) && !(0, List_js_1.isEmpty)(chars)) ? (0, List_js_1.ofArray)([input, (0, ProcessInput_js_1.ProcessInput_createSample_Z598187B7)((0, ProcessInput_js_1.ProcessInput__get_Name)(input), chars)]) : (0, List_js_1.singleton)(((0, List_js_1.length)(chars) > 0) ? (0, ProcessInput_js_1.ProcessInput_setCharacteristicValues)(chars, input) : input);
|
|
732
|
-
}));
|
|
733
|
-
}
|
|
734
|
-
let outputGetter_1;
|
|
735
|
-
const matchValue_1 = (0, Seq_js_1.tryPick)((tupledArg_11) => ProcessParsing_tryGetOutputGetter(tupledArg_11[0], tupledArg_11[1]), headers_1);
|
|
736
|
-
if (matchValue_1 == null) {
|
|
737
|
-
outputGetter_1 = ((table_3) => ((i_3) => (0, List_js_1.singleton)((0, ProcessOutput_js_1.ProcessOutput_Sample)((0, Sample_js_1.Sample_create_62424AD2)(undefined, `${processNameRoot}_Output_${i_3}`, undefined, (0, Seq_js_1.toList)((0, Seq_js_1.map)((f_3) => f_3(table_3)(i_3), factorValueGetters)))))));
|
|
738
|
-
}
|
|
739
|
-
else {
|
|
740
|
-
const outputGetter = (0, Option_js_1.value)(matchValue_1);
|
|
741
|
-
outputGetter_1 = ((table_2) => ((i_2) => {
|
|
742
|
-
const factors = (0, Seq_js_1.toList)((0, Seq_js_1.map)((f_2) => f_2(table_2)(i_2), factorValueGetters));
|
|
743
|
-
const output = outputGetter(table_2)(i_2);
|
|
744
|
-
return (!(0, ProcessOutput_js_1.ProcessOutput__isSample)(output) && !(0, List_js_1.isEmpty)(factors)) ? (0, List_js_1.ofArray)([output, (0, ProcessOutput_js_1.ProcessOutput_createSample_Z598187B7)((0, ProcessOutput_js_1.ProcessOutput__get_Name)(output), undefined, factors)]) : (0, List_js_1.singleton)(((0, List_js_1.length)(factors) > 0) ? (0, ProcessOutput_js_1.ProcessOutput_setFactorValues)(factors, output) : output);
|
|
745
|
-
}));
|
|
746
|
-
}
|
|
747
|
-
return (table_4) => ((i_4) => {
|
|
748
|
-
const pn = (0, Option_js_1.map)((p) => (0, Process_js_1.Process_composeName)(p, i_4), (0, Collections_js_1.Option_fromValueWithDefault)("", processNameRoot));
|
|
749
|
-
const paramvalues = (0, Collections_js_1.Option_fromValueWithDefault)((0, List_js_1.empty)(), (0, List_js_1.map)((f_4) => f_4(table_4)(i_4), parameterValueGetters));
|
|
750
|
-
const parameters = (0, Option_js_1.map)((list_5) => (0, List_js_1.map)((pv) => (0, Option_js_1.value)(pv.Category), list_5), paramvalues);
|
|
751
|
-
const comments = (0, Collections_js_1.Option_fromValueWithDefault)((0, List_js_1.empty)(), (0, List_js_1.map)((f_5) => f_5(table_4)(i_4), commentGetters));
|
|
752
|
-
let protocol;
|
|
753
|
-
const p_1 = (0, Protocol_js_1.Protocol_make)(undefined, (0, Option_js_1.map)((f_6) => f_6(table_4)(i_4), protocolREFGetter), (0, Option_js_1.map)((f_7) => f_7(table_4)(i_4), protocolTypeGetter), (0, Option_js_1.map)((f_8) => f_8(table_4)(i_4), protocolDescriptionGetter), (0, Option_js_1.map)((f_9) => f_9(table_4)(i_4), protocolURIGetter), (0, Option_js_1.map)((f_10) => f_10(table_4)(i_4), protocolVersionGetter), parameters, (0, Collections_js_1.Option_fromValueWithDefault)((0, List_js_1.empty)(), (0, List_js_1.map)((f_11) => f_11(table_4)(i_4), componentGetters)), undefined);
|
|
754
|
-
let matchResult;
|
|
755
|
-
if (p_1.Name == null) {
|
|
756
|
-
if (p_1.ProtocolType == null) {
|
|
757
|
-
if (p_1.Description == null) {
|
|
758
|
-
if (p_1.Uri == null) {
|
|
759
|
-
if (p_1.Version == null) {
|
|
760
|
-
if (p_1.Components == null) {
|
|
761
|
-
matchResult = 0;
|
|
762
|
-
}
|
|
763
|
-
else {
|
|
764
|
-
matchResult = 1;
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
else {
|
|
768
|
-
matchResult = 1;
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
else {
|
|
772
|
-
matchResult = 1;
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
else {
|
|
776
|
-
matchResult = 1;
|
|
777
|
-
}
|
|
778
|
-
}
|
|
779
|
-
else {
|
|
780
|
-
matchResult = 1;
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
else {
|
|
784
|
-
matchResult = 1;
|
|
785
|
-
}
|
|
786
|
-
switch (matchResult) {
|
|
787
|
-
case 0: {
|
|
788
|
-
protocol = undefined;
|
|
789
|
-
break;
|
|
790
|
-
}
|
|
791
|
-
default:
|
|
792
|
-
protocol = p_1;
|
|
793
|
-
}
|
|
794
|
-
let patternInput;
|
|
795
|
-
const inputs = inputGetter_1(table_4)(i_4);
|
|
796
|
-
const outputs = outputGetter_1(table_4)(i_4);
|
|
797
|
-
patternInput = ((((0, List_js_1.length)(inputs) === 1) && ((0, List_js_1.length)(outputs) === 2)) ? [(0, List_js_1.ofArray)([(0, List_js_1.item)(0, inputs), (0, List_js_1.item)(0, inputs)]), outputs] : ((((0, List_js_1.length)(inputs) === 2) && ((0, List_js_1.length)(outputs) === 1)) ? [inputs, (0, List_js_1.ofArray)([(0, List_js_1.item)(0, outputs), (0, List_js_1.item)(0, outputs)])] : [inputs, outputs]));
|
|
798
|
-
return (0, Process_js_1.Process_make)(undefined, pn, protocol, paramvalues, undefined, undefined, undefined, undefined, patternInput[0], patternInput[1], comments);
|
|
799
|
-
});
|
|
800
|
-
}
|
|
801
|
-
/**
|
|
802
|
-
* Groups processes by their name, or by the name of the protocol they execute
|
|
803
|
-
*
|
|
804
|
-
* Process names are taken from the Worksheet name and numbered: SheetName_1, SheetName_2, etc.
|
|
805
|
-
*
|
|
806
|
-
* This function decomposes this name into a root name and a number, and groups processes by root name.
|
|
807
|
-
*/
|
|
808
|
-
function ProcessParsing_groupProcesses(ps) {
|
|
809
|
-
return (0, Seq2_js_1.List_groupBy)((x) => {
|
|
810
|
-
if ((x.Name != null) && ((0, Process_js_1.Process_decomposeName_Z721C83C5)((0, Option_js_1.value)(x.Name))[1] != null)) {
|
|
811
|
-
return (0, Process_js_1.Process_decomposeName_Z721C83C5)((0, Option_js_1.value)(x.Name))[0];
|
|
812
|
-
}
|
|
813
|
-
else if ((x.ExecutesProtocol != null) && ((0, Option_js_1.value)(x.ExecutesProtocol).Name != null)) {
|
|
814
|
-
return (0, Option_js_1.value)((0, Option_js_1.value)(x.ExecutesProtocol).Name);
|
|
815
|
-
}
|
|
816
|
-
else if (x.Name != null) {
|
|
817
|
-
return (0, Option_js_1.value)(x.Name);
|
|
818
|
-
}
|
|
819
|
-
else if ((x.ExecutesProtocol != null) && ((0, Option_js_1.value)(x.ExecutesProtocol).ID != null)) {
|
|
820
|
-
return (0, Option_js_1.value)((0, Option_js_1.value)(x.ExecutesProtocol).ID);
|
|
821
|
-
}
|
|
822
|
-
else {
|
|
823
|
-
return (0, Identifier_js_1.createMissingIdentifier)();
|
|
824
|
-
}
|
|
825
|
-
}, ps, {
|
|
826
|
-
Equals: (x_1, y) => (x_1 === y),
|
|
827
|
-
GetHashCode: Util_js_1.stringHash,
|
|
828
|
-
});
|
|
829
|
-
}
|
|
830
|
-
/**
|
|
831
|
-
* Merges processes with the same name, protocol and param values
|
|
832
|
-
*/
|
|
833
|
-
function ProcessParsing_mergeIdenticalProcesses(processes) {
|
|
834
|
-
const l = (0, Seq2_js_1.List_groupBy)((x) => {
|
|
835
|
-
if ((x.Name != null) && ((0, Process_js_1.Process_decomposeName_Z721C83C5)((0, Option_js_1.value)(x.Name))[1] != null)) {
|
|
836
|
-
return [(0, Process_js_1.Process_decomposeName_Z721C83C5)((0, Option_js_1.value)(x.Name))[0], (0, HashCodes_js_1.boxHashOption)(x.ExecutesProtocol), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.ParameterValues), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.Comments)];
|
|
837
|
-
}
|
|
838
|
-
else if ((x.ExecutesProtocol != null) && ((0, Option_js_1.value)(x.ExecutesProtocol).Name != null)) {
|
|
839
|
-
return [(0, Option_js_1.value)((0, Option_js_1.value)(x.ExecutesProtocol).Name), (0, HashCodes_js_1.boxHashOption)(x.ExecutesProtocol), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.ParameterValues), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.Comments)];
|
|
840
|
-
}
|
|
841
|
-
else {
|
|
842
|
-
return [(0, Identifier_js_1.createMissingIdentifier)(), (0, HashCodes_js_1.boxHashOption)(x.ExecutesProtocol), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.ParameterValues), (0, Option_js_1.map)(HashCodes_js_1.boxHashSeq, x.Comments)];
|
|
843
|
-
}
|
|
844
|
-
}, processes, {
|
|
845
|
-
Equals: Util_js_1.equalArrays,
|
|
846
|
-
GetHashCode: Util_js_1.arrayHash,
|
|
847
|
-
});
|
|
848
|
-
return (0, List_js_1.mapIndexed)((i, tupledArg) => {
|
|
849
|
-
const processes_1 = tupledArg[1];
|
|
850
|
-
const n = tupledArg[0][0];
|
|
851
|
-
const pVs = (0, List_js_1.item)(0, processes_1).ParameterValues;
|
|
852
|
-
const inputs = (0, Collections_js_1.Option_fromValueWithDefault)((0, List_js_1.empty)(), (0, List_js_1.collect)((p) => (0, Option_js_1.defaultArg)(p.Inputs, (0, List_js_1.empty)()), processes_1));
|
|
853
|
-
const outputs = (0, Collections_js_1.Option_fromValueWithDefault)((0, List_js_1.empty)(), (0, List_js_1.collect)((p_1) => (0, Option_js_1.defaultArg)(p_1.Outputs, (0, List_js_1.empty)()), processes_1));
|
|
854
|
-
return (0, Process_js_1.Process_create_Z7C1F7FA9)(undefined, ((0, List_js_1.length)(l) > 1) ? (0, Process_js_1.Process_composeName)(n, i) : n, (0, Option_js_1.unwrap)((0, List_js_1.item)(0, processes_1).ExecutesProtocol), (0, Option_js_1.unwrap)(pVs), undefined, undefined, undefined, undefined, (0, Option_js_1.unwrap)(inputs), (0, Option_js_1.unwrap)(outputs), (0, Option_js_1.unwrap)((0, List_js_1.item)(0, processes_1).Comments));
|
|
855
|
-
}, l);
|
|
856
|
-
}
|
|
857
|
-
function ProcessParsing_processToRows(p) {
|
|
858
|
-
let list_4;
|
|
859
|
-
const pvs = (0, List_js_1.map)((ppv) => [JsonTypes_decomposeParameterValue(ppv), (0, ColumnIndex_js_1.tryGetParameterColumnIndex)(ppv)], (0, Option_js_1.defaultArg)(p.ParameterValues, (0, List_js_1.empty)()));
|
|
860
|
-
let components;
|
|
861
|
-
const matchValue = p.ExecutesProtocol;
|
|
862
|
-
components = ((matchValue == null) ? (0, List_js_1.empty)() : (0, List_js_1.map)((ppv_1) => [JsonTypes_decomposeComponent(ppv_1), (0, ColumnIndex_js_1.tryGetComponentIndex)(ppv_1)], (0, Option_js_1.defaultArg)((0, Option_js_1.value)(matchValue).Components, (0, List_js_1.empty)())));
|
|
863
|
-
let protVals;
|
|
864
|
-
const matchValue_1 = p.ExecutesProtocol;
|
|
865
|
-
if (matchValue_1 == null) {
|
|
866
|
-
protVals = (0, List_js_1.empty)();
|
|
867
|
-
}
|
|
868
|
-
else {
|
|
869
|
-
const prot_1 = (0, Option_js_1.value)(matchValue_1);
|
|
870
|
-
protVals = (0, Seq_js_1.toList)((0, Seq_js_1.delay)(() => (0, Seq_js_1.append)((prot_1.Name != null) ? (0, Seq_js_1.singleton)([(0, CompositeHeader_js_1.CompositeHeader_ProtocolREF)(), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.value)(prot_1.Name))]) : (0, Seq_js_1.empty)(), (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)((prot_1.ProtocolType != null) ? (0, Seq_js_1.singleton)([(0, CompositeHeader_js_1.CompositeHeader_ProtocolType)(), (0, CompositeCell_js_1.CompositeCell_Term)((0, Option_js_1.value)(prot_1.ProtocolType))]) : (0, Seq_js_1.empty)(), (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)((prot_1.Description != null) ? (0, Seq_js_1.singleton)([(0, CompositeHeader_js_1.CompositeHeader_ProtocolDescription)(), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.value)(prot_1.Description))]) : (0, Seq_js_1.empty)(), (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)((prot_1.Uri != null) ? (0, Seq_js_1.singleton)([(0, CompositeHeader_js_1.CompositeHeader_ProtocolUri)(), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.value)(prot_1.Uri))]) : (0, Seq_js_1.empty)(), (0, Seq_js_1.delay)(() => ((prot_1.Version != null) ? (0, Seq_js_1.singleton)([(0, CompositeHeader_js_1.CompositeHeader_ProtocolVersion)(), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.value)(prot_1.Version))]) : (0, Seq_js_1.empty)())))))))))));
|
|
871
|
-
}
|
|
872
|
-
const comments = (0, List_js_1.map)((c) => [(0, CompositeHeader_js_1.CompositeHeader_Comment)((0, Option_js_1.defaultArg)(c.Name, "")), (0, CompositeCell_js_1.CompositeCell_FreeText)((0, Option_js_1.defaultArg)(c.Value, ""))], (0, Option_js_1.defaultArg)(p.Comments, (0, List_js_1.empty)()));
|
|
873
|
-
return (0, List_js_1.map)((tupledArg_1) => {
|
|
874
|
-
const ios = tupledArg_1[1];
|
|
875
|
-
const inputForCharas = (0, Option_js_1.defaultArg)((0, List_js_1.tryPick)((tupledArg_2) => {
|
|
876
|
-
const i_2 = tupledArg_2[0];
|
|
877
|
-
if ((0, ProcessInput_js_1.ProcessInput__isSource)(i_2) ? true : (0, ProcessInput_js_1.ProcessInput__isSample)(i_2)) {
|
|
878
|
-
return i_2;
|
|
879
|
-
}
|
|
880
|
-
else {
|
|
881
|
-
return undefined;
|
|
882
|
-
}
|
|
883
|
-
}, ios), (0, List_js_1.head)(ios)[0]);
|
|
884
|
-
const inputForType = (0, Option_js_1.defaultArg)((0, List_js_1.tryPick)((tupledArg_3) => {
|
|
885
|
-
const i_3 = tupledArg_3[0];
|
|
886
|
-
if ((0, ProcessInput_js_1.ProcessInput__isData)(i_3) ? true : (0, ProcessInput_js_1.ProcessInput__isMaterial)(i_3)) {
|
|
887
|
-
return i_3;
|
|
888
|
-
}
|
|
889
|
-
else {
|
|
890
|
-
return undefined;
|
|
891
|
-
}
|
|
892
|
-
}, ios), (0, List_js_1.head)(ios)[0]);
|
|
893
|
-
const chars = (0, List_js_1.map)((cv) => [JsonTypes_decomposeCharacteristicValue(cv), (0, ColumnIndex_js_1.tryGetCharacteristicColumnIndex)(cv)], (0, ProcessInput_js_1.ProcessInput_getCharacteristicValues_5B3D5BA9)(inputForCharas));
|
|
894
|
-
const outputForFactors = (0, Option_js_1.defaultArg)((0, List_js_1.tryPick)((tupledArg_4) => {
|
|
895
|
-
const o_4 = tupledArg_4[1];
|
|
896
|
-
if ((0, ProcessOutput_js_1.ProcessOutput__isSample)(o_4)) {
|
|
897
|
-
return o_4;
|
|
898
|
-
}
|
|
899
|
-
else {
|
|
900
|
-
return undefined;
|
|
901
|
-
}
|
|
902
|
-
}, ios), (0, List_js_1.head)(ios)[1]);
|
|
903
|
-
const outputForType = (0, Option_js_1.defaultArg)((0, List_js_1.tryPick)((tupledArg_5) => {
|
|
904
|
-
const o_5 = tupledArg_5[1];
|
|
905
|
-
if ((0, ProcessOutput_js_1.ProcessOutput__isData)(o_5) ? true : (0, ProcessOutput_js_1.ProcessOutput__isMaterial)(o_5)) {
|
|
906
|
-
return o_5;
|
|
907
|
-
}
|
|
908
|
-
else {
|
|
909
|
-
return undefined;
|
|
910
|
-
}
|
|
911
|
-
}, ios), (0, List_js_1.head)(ios)[1]);
|
|
912
|
-
const vals = (0, List_js_1.map)((tuple_5) => tuple_5[0], (0, List_js_1.sortBy)((arg) => (0, Option_js_1.defaultArg)(arg[1], 10000), (0, List_js_1.append)(chars, (0, List_js_1.append)(components, (0, List_js_1.append)(pvs, (0, List_js_1.map)((fv) => [JsonTypes_decomposeFactorValue(fv), (0, ColumnIndex_js_1.tryGetFactorColumnIndex)(fv)], (0, ProcessOutput_js_1.ProcessOutput_getFactorValues_Z42C11600)(outputForFactors))))), {
|
|
913
|
-
Compare: Util_js_1.comparePrimitives,
|
|
914
|
-
}));
|
|
915
|
-
return (0, Seq_js_1.toList)((0, Seq_js_1.delay)(() => (0, Seq_js_1.append)((0, Seq_js_1.singleton)(JsonTypes_decomposeProcessInput(inputForType)), (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)(protVals, (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)(vals, (0, Seq_js_1.delay)(() => (0, Seq_js_1.append)(comments, (0, Seq_js_1.delay)(() => (0, Seq_js_1.singleton)(JsonTypes_decomposeProcessOutput(outputForType))))))))))));
|
|
916
|
-
}, (0, Seq2_js_1.List_groupBy)((tupledArg) => [(0, ProcessInput_js_1.ProcessInput__get_Name)(tupledArg[0]), (0, ProcessOutput_js_1.ProcessOutput__get_Name)(tupledArg[1])], (list_4 = (0, Option_js_1.defaultArg)(p.Outputs, (0, List_js_1.empty)()), (0, List_js_1.zip)((0, Option_js_1.defaultArg)(p.Inputs, (0, List_js_1.empty)()), list_4)), {
|
|
917
|
-
Equals: Util_js_1.equalArrays,
|
|
918
|
-
GetHashCode: Util_js_1.arrayHash,
|
|
919
|
-
}));
|
|
920
|
-
}
|
|
921
|
-
function ARCtrl_CompositeHeader__CompositeHeader_TryParameter(this$) {
|
|
922
|
-
if (this$.tag === /* Parameter */ 3) {
|
|
923
|
-
const oa = this$.fields[0];
|
|
924
|
-
return ProtocolParameter_js_1.ProtocolParameter.create(undefined, oa);
|
|
925
|
-
}
|
|
926
|
-
else {
|
|
927
|
-
return undefined;
|
|
928
|
-
}
|
|
929
|
-
}
|
|
930
|
-
function ARCtrl_CompositeHeader__CompositeHeader_TryFactor(this$) {
|
|
931
|
-
if (this$.tag === /* Factor */ 2) {
|
|
932
|
-
const oa = this$.fields[0];
|
|
933
|
-
return Factor_js_1.Factor.create(undefined, oa);
|
|
934
|
-
}
|
|
935
|
-
else {
|
|
936
|
-
return undefined;
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
function ARCtrl_CompositeHeader__CompositeHeader_TryCharacteristic(this$) {
|
|
940
|
-
if (this$.tag === /* Characteristic */ 1) {
|
|
941
|
-
return (0, MaterialAttribute_js_1.MaterialAttribute_create_A220A8A)(undefined, this$.fields[0]);
|
|
942
|
-
}
|
|
943
|
-
else {
|
|
944
|
-
return undefined;
|
|
945
|
-
}
|
|
946
|
-
}
|
|
947
|
-
function ARCtrl_CompositeHeader__CompositeHeader_TryComponent(this$) {
|
|
948
|
-
if (this$.tag === /* Component */ 0) {
|
|
949
|
-
return (0, Component_js_1.Component_create_Z2F0B38C7)(undefined, undefined, this$.fields[0]);
|
|
950
|
-
}
|
|
951
|
-
else {
|
|
952
|
-
return undefined;
|
|
953
|
-
}
|
|
954
|
-
}
|
|
955
|
-
/**
|
|
956
|
-
* This function is used to improve interoperability with ISA-JSON types. It is not recommended for default ARCtrl usage.
|
|
957
|
-
*/
|
|
958
|
-
function ARCtrl_CompositeCell__CompositeCell_fromValue_Static_Z6986DF18(value, unit) {
|
|
959
|
-
return JsonTypes_cellOfValue(value, unit);
|
|
960
|
-
}
|
|
961
|
-
function CompositeRow_toProtocol(tableName, row) {
|
|
962
|
-
return (0, Seq_js_1.fold)((p, hc) => {
|
|
963
|
-
let matchResult, oa, v, v_1, v_2, v_3, oa_1, oa_2, unit, v_4, oa_3, t;
|
|
964
|
-
switch (hc[0].tag) {
|
|
965
|
-
case /* ProtocolType */ 4: {
|
|
966
|
-
if (hc[1].tag === /* Term */ 0) {
|
|
967
|
-
matchResult = 0;
|
|
968
|
-
oa = hc[1].fields[0];
|
|
969
|
-
}
|
|
970
|
-
else {
|
|
971
|
-
matchResult = 8;
|
|
972
|
-
}
|
|
973
|
-
break;
|
|
974
|
-
}
|
|
975
|
-
case /* ProtocolVersion */ 7: {
|
|
976
|
-
if (hc[1].tag === /* FreeText */ 1) {
|
|
977
|
-
matchResult = 1;
|
|
978
|
-
v = hc[1].fields[0];
|
|
979
|
-
}
|
|
980
|
-
else {
|
|
981
|
-
matchResult = 8;
|
|
982
|
-
}
|
|
983
|
-
break;
|
|
984
|
-
}
|
|
985
|
-
case /* ProtocolUri */ 6: {
|
|
986
|
-
if (hc[1].tag === /* FreeText */ 1) {
|
|
987
|
-
matchResult = 2;
|
|
988
|
-
v_1 = hc[1].fields[0];
|
|
989
|
-
}
|
|
990
|
-
else {
|
|
991
|
-
matchResult = 8;
|
|
992
|
-
}
|
|
993
|
-
break;
|
|
994
|
-
}
|
|
995
|
-
case /* ProtocolDescription */ 5: {
|
|
996
|
-
if (hc[1].tag === /* FreeText */ 1) {
|
|
997
|
-
matchResult = 3;
|
|
998
|
-
v_2 = hc[1].fields[0];
|
|
999
|
-
}
|
|
1000
|
-
else {
|
|
1001
|
-
matchResult = 8;
|
|
1002
|
-
}
|
|
1003
|
-
break;
|
|
1004
|
-
}
|
|
1005
|
-
case /* ProtocolREF */ 8: {
|
|
1006
|
-
if (hc[1].tag === /* FreeText */ 1) {
|
|
1007
|
-
matchResult = 4;
|
|
1008
|
-
v_3 = hc[1].fields[0];
|
|
1009
|
-
}
|
|
1010
|
-
else {
|
|
1011
|
-
matchResult = 8;
|
|
1012
|
-
}
|
|
1013
|
-
break;
|
|
1014
|
-
}
|
|
1015
|
-
case /* Parameter */ 3: {
|
|
1016
|
-
matchResult = 5;
|
|
1017
|
-
oa_1 = hc[0].fields[0];
|
|
1018
|
-
break;
|
|
1019
|
-
}
|
|
1020
|
-
case /* Component */ 0: {
|
|
1021
|
-
switch (hc[1].tag) {
|
|
1022
|
-
case /* Unitized */ 2: {
|
|
1023
|
-
matchResult = 6;
|
|
1024
|
-
oa_2 = hc[0].fields[0];
|
|
1025
|
-
unit = hc[1].fields[1];
|
|
1026
|
-
v_4 = hc[1].fields[0];
|
|
1027
|
-
break;
|
|
1028
|
-
}
|
|
1029
|
-
case /* Term */ 0: {
|
|
1030
|
-
matchResult = 7;
|
|
1031
|
-
oa_3 = hc[0].fields[0];
|
|
1032
|
-
t = hc[1].fields[0];
|
|
1033
|
-
break;
|
|
1034
|
-
}
|
|
1035
|
-
default:
|
|
1036
|
-
matchResult = 8;
|
|
1037
|
-
}
|
|
1038
|
-
break;
|
|
1039
|
-
}
|
|
1040
|
-
default:
|
|
1041
|
-
matchResult = 8;
|
|
1042
|
-
}
|
|
1043
|
-
switch (matchResult) {
|
|
1044
|
-
case 0:
|
|
1045
|
-
return (0, Protocol_js_1.Protocol_setProtocolType)(p, oa);
|
|
1046
|
-
case 1:
|
|
1047
|
-
return (0, Protocol_js_1.Protocol_setVersion)(p, v);
|
|
1048
|
-
case 2:
|
|
1049
|
-
return (0, Protocol_js_1.Protocol_setUri)(p, v_1);
|
|
1050
|
-
case 3:
|
|
1051
|
-
return (0, Protocol_js_1.Protocol_setDescription)(p, v_2);
|
|
1052
|
-
case 4:
|
|
1053
|
-
return (0, Protocol_js_1.Protocol_setName)(p, v_3);
|
|
1054
|
-
case 5:
|
|
1055
|
-
return (0, Protocol_js_1.Protocol_addParameter)(ProtocolParameter_js_1.ProtocolParameter.create(undefined, oa_1), p);
|
|
1056
|
-
case 6:
|
|
1057
|
-
return (0, Protocol_js_1.Protocol_addComponent)((0, Component_js_1.Component_create_Z2F0B38C7)(Value_js_1.Value.fromString(v_4), unit, oa_2), p);
|
|
1058
|
-
case 7:
|
|
1059
|
-
return (0, Protocol_js_1.Protocol_addComponent)((0, Component_js_1.Component_create_Z2F0B38C7)((0, Value_js_1.Value_Ontology)(t), undefined, oa_3), p);
|
|
1060
|
-
default:
|
|
1061
|
-
return p;
|
|
1062
|
-
}
|
|
1063
|
-
}, (0, Protocol_js_1.Protocol_create_Z414665E7)(undefined, tableName), row);
|
|
1064
|
-
}
|
|
1065
|
-
/**
|
|
1066
|
-
* Create a new table from an ISA protocol.
|
|
1067
|
-
*
|
|
1068
|
-
* The table will have at most one row, with the protocol information and the component values
|
|
1069
|
-
*/
|
|
1070
|
-
function ARCtrl_ArcTable__ArcTable_fromProtocol_Static_3BF20962(p) {
|
|
1071
|
-
const t = ArcTable_js_1.ArcTable.init((0, Option_js_1.defaultArg)(p.Name, (0, Identifier_js_1.createMissingIdentifier)()));
|
|
1072
|
-
const enumerator = (0, Util_js_1.getEnumerator)((0, Option_js_1.defaultArg)(p.Parameters, (0, List_js_1.empty)()));
|
|
1073
|
-
try {
|
|
1074
|
-
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
1075
|
-
const pp = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
1076
|
-
t.AddColumn((0, CompositeHeader_js_1.CompositeHeader_Parameter)((0, Option_js_1.value)(pp.ParameterName)), undefined, (0, Option_js_1.unwrap)((0, ColumnIndex_js_1.ARCtrl_Process_ProtocolParameter__ProtocolParameter_TryGetColumnIndex)(pp)));
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
finally {
|
|
1080
|
-
(0, Util_js_1.disposeSafe)(enumerator);
|
|
1081
|
-
}
|
|
1082
|
-
const enumerator_1 = (0, Util_js_1.getEnumerator)((0, Option_js_1.defaultArg)(p.Components, (0, List_js_1.empty)()));
|
|
1083
|
-
try {
|
|
1084
|
-
while (enumerator_1["System.Collections.IEnumerator.MoveNext"]()) {
|
|
1085
|
-
const c = enumerator_1["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
1086
|
-
const v_1 = (0, Option_js_1.map)((arg) => (0, Collections_js_1.ResizeArray_singleton)(ARCtrl_CompositeCell__CompositeCell_fromValue_Static_Z6986DF18(arg, (0, Option_js_1.unwrap)(c.ComponentUnit))), c.ComponentValue);
|
|
1087
|
-
t.AddColumn((0, CompositeHeader_js_1.CompositeHeader_Parameter)((0, Option_js_1.value)(c.ComponentType)), (0, Option_js_1.unwrap)(v_1), (0, Option_js_1.unwrap)((0, ColumnIndex_js_1.ARCtrl_Process_Component__Component_TryGetColumnIndex)(c)));
|
|
1088
|
-
}
|
|
1089
|
-
}
|
|
1090
|
-
finally {
|
|
1091
|
-
(0, Util_js_1.disposeSafe)(enumerator_1);
|
|
1092
|
-
}
|
|
1093
|
-
(0, Option_js_1.map)((d) => {
|
|
1094
|
-
t.AddProtocolDescriptionColumn((0, Collections_js_1.ResizeArray_singleton)(d));
|
|
1095
|
-
}, p.Description);
|
|
1096
|
-
(0, Option_js_1.map)((d_1) => {
|
|
1097
|
-
t.AddProtocolVersionColumn((0, Collections_js_1.ResizeArray_singleton)(d_1));
|
|
1098
|
-
}, p.Version);
|
|
1099
|
-
(0, Option_js_1.map)((d_2) => {
|
|
1100
|
-
t.AddProtocolTypeColumn((0, Collections_js_1.ResizeArray_singleton)(d_2));
|
|
1101
|
-
}, p.ProtocolType);
|
|
1102
|
-
(0, Option_js_1.map)((d_3) => {
|
|
1103
|
-
t.AddProtocolUriColumn((0, Collections_js_1.ResizeArray_singleton)(d_3));
|
|
1104
|
-
}, p.Uri);
|
|
1105
|
-
(0, Option_js_1.map)((d_4) => {
|
|
1106
|
-
t.AddProtocolNameColumn((0, Collections_js_1.ResizeArray_singleton)(d_4));
|
|
1107
|
-
}, p.Name);
|
|
1108
|
-
return t;
|
|
1109
|
-
}
|
|
1110
|
-
/**
|
|
1111
|
-
* Returns the list of protocols executed in this ArcTable
|
|
1112
|
-
*/
|
|
1113
|
-
function ARCtrl_ArcTable__ArcTable_GetProtocols(this$) {
|
|
1114
|
-
let source;
|
|
1115
|
-
if (this$.RowCount === 0) {
|
|
1116
|
-
return (0, List_js_1.singleton)((source = this$.Headers, (0, Seq_js_1.fold)((p, h) => {
|
|
1117
|
-
switch (h.tag) {
|
|
1118
|
-
case /* ProtocolType */ 4:
|
|
1119
|
-
return (0, Protocol_js_1.Protocol_setProtocolType)(p, new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
1120
|
-
case /* ProtocolVersion */ 7:
|
|
1121
|
-
return (0, Protocol_js_1.Protocol_setVersion)(p, "");
|
|
1122
|
-
case /* ProtocolUri */ 6:
|
|
1123
|
-
return (0, Protocol_js_1.Protocol_setUri)(p, "");
|
|
1124
|
-
case /* ProtocolDescription */ 5:
|
|
1125
|
-
return (0, Protocol_js_1.Protocol_setDescription)(p, "");
|
|
1126
|
-
case /* ProtocolREF */ 8:
|
|
1127
|
-
return (0, Protocol_js_1.Protocol_setName)(p, "");
|
|
1128
|
-
case /* Parameter */ 3: {
|
|
1129
|
-
const oa = h.fields[0];
|
|
1130
|
-
return (0, Protocol_js_1.Protocol_addParameter)(ProtocolParameter_js_1.ProtocolParameter.create(undefined, oa), p);
|
|
1131
|
-
}
|
|
1132
|
-
case /* Component */ 0:
|
|
1133
|
-
return (0, Protocol_js_1.Protocol_addComponent)((0, Component_js_1.Component_create_Z2F0B38C7)(undefined, undefined, h.fields[0]), p);
|
|
1134
|
-
default:
|
|
1135
|
-
return p;
|
|
1136
|
-
}
|
|
1137
|
-
}, (0, Protocol_js_1.Protocol_create_Z414665E7)(undefined, this$.Name), source)));
|
|
1138
|
-
}
|
|
1139
|
-
else {
|
|
1140
|
-
return (0, Seq2_js_1.List_distinct)((0, List_js_1.initialize)(this$.RowCount, (i) => {
|
|
1141
|
-
let row;
|
|
1142
|
-
const source_2 = this$.GetRow(i, true);
|
|
1143
|
-
row = (0, Seq_js_1.zip)(this$.Headers, source_2);
|
|
1144
|
-
return CompositeRow_toProtocol(this$.Name, row);
|
|
1145
|
-
}), {
|
|
1146
|
-
Equals: Util_js_1.equals,
|
|
1147
|
-
GetHashCode: Util_js_1.safeHash,
|
|
1148
|
-
});
|
|
1149
|
-
}
|
|
1150
|
-
}
|
|
1151
|
-
/**
|
|
1152
|
-
* Returns the list of processes specidified in this ArcTable
|
|
1153
|
-
*/
|
|
1154
|
-
function ARCtrl_ArcTable__ArcTable_GetProcesses(this$) {
|
|
1155
|
-
if (this$.RowCount === 0) {
|
|
1156
|
-
return (0, List_js_1.singleton)((0, Process_js_1.Process_create_Z7C1F7FA9)(undefined, this$.Name));
|
|
1157
|
-
}
|
|
1158
|
-
else {
|
|
1159
|
-
let getter;
|
|
1160
|
-
const clo = ProcessParsing_getProcessGetter(this$.Name, this$.Headers);
|
|
1161
|
-
getter = ((arg) => {
|
|
1162
|
-
const clo_1 = clo(arg);
|
|
1163
|
-
return clo_1;
|
|
1164
|
-
});
|
|
1165
|
-
return ProcessParsing_mergeIdenticalProcesses((0, Seq_js_1.toList)((0, Seq_js_1.delay)(() => (0, Seq_js_1.map)((i) => getter(this$)(i), (0, Range_js_1.rangeDouble)(0, 1, this$.RowCount - 1)))));
|
|
1166
|
-
}
|
|
1167
|
-
}
|
|
1168
|
-
/**
|
|
1169
|
-
* Create a new table from a list of processes
|
|
1170
|
-
*
|
|
1171
|
-
* The name will be used as the sheet name
|
|
1172
|
-
*
|
|
1173
|
-
* The processes SHOULD have the same headers, or even execute the same protocol
|
|
1174
|
-
*/
|
|
1175
|
-
function ARCtrl_ArcTable__ArcTable_fromProcesses_Static(name, ps) {
|
|
1176
|
-
const tupledArg = (0, ArcTableAux_js_1.Unchecked_alignByHeaders)(true, (0, List_js_1.collect)(ProcessParsing_processToRows, ps));
|
|
1177
|
-
return ArcTable_js_1.ArcTable.fromArcTableValues(name, tupledArg[0], tupledArg[1]);
|
|
1178
|
-
}
|
|
1179
|
-
/**
|
|
1180
|
-
* Return a list of all the processes in all the tables.
|
|
1181
|
-
*/
|
|
1182
|
-
function ARCtrl_ArcTables__ArcTables_GetProcesses(this$) {
|
|
1183
|
-
return (0, List_js_1.collect)(ARCtrl_ArcTable__ArcTable_GetProcesses, (0, Seq_js_1.toList)(this$.Tables));
|
|
1184
|
-
}
|
|
1185
|
-
/**
|
|
1186
|
-
* Create a collection of tables from a list of processes.
|
|
1187
|
-
*
|
|
1188
|
-
* For this, the processes are grouped by nameroot ("nameroot_1", "nameroot_2" ...) or exectued protocol if no name exists
|
|
1189
|
-
*
|
|
1190
|
-
* Then each group is converted to a table with this nameroot as sheetname
|
|
1191
|
-
*/
|
|
1192
|
-
function ARCtrl_ArcTables__ArcTables_fromProcesses_Static_62A3309D(ps) {
|
|
1193
|
-
let collection;
|
|
1194
|
-
return new ArcTables_js_1.ArcTables((collection = (0, List_js_1.map)((tupledArg) => {
|
|
1195
|
-
const tupledArg_1 = (0, ArcTableAux_js_1.Unchecked_alignByHeaders)(true, (0, List_js_1.collect)(ProcessParsing_processToRows, tupledArg[1]));
|
|
1196
|
-
return ArcTable_js_1.ArcTable.fromArcTableValues(tupledArg[0], tupledArg_1[0], tupledArg_1[1]);
|
|
1197
|
-
}, ProcessParsing_groupProcesses(ps)), Array.from(collection)));
|
|
1198
|
-
}
|