@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,98 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.labels = void 0;
|
|
4
|
-
exports.fromString = fromString;
|
|
5
|
-
exports.fromSparseTable = fromSparseTable;
|
|
6
|
-
exports.toSparseTable = toSparseTable;
|
|
7
|
-
exports.fromRows = fromRows;
|
|
8
|
-
exports.toRows = toRows;
|
|
9
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
10
|
-
const OntologyAnnotation_js_1 = require("../../Core/OntologyAnnotation.js");
|
|
11
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
12
|
-
const Identifier_js_1 = require("../../Core/Helper/Identifier.js");
|
|
13
|
-
const Collections_js_1 = require("../../Core/Helper/Collections.js");
|
|
14
|
-
const Conversion_js_1 = require("../../Core/Conversion.js");
|
|
15
|
-
const ArcTypes_js_1 = require("../../Core/ArcTypes.js");
|
|
16
|
-
const SparseTable_js_1 = require("./SparseTable.js");
|
|
17
|
-
const Comment_js_1 = require("./Comment.js");
|
|
18
|
-
const MapUtil_js_1 = require("@fable-org/fable-library-js/MapUtil.js");
|
|
19
|
-
const Seq2_js_1 = require("@fable-org/fable-library-js/Seq2.js");
|
|
20
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
21
|
-
exports.labels = (0, List_js_1.ofArray)(["Identifier", "Title", "Description", "Measurement Type", "Measurement Type Term Accession Number", "Measurement Type Term Source REF", "Technology Type", "Technology Type Term Accession Number", "Technology Type Term Source REF", "Technology Platform", "File Name"]);
|
|
22
|
-
function fromString(identifier, title, description, measurementType, measurementTypeTermSourceREF, measurementTypeTermAccessionNumber, technologyType, technologyTypeTermSourceREF, technologyTypeTermAccessionNumber, technologyPlatform, fileName, comments) {
|
|
23
|
-
const measurementType_1 = OntologyAnnotation_js_1.OntologyAnnotation.create((0, Option_js_1.unwrap)(measurementType), (0, Option_js_1.unwrap)(measurementTypeTermSourceREF), (0, Option_js_1.unwrap)(measurementTypeTermAccessionNumber));
|
|
24
|
-
const technologyType_1 = OntologyAnnotation_js_1.OntologyAnnotation.create((0, Option_js_1.unwrap)(technologyType), (0, Option_js_1.unwrap)(technologyTypeTermSourceREF), (0, Option_js_1.unwrap)(technologyTypeTermAccessionNumber));
|
|
25
|
-
let identifier_4;
|
|
26
|
-
if (identifier == null) {
|
|
27
|
-
if (fileName == null) {
|
|
28
|
-
identifier_4 = (0, Identifier_js_1.createMissingIdentifier)();
|
|
29
|
-
}
|
|
30
|
-
else {
|
|
31
|
-
const matchValue = (0, Identifier_js_1.Assay_tryIdentifierFromFileName)((0, Option_js_1.value)(fileName));
|
|
32
|
-
identifier_4 = ((matchValue != null) ? (0, Option_js_1.value)(matchValue) : (0, Identifier_js_1.createMissingIdentifier)());
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
identifier_4 = (0, Option_js_1.value)(identifier);
|
|
37
|
-
}
|
|
38
|
-
const measurementType_2 = (0, Collections_js_1.Option_fromValueWithDefault)(new OntologyAnnotation_js_1.OntologyAnnotation(), measurementType_1);
|
|
39
|
-
const technologyType_2 = (0, Collections_js_1.Option_fromValueWithDefault)(new OntologyAnnotation_js_1.OntologyAnnotation(), technologyType_1);
|
|
40
|
-
const technologyPlatform_1 = (0, Option_js_1.map)(Conversion_js_1.JsonTypes_decomposeTechnologyPlatform, technologyPlatform);
|
|
41
|
-
return ArcTypes_js_1.ArcAssay.make(identifier_4, title, description, measurementType_2, technologyType_2, technologyPlatform_1, [], undefined, [], comments);
|
|
42
|
-
}
|
|
43
|
-
function fromSparseTable(matrix) {
|
|
44
|
-
if ((matrix.ColumnCount === 0) && ((0, List_js_1.length)(matrix.CommentKeys) !== 0)) {
|
|
45
|
-
const comments = (0, SparseTable_js_1.SparseTable_GetEmptyComments_3ECCA699)(matrix);
|
|
46
|
-
return (0, List_js_1.singleton)(ArcTypes_js_1.ArcAssay.create((0, Identifier_js_1.createMissingIdentifier)(), undefined, undefined, undefined, undefined, undefined, undefined, undefined, undefined, comments));
|
|
47
|
-
}
|
|
48
|
-
else {
|
|
49
|
-
return (0, List_js_1.initialize)(matrix.ColumnCount, (i) => {
|
|
50
|
-
let comments_1;
|
|
51
|
-
const collection = (0, List_js_1.map)((k) => (0, Comment_js_1.Comment_fromString)(k, (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [k, i])), matrix.CommentKeys);
|
|
52
|
-
comments_1 = Array.from(collection);
|
|
53
|
-
return fromString((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Identifier", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Title", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Description", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Measurement Type", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Measurement Type Term Source REF", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Measurement Type Term Accession Number", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Technology Type", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Technology Type Term Source REF", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Technology Type Term Accession Number", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["Technology Platform", i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, ["File Name", i]), comments_1);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
function toSparseTable(assays) {
|
|
58
|
-
const matrix = (0, SparseTable_js_1.SparseTable_Create_Z2192E64B)(undefined, exports.labels, undefined, (0, List_js_1.length)(assays) + 1);
|
|
59
|
-
let commentKeys = (0, List_js_1.empty)();
|
|
60
|
-
(0, List_js_1.iterateIndexed)((i, a) => {
|
|
61
|
-
const processedFileName = a.Identifier.startsWith("MISSING_IDENTIFIER_") ? (0, Identifier_js_1.removeMissingIdentifier)(a.Identifier) : (0, Identifier_js_1.Assay_fileNameFromIdentifier)(a.Identifier);
|
|
62
|
-
const i_1 = (i + 1) | 0;
|
|
63
|
-
let mt_1;
|
|
64
|
-
const mt = (0, Option_js_1.defaultArg)(a.MeasurementType, new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
65
|
-
mt_1 = OntologyAnnotation_js_1.OntologyAnnotation.toStringObject(mt, true);
|
|
66
|
-
let tt_1;
|
|
67
|
-
const tt = (0, Option_js_1.defaultArg)(a.TechnologyType, new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
68
|
-
tt_1 = OntologyAnnotation_js_1.OntologyAnnotation.toStringObject(tt, true);
|
|
69
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Identifier", i_1], (0, Identifier_js_1.removeMissingIdentifier)(a.Identifier));
|
|
70
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Title", i_1], (0, Option_js_1.defaultArg)(a.Title, ""));
|
|
71
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Description", i_1], (0, Option_js_1.defaultArg)(a.Description, ""));
|
|
72
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Measurement Type", i_1], mt_1.TermName);
|
|
73
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Measurement Type Term Accession Number", i_1], mt_1.TermAccessionNumber);
|
|
74
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Measurement Type Term Source REF", i_1], mt_1.TermSourceREF);
|
|
75
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Technology Type", i_1], tt_1.TermName);
|
|
76
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Technology Type Term Accession Number", i_1], tt_1.TermAccessionNumber);
|
|
77
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Technology Type Term Source REF", i_1], tt_1.TermSourceREF);
|
|
78
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["Technology Platform", i_1], (0, Option_js_1.defaultArg)((0, Option_js_1.map)(Conversion_js_1.JsonTypes_composeTechnologyPlatform, a.TechnologyPlatform), ""));
|
|
79
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, ["File Name", i_1], processedFileName);
|
|
80
|
-
(0, Collections_js_1.ResizeArray_iter)((comment) => {
|
|
81
|
-
const patternInput = (0, Comment_js_1.Comment_toString)(comment);
|
|
82
|
-
const n = patternInput[0];
|
|
83
|
-
commentKeys = (0, List_js_1.cons)(n, commentKeys);
|
|
84
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [n, i_1], patternInput[1]);
|
|
85
|
-
}, a.Comments);
|
|
86
|
-
}, assays);
|
|
87
|
-
return new SparseTable_js_1.SparseTable(matrix.Matrix, matrix.Keys, (0, List_js_1.reverse)((0, Seq2_js_1.List_distinct)(commentKeys, {
|
|
88
|
-
Equals: (x, y) => (x === y),
|
|
89
|
-
GetHashCode: Util_js_1.stringHash,
|
|
90
|
-
})), matrix.ColumnCount);
|
|
91
|
-
}
|
|
92
|
-
function fromRows(prefix, lineNumber, rows) {
|
|
93
|
-
const tupledArg = (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, exports.labels, lineNumber, (0, Option_js_1.unwrap)(prefix));
|
|
94
|
-
return [tupledArg[0], tupledArg[1], tupledArg[2], fromSparseTable(tupledArg[3])];
|
|
95
|
-
}
|
|
96
|
-
function toRows(prefix, assays) {
|
|
97
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(toSparseTable(assays), (0, Option_js_1.unwrap)(prefix));
|
|
98
|
-
}
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Remark_remarkPattern = exports.Remark_remarkValueKey = exports.Comment_commentPatternNoAngleBrackets = exports.Comment_commentPattern = exports.Comment_commentValueKey = void 0;
|
|
4
|
-
exports.Comment_$007CComment$007C_$007C = Comment_$007CComment$007C_$007C;
|
|
5
|
-
exports.Comment_wrapCommentKey = Comment_wrapCommentKey;
|
|
6
|
-
exports.Comment_fromString = Comment_fromString;
|
|
7
|
-
exports.Comment_toString = Comment_toString;
|
|
8
|
-
exports.Remark_$007CRemark$007C_$007C = Remark_$007CRemark$007C_$007C;
|
|
9
|
-
exports.Remark_wrapRemark = Remark_wrapRemark;
|
|
10
|
-
const Regex_js_1 = require("../../Core/Helper/Regex.js");
|
|
11
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
12
|
-
const String_js_1 = require("@fable-org/fable-library-js/String.js");
|
|
13
|
-
const Conversions_js_1 = require("./Conversions.js");
|
|
14
|
-
const Comment_js_1 = require("../../Core/Comment.js");
|
|
15
|
-
exports.Comment_commentValueKey = "commentValue";
|
|
16
|
-
exports.Comment_commentPattern = `Comment\\s*\\[<(?<${exports.Comment_commentValueKey}>.+)>\\]`;
|
|
17
|
-
exports.Comment_commentPatternNoAngleBrackets = `Comment\\s*\\[(?<${exports.Comment_commentValueKey}>.+)\\]`;
|
|
18
|
-
function Comment_$007CComment$007C_$007C(key) {
|
|
19
|
-
const activePatternResult = (0, Regex_js_1.ActivePatterns_$007CRegex$007C_$007C)(exports.Comment_commentPattern, key);
|
|
20
|
-
if (activePatternResult != null) {
|
|
21
|
-
const r = (0, Option_js_1.value)(activePatternResult);
|
|
22
|
-
return (r.groups && r.groups[exports.Comment_commentValueKey]) || "";
|
|
23
|
-
}
|
|
24
|
-
else {
|
|
25
|
-
const activePatternResult_1 = (0, Regex_js_1.ActivePatterns_$007CRegex$007C_$007C)(exports.Comment_commentPatternNoAngleBrackets, key);
|
|
26
|
-
if (activePatternResult_1 != null) {
|
|
27
|
-
const r_1 = (0, Option_js_1.value)(activePatternResult_1);
|
|
28
|
-
const v = (r_1.groups && r_1.groups[exports.Comment_commentValueKey]) || "";
|
|
29
|
-
if (v === "<>") {
|
|
30
|
-
return undefined;
|
|
31
|
-
}
|
|
32
|
-
else {
|
|
33
|
-
return v;
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
else {
|
|
37
|
-
return undefined;
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
function Comment_wrapCommentKey(k) {
|
|
42
|
-
return (0, String_js_1.toText)((0, String_js_1.printf)("Comment[%s]"))(k);
|
|
43
|
-
}
|
|
44
|
-
function Comment_fromString(k, v) {
|
|
45
|
-
const name = (0, Conversions_js_1.Option_fromValueWithDefault)("", k);
|
|
46
|
-
const value = (0, Conversions_js_1.Option_fromValueWithDefault)("", v);
|
|
47
|
-
return Comment_js_1.Comment$.make(name, value);
|
|
48
|
-
}
|
|
49
|
-
function Comment_toString(c) {
|
|
50
|
-
return [(0, Option_js_1.defaultArg)(c.Name, ""), (0, Option_js_1.defaultArg)(c.Value, "")];
|
|
51
|
-
}
|
|
52
|
-
exports.Remark_remarkValueKey = "remarkValue";
|
|
53
|
-
exports.Remark_remarkPattern = `#(?<${exports.Remark_remarkValueKey}>.+)`;
|
|
54
|
-
function Remark_$007CRemark$007C_$007C(key) {
|
|
55
|
-
return (0, Option_js_1.bind)((k) => {
|
|
56
|
-
const activePatternResult = (0, Regex_js_1.ActivePatterns_$007CRegex$007C_$007C)(exports.Remark_remarkPattern, k);
|
|
57
|
-
if (activePatternResult != null) {
|
|
58
|
-
const r = (0, Option_js_1.value)(activePatternResult);
|
|
59
|
-
return (r.groups && r.groups[exports.Remark_remarkValueKey]) || "";
|
|
60
|
-
}
|
|
61
|
-
else {
|
|
62
|
-
return undefined;
|
|
63
|
-
}
|
|
64
|
-
}, key);
|
|
65
|
-
}
|
|
66
|
-
function Remark_wrapRemark(r) {
|
|
67
|
-
return (0, String_js_1.toText)((0, String_js_1.printf)("#%s"))(r);
|
|
68
|
-
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.labels = exports.rolesTermSourceREFLabel = exports.rolesTermAccessionNumberLabel = exports.rolesLabel = exports.affiliationLabel = exports.addressLabel = exports.faxLabel = exports.phoneLabel = exports.emailLabel = exports.midInitialsLabel = exports.firstNameLabel = exports.lastNameLabel = void 0;
|
|
4
|
-
exports.fromString = fromString;
|
|
5
|
-
exports.fromSparseTable = fromSparseTable;
|
|
6
|
-
exports.toSparseTable = toSparseTable;
|
|
7
|
-
exports.fromRows = fromRows;
|
|
8
|
-
exports.toRows = toRows;
|
|
9
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
10
|
-
const Conversion_js_1 = require("../../Core/Conversion.js");
|
|
11
|
-
const Conversions_js_1 = require("./Conversions.js");
|
|
12
|
-
const Person_js_1 = require("../../Core/Person.js");
|
|
13
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
14
|
-
const SparseTable_js_1 = require("./SparseTable.js");
|
|
15
|
-
const Comment_js_1 = require("./Comment.js");
|
|
16
|
-
const MapUtil_js_1 = require("@fable-org/fable-library-js/MapUtil.js");
|
|
17
|
-
const Collections_js_1 = require("../../Core/Helper/Collections.js");
|
|
18
|
-
const Seq2_js_1 = require("@fable-org/fable-library-js/Seq2.js");
|
|
19
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
20
|
-
exports.lastNameLabel = "Last Name";
|
|
21
|
-
exports.firstNameLabel = "First Name";
|
|
22
|
-
exports.midInitialsLabel = "Mid Initials";
|
|
23
|
-
exports.emailLabel = "Email";
|
|
24
|
-
exports.phoneLabel = "Phone";
|
|
25
|
-
exports.faxLabel = "Fax";
|
|
26
|
-
exports.addressLabel = "Address";
|
|
27
|
-
exports.affiliationLabel = "Affiliation";
|
|
28
|
-
exports.rolesLabel = "Roles";
|
|
29
|
-
exports.rolesTermAccessionNumberLabel = "Roles Term Accession Number";
|
|
30
|
-
exports.rolesTermSourceREFLabel = "Roles Term Source REF";
|
|
31
|
-
exports.labels = (0, List_js_1.ofArray)([exports.lastNameLabel, exports.firstNameLabel, exports.midInitialsLabel, exports.emailLabel, exports.phoneLabel, exports.faxLabel, exports.addressLabel, exports.affiliationLabel, exports.rolesLabel, exports.rolesTermAccessionNumberLabel, exports.rolesTermSourceREFLabel]);
|
|
32
|
-
function fromString(lastName, firstName, midInitials, email, phone, fax, address, affiliation, role, rolesTermAccessionNumber, rolesTermSourceREF, comments) {
|
|
33
|
-
let roles_1;
|
|
34
|
-
return (0, Conversion_js_1.Person_setOrcidFromComments)((roles_1 = (0, Conversions_js_1.OntologyAnnotation_fromAggregatedStrings)(";", role, rolesTermSourceREF, rolesTermAccessionNumber), Person_js_1.Person.make(undefined, lastName, firstName, midInitials, email, phone, fax, address, affiliation, roles_1, comments)));
|
|
35
|
-
}
|
|
36
|
-
function fromSparseTable(matrix) {
|
|
37
|
-
let returnVal;
|
|
38
|
-
if ((matrix.ColumnCount === 0) && ((0, List_js_1.length)(matrix.CommentKeys) !== 0)) {
|
|
39
|
-
const comments = (0, SparseTable_js_1.SparseTable_GetEmptyComments_3ECCA699)(matrix);
|
|
40
|
-
return (0, List_js_1.singleton)((returnVal = Person_js_1.Person.create(), (returnVal.Comments = comments, returnVal)));
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
return (0, List_js_1.initialize)(matrix.ColumnCount, (i) => {
|
|
44
|
-
let comments_1;
|
|
45
|
-
const collection = (0, List_js_1.map)((k) => (0, Comment_js_1.Comment_fromString)(k, (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [k, i])), matrix.CommentKeys);
|
|
46
|
-
comments_1 = Array.from(collection);
|
|
47
|
-
return fromString((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.lastNameLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.firstNameLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.midInitialsLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.emailLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.phoneLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.faxLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.addressLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.affiliationLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [exports.rolesLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [exports.rolesTermAccessionNumberLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [exports.rolesTermSourceREFLabel, i]), comments_1);
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
function toSparseTable(persons) {
|
|
52
|
-
const matrix = (0, SparseTable_js_1.SparseTable_Create_Z2192E64B)(undefined, exports.labels, undefined, (0, List_js_1.length)(persons) + 1);
|
|
53
|
-
let commentKeys = (0, List_js_1.empty)();
|
|
54
|
-
(0, List_js_1.iterateIndexed)((i, p) => {
|
|
55
|
-
const i_1 = (i + 1) | 0;
|
|
56
|
-
const rAgg = (0, Conversions_js_1.OntologyAnnotation_toAggregatedStrings)(";", Array.from(p.Roles));
|
|
57
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.lastNameLabel, i_1], (0, Option_js_1.defaultArg)(p.LastName, ""));
|
|
58
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.firstNameLabel, i_1], (0, Option_js_1.defaultArg)(p.FirstName, ""));
|
|
59
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.midInitialsLabel, i_1], (0, Option_js_1.defaultArg)(p.MidInitials, ""));
|
|
60
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.emailLabel, i_1], (0, Option_js_1.defaultArg)(p.EMail, ""));
|
|
61
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.phoneLabel, i_1], (0, Option_js_1.defaultArg)(p.Phone, ""));
|
|
62
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.faxLabel, i_1], (0, Option_js_1.defaultArg)(p.Fax, ""));
|
|
63
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.addressLabel, i_1], (0, Option_js_1.defaultArg)(p.Address, ""));
|
|
64
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.affiliationLabel, i_1], (0, Option_js_1.defaultArg)(p.Affiliation, ""));
|
|
65
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.rolesLabel, i_1], rAgg.TermNameAgg);
|
|
66
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.rolesTermAccessionNumberLabel, i_1], rAgg.TermAccessionNumberAgg);
|
|
67
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.rolesTermSourceREFLabel, i_1], rAgg.TermSourceREFAgg);
|
|
68
|
-
(0, Collections_js_1.ResizeArray_iter)((comment) => {
|
|
69
|
-
const patternInput = (0, Comment_js_1.Comment_toString)(comment);
|
|
70
|
-
const n = patternInput[0];
|
|
71
|
-
commentKeys = (0, List_js_1.cons)(n, commentKeys);
|
|
72
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [n, i_1], patternInput[1]);
|
|
73
|
-
}, p.Comments);
|
|
74
|
-
}, (0, List_js_1.map)(Conversion_js_1.Person_setCommentFromORCID, persons));
|
|
75
|
-
return new SparseTable_js_1.SparseTable(matrix.Matrix, matrix.Keys, (0, List_js_1.reverse)((0, Seq2_js_1.List_distinct)(commentKeys, {
|
|
76
|
-
Equals: (x, y) => (x === y),
|
|
77
|
-
GetHashCode: Util_js_1.stringHash,
|
|
78
|
-
})), matrix.ColumnCount);
|
|
79
|
-
}
|
|
80
|
-
function fromRows(prefix, lineNumber, rows) {
|
|
81
|
-
const tupledArg = (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, exports.labels, lineNumber, (0, Option_js_1.unwrap)(prefix));
|
|
82
|
-
return [tupledArg[0], tupledArg[1], tupledArg[2], fromSparseTable(tupledArg[3])];
|
|
83
|
-
}
|
|
84
|
-
function toRows(prefix, persons) {
|
|
85
|
-
const m = toSparseTable(persons);
|
|
86
|
-
if (prefix == null) {
|
|
87
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m);
|
|
88
|
-
}
|
|
89
|
-
else {
|
|
90
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m, (0, Option_js_1.value)(prefix));
|
|
91
|
-
}
|
|
92
|
-
}
|
|
@@ -1,187 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Option_fromValueWithDefault = Option_fromValueWithDefault;
|
|
4
|
-
exports.Option_mapDefault = Option_mapDefault;
|
|
5
|
-
exports.OntologyAnnotation_getLengthOfAggregatedStrings = OntologyAnnotation_getLengthOfAggregatedStrings;
|
|
6
|
-
exports.OntologyAnnotation_fromAggregatedStrings = OntologyAnnotation_fromAggregatedStrings;
|
|
7
|
-
exports.OntologyAnnotation_toAggregatedStrings = OntologyAnnotation_toAggregatedStrings;
|
|
8
|
-
exports.Component_fromAggregatedStrings = Component_fromAggregatedStrings;
|
|
9
|
-
exports.Component_toAggregatedStrings = Component_toAggregatedStrings;
|
|
10
|
-
exports.ProtocolParameter_fromAggregatedStrings = ProtocolParameter_fromAggregatedStrings;
|
|
11
|
-
exports.ProtocolParameter_toAggregatedStrings = ProtocolParameter_toAggregatedStrings;
|
|
12
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
13
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
14
|
-
const Array_js_1 = require("@fable-org/fable-library-js/Array.js");
|
|
15
|
-
const String_js_1 = require("@fable-org/fable-library-js/String.js");
|
|
16
|
-
const OntologyAnnotation_js_1 = require("../../Core/OntologyAnnotation.js");
|
|
17
|
-
const Component_js_1 = require("../../Core/Process/Component.js");
|
|
18
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
19
|
-
const CollectionAux_js_1 = require("../CollectionAux.js");
|
|
20
|
-
const Collections_js_1 = require("../../Core/Helper/Collections.js");
|
|
21
|
-
const ProtocolParameter_js_1 = require("../../Core/Process/ProtocolParameter.js");
|
|
22
|
-
/**
|
|
23
|
-
* If the value matches the default, a None is returned, else a Some is returned
|
|
24
|
-
*/
|
|
25
|
-
function Option_fromValueWithDefault(d, v) {
|
|
26
|
-
if ((0, Util_js_1.equals)(d, v)) {
|
|
27
|
-
return undefined;
|
|
28
|
-
}
|
|
29
|
-
else {
|
|
30
|
-
return (0, Option_js_1.some)(v);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
/**
|
|
34
|
-
* Applies the function f on the value of the option if it exists, else applies it on the default value. If the result value matches the default, a None is returned
|
|
35
|
-
*/
|
|
36
|
-
function Option_mapDefault(d, f, o) {
|
|
37
|
-
return Option_fromValueWithDefault(d, (o == null) ? f(d) : f((0, Option_js_1.value)(o)));
|
|
38
|
-
}
|
|
39
|
-
/**
|
|
40
|
-
* Returns the length of a subpropertylist from the aggregated strings
|
|
41
|
-
*
|
|
42
|
-
* In ISATab format, some subproperties which are stored as lists in ISAJson are stored as semicolon delimited tables
|
|
43
|
-
*
|
|
44
|
-
* These strings should either contain the same number of semicolon delimited elements or be empty.
|
|
45
|
-
*/
|
|
46
|
-
function OntologyAnnotation_getLengthOfAggregatedStrings(separator, strings) {
|
|
47
|
-
return (0, Array_js_1.fold)((l, s) => {
|
|
48
|
-
if (s === "") {
|
|
49
|
-
return l | 0;
|
|
50
|
-
}
|
|
51
|
-
else if (l === 0) {
|
|
52
|
-
return s.split(separator).length | 0;
|
|
53
|
-
}
|
|
54
|
-
else if (l === s.split(separator).length) {
|
|
55
|
-
return l | 0;
|
|
56
|
-
}
|
|
57
|
-
else {
|
|
58
|
-
return (0, String_js_1.toFail)((0, String_js_1.printf)("The length of the aggregated string %s does not match the length of the others"))(s) | 0;
|
|
59
|
-
}
|
|
60
|
-
}, 0, strings);
|
|
61
|
-
}
|
|
62
|
-
/**
|
|
63
|
-
* Returns a list of ISAJson OntologyAnnotation objects from ISATab aggregated strings
|
|
64
|
-
*/
|
|
65
|
-
function OntologyAnnotation_fromAggregatedStrings(separator, terms, source, accessions) {
|
|
66
|
-
const l = OntologyAnnotation_getLengthOfAggregatedStrings(separator, [terms, source, accessions]) | 0;
|
|
67
|
-
if (l === 0) {
|
|
68
|
-
return [];
|
|
69
|
-
}
|
|
70
|
-
else {
|
|
71
|
-
const collection = (0, Array_js_1.map3)((a, b, c) => OntologyAnnotation_js_1.OntologyAnnotation.create(a, b, c), (terms === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : terms.split(separator), (source === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : source.split(separator), (accessions === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : accessions.split(separator));
|
|
72
|
-
return Array.from(collection);
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
/**
|
|
76
|
-
* Returns the aggregated ISATab OntologyAnnotation Name, ontology source and Accession number from a list of ISAJson OntologyAnnotation objects
|
|
77
|
-
*/
|
|
78
|
-
function OntologyAnnotation_toAggregatedStrings(separator, oas) {
|
|
79
|
-
let first = true;
|
|
80
|
-
if ((0, Array_js_1.equalsWith)(Util_js_1.equals, oas, [])) {
|
|
81
|
-
return {
|
|
82
|
-
TermAccessionNumberAgg: "",
|
|
83
|
-
TermNameAgg: "",
|
|
84
|
-
TermSourceREFAgg: "",
|
|
85
|
-
};
|
|
86
|
-
}
|
|
87
|
-
else {
|
|
88
|
-
const tupledArg_1 = (0, Array_js_1.fold)((tupledArg, term) => {
|
|
89
|
-
const matchValue = (0, Option_js_1.defaultArg)(term.Name, "");
|
|
90
|
-
const tsr = (0, Option_js_1.defaultArg)(term.TermSourceREF, "");
|
|
91
|
-
const tan = (0, Option_js_1.defaultArg)(term.TermAccessionNumber, "");
|
|
92
|
-
const name = matchValue;
|
|
93
|
-
if (first) {
|
|
94
|
-
first = false;
|
|
95
|
-
return [name, tsr, tan];
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
return [(0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[0])(separator)(name), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[1])(separator)(tsr), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[2])(separator)(tan)];
|
|
99
|
-
}
|
|
100
|
-
}, ["", "", ""], oas);
|
|
101
|
-
return {
|
|
102
|
-
TermAccessionNumberAgg: tupledArg_1[2],
|
|
103
|
-
TermNameAgg: tupledArg_1[0],
|
|
104
|
-
TermSourceREFAgg: tupledArg_1[1],
|
|
105
|
-
};
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
/**
|
|
109
|
-
* Returns a list of ISAJson Component objects from ISATab aggregated strings
|
|
110
|
-
*/
|
|
111
|
-
function Component_fromAggregatedStrings(separator, names, terms, source, accessions) {
|
|
112
|
-
const l = OntologyAnnotation_getLengthOfAggregatedStrings(separator, [names, terms, source, accessions]) | 0;
|
|
113
|
-
if (l === 0) {
|
|
114
|
-
return (0, List_js_1.empty)();
|
|
115
|
-
}
|
|
116
|
-
else {
|
|
117
|
-
return (0, List_js_1.ofArray)((0, CollectionAux_js_1.Array_map4)(Component_js_1.Component_fromISAString_7C9A7CF8, (names === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : names.split(separator), (terms === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : terms.split(separator), (source === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : source.split(separator), (accessions === "") ? (0, Array_js_1.fill)(new Array(l), 0, l, "") : accessions.split(separator)));
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
/**
|
|
121
|
-
* Returns the aggregated ISATAb Component Name, Ontology Annotation value, Accession number and ontology source from a list of ISAJson Component objects
|
|
122
|
-
*/
|
|
123
|
-
function Component_toAggregatedStrings(separator, cs) {
|
|
124
|
-
let first = true;
|
|
125
|
-
if ((0, Util_js_1.equals)(cs, (0, List_js_1.empty)())) {
|
|
126
|
-
return {
|
|
127
|
-
NameAgg: "",
|
|
128
|
-
TermAccessionNumberAgg: "",
|
|
129
|
-
TermNameAgg: "",
|
|
130
|
-
TermSourceREFAgg: "",
|
|
131
|
-
};
|
|
132
|
-
}
|
|
133
|
-
else {
|
|
134
|
-
const tupledArg_2 = (0, List_js_1.fold)((tupledArg, tupledArg_1) => {
|
|
135
|
-
const name = tupledArg_1[0];
|
|
136
|
-
const term = tupledArg_1[1];
|
|
137
|
-
if (first) {
|
|
138
|
-
first = false;
|
|
139
|
-
return [name, term.TermName, term.TermSourceREF, term.TermAccessionNumber];
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
return [(0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[0])(separator)(name), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[1])(separator)(term.TermName), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[2])(separator)(term.TermSourceREF), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[3])(separator)(term.TermAccessionNumber)];
|
|
143
|
-
}
|
|
144
|
-
}, ["", "", "", ""], (0, List_js_1.map)(Component_js_1.Component_toStringObject_Z685B8F25, cs));
|
|
145
|
-
return {
|
|
146
|
-
NameAgg: tupledArg_2[0],
|
|
147
|
-
TermAccessionNumberAgg: tupledArg_2[3],
|
|
148
|
-
TermNameAgg: tupledArg_2[1],
|
|
149
|
-
TermSourceREFAgg: tupledArg_2[2],
|
|
150
|
-
};
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
/**
|
|
154
|
-
* Returns a list of ISAJson ProtocolParameter objects from ISATab aggregated strings
|
|
155
|
-
*/
|
|
156
|
-
function ProtocolParameter_fromAggregatedStrings(separator, terms, source, accessions) {
|
|
157
|
-
return (0, Collections_js_1.ResizeArray_map)((arg) => ((parameterName) => ProtocolParameter_js_1.ProtocolParameter.make(undefined, parameterName))(arg), OntologyAnnotation_fromAggregatedStrings(separator, terms, source, accessions));
|
|
158
|
-
}
|
|
159
|
-
/**
|
|
160
|
-
* Returns the aggregated ISATAb Ontology Annotation value, Accession number and ontology source from a list of ISAJson ProtocolParameter objects
|
|
161
|
-
*/
|
|
162
|
-
function ProtocolParameter_toAggregatedStrings(separator, oas) {
|
|
163
|
-
let first = true;
|
|
164
|
-
if ((0, Util_js_1.equals)(oas, (0, List_js_1.empty)())) {
|
|
165
|
-
return {
|
|
166
|
-
TermAccessionNumberAgg: "",
|
|
167
|
-
TermNameAgg: "",
|
|
168
|
-
TermSourceREFAgg: "",
|
|
169
|
-
};
|
|
170
|
-
}
|
|
171
|
-
else {
|
|
172
|
-
const tupledArg_1 = (0, List_js_1.fold)((tupledArg, term) => {
|
|
173
|
-
if (first) {
|
|
174
|
-
first = false;
|
|
175
|
-
return [term.TermName, term.TermSourceREF, term.TermAccessionNumber];
|
|
176
|
-
}
|
|
177
|
-
else {
|
|
178
|
-
return [(0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[0])(separator)(term.TermName), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[1])(separator)(term.TermSourceREF), (0, String_js_1.toText)((0, String_js_1.printf)("%s%c%s"))(tupledArg[2])(separator)(term.TermAccessionNumber)];
|
|
179
|
-
}
|
|
180
|
-
}, ["", "", ""], (0, List_js_1.map)((pp) => ProtocolParameter_js_1.ProtocolParameter.toStringObject(pp), oas));
|
|
181
|
-
return {
|
|
182
|
-
TermAccessionNumberAgg: tupledArg_1[2],
|
|
183
|
-
TermNameAgg: tupledArg_1[0],
|
|
184
|
-
TermSourceREFAgg: tupledArg_1[1],
|
|
185
|
-
};
|
|
186
|
-
}
|
|
187
|
-
}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.labels = exports.designTypeTermSourceREFLabel = exports.designTypeTermAccessionNumberLabel = exports.designTypeLabel = void 0;
|
|
4
|
-
exports.fromSparseTable = fromSparseTable;
|
|
5
|
-
exports.toSparseTable = toSparseTable;
|
|
6
|
-
exports.fromRows = fromRows;
|
|
7
|
-
exports.toRows = toRows;
|
|
8
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
9
|
-
const OntologyAnnotation_js_1 = require("./OntologyAnnotation.js");
|
|
10
|
-
exports.designTypeLabel = "Type";
|
|
11
|
-
exports.designTypeTermAccessionNumberLabel = "Type Term Accession Number";
|
|
12
|
-
exports.designTypeTermSourceREFLabel = "Type Term Source REF";
|
|
13
|
-
exports.labels = (0, List_js_1.ofArray)([exports.designTypeLabel, exports.designTypeTermAccessionNumberLabel, exports.designTypeTermSourceREFLabel]);
|
|
14
|
-
function fromSparseTable(matrix) {
|
|
15
|
-
return (0, OntologyAnnotation_js_1.fromSparseTable)(exports.designTypeLabel, exports.designTypeTermSourceREFLabel, exports.designTypeTermAccessionNumberLabel, matrix);
|
|
16
|
-
}
|
|
17
|
-
function toSparseTable(designs) {
|
|
18
|
-
return (0, OntologyAnnotation_js_1.toSparseTable)(exports.designTypeLabel, exports.designTypeTermSourceREFLabel, exports.designTypeTermAccessionNumberLabel, designs);
|
|
19
|
-
}
|
|
20
|
-
function fromRows(prefix, lineNumber, rows) {
|
|
21
|
-
return (0, OntologyAnnotation_js_1.fromRows)(prefix, exports.designTypeLabel, exports.designTypeTermSourceREFLabel, exports.designTypeTermAccessionNumberLabel, lineNumber, rows);
|
|
22
|
-
}
|
|
23
|
-
function toRows(prefix, designs) {
|
|
24
|
-
return (0, OntologyAnnotation_js_1.toRows)(prefix, exports.designTypeLabel, exports.designTypeTermSourceREFLabel, exports.designTypeTermAccessionNumberLabel, designs);
|
|
25
|
-
}
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.labels = exports.typeTermSourceREFLabel = exports.typeTermAccessionNumberLabel = exports.factorTypeLabel = exports.nameLabel = void 0;
|
|
4
|
-
exports.fromString = fromString;
|
|
5
|
-
exports.fromSparseTable = fromSparseTable;
|
|
6
|
-
exports.toSparseTable = toSparseTable;
|
|
7
|
-
exports.fromRows = fromRows;
|
|
8
|
-
exports.toRows = toRows;
|
|
9
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
10
|
-
const OntologyAnnotation_js_1 = require("../../Core/OntologyAnnotation.js");
|
|
11
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
12
|
-
const Collections_js_1 = require("../../Core/Helper/Collections.js");
|
|
13
|
-
const Factor_js_1 = require("../../Core/Process/Factor.js");
|
|
14
|
-
const SparseTable_js_1 = require("./SparseTable.js");
|
|
15
|
-
const Comment_js_1 = require("./Comment.js");
|
|
16
|
-
const MapUtil_js_1 = require("@fable-org/fable-library-js/MapUtil.js");
|
|
17
|
-
const Seq2_js_1 = require("@fable-org/fable-library-js/Seq2.js");
|
|
18
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
19
|
-
exports.nameLabel = "Name";
|
|
20
|
-
exports.factorTypeLabel = "Type";
|
|
21
|
-
exports.typeTermAccessionNumberLabel = "Type Term Accession Number";
|
|
22
|
-
exports.typeTermSourceREFLabel = "Type Term Source REF";
|
|
23
|
-
exports.labels = (0, List_js_1.ofArray)([exports.nameLabel, exports.factorTypeLabel, exports.typeTermAccessionNumberLabel, exports.typeTermSourceREFLabel]);
|
|
24
|
-
function fromString(name, designType, typeTermSourceREF, typeTermAccessionNumber, comments) {
|
|
25
|
-
const factorType = OntologyAnnotation_js_1.OntologyAnnotation.create((0, Option_js_1.unwrap)(designType), (0, Option_js_1.unwrap)(typeTermSourceREF), (0, Option_js_1.unwrap)(typeTermAccessionNumber));
|
|
26
|
-
const factorType_1 = (0, Collections_js_1.Option_fromValueWithDefault)(new OntologyAnnotation_js_1.OntologyAnnotation(), factorType);
|
|
27
|
-
const comments_1 = (0, Collections_js_1.Option_fromValueWithDefault)([], comments);
|
|
28
|
-
return Factor_js_1.Factor.make(name, factorType_1, comments_1);
|
|
29
|
-
}
|
|
30
|
-
function fromSparseTable(matrix) {
|
|
31
|
-
if ((matrix.ColumnCount === 0) && ((0, List_js_1.length)(matrix.CommentKeys) !== 0)) {
|
|
32
|
-
const comments = (0, SparseTable_js_1.SparseTable_GetEmptyComments_3ECCA699)(matrix);
|
|
33
|
-
return (0, List_js_1.singleton)(Factor_js_1.Factor.create(undefined, undefined, comments));
|
|
34
|
-
}
|
|
35
|
-
else {
|
|
36
|
-
return (0, List_js_1.initialize)(matrix.ColumnCount, (i) => {
|
|
37
|
-
let comments_1;
|
|
38
|
-
const collection = (0, List_js_1.map)((k) => (0, Comment_js_1.Comment_fromString)(k, (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [k, i])), matrix.CommentKeys);
|
|
39
|
-
comments_1 = Array.from(collection);
|
|
40
|
-
return fromString((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.nameLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.factorTypeLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.typeTermSourceREFLabel, i]), (0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [exports.typeTermAccessionNumberLabel, i]), comments_1);
|
|
41
|
-
});
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
function toSparseTable(factors) {
|
|
45
|
-
const matrix = (0, SparseTable_js_1.SparseTable_Create_Z2192E64B)(undefined, exports.labels, undefined, (0, List_js_1.length)(factors) + 1);
|
|
46
|
-
let commentKeys = (0, List_js_1.empty)();
|
|
47
|
-
(0, List_js_1.iterateIndexed)((i, f) => {
|
|
48
|
-
const i_1 = (i + 1) | 0;
|
|
49
|
-
let ft;
|
|
50
|
-
const f_1 = (0, Option_js_1.defaultArg)(f.FactorType, new OntologyAnnotation_js_1.OntologyAnnotation());
|
|
51
|
-
ft = OntologyAnnotation_js_1.OntologyAnnotation.toStringObject(f_1, true);
|
|
52
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.nameLabel, i_1], (0, Option_js_1.defaultArg)(f.Name, ""));
|
|
53
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.factorTypeLabel, i_1], ft.TermName);
|
|
54
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.typeTermAccessionNumberLabel, i_1], ft.TermAccessionNumber);
|
|
55
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [exports.typeTermSourceREFLabel, i_1], ft.TermSourceREF);
|
|
56
|
-
const matchValue = f.Comments;
|
|
57
|
-
if (matchValue != null) {
|
|
58
|
-
(0, Collections_js_1.ResizeArray_iter)((comment) => {
|
|
59
|
-
const patternInput = (0, Comment_js_1.Comment_toString)(comment);
|
|
60
|
-
const n = patternInput[0];
|
|
61
|
-
commentKeys = (0, List_js_1.cons)(n, commentKeys);
|
|
62
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [n, i_1], patternInput[1]);
|
|
63
|
-
}, (0, Option_js_1.value)(matchValue));
|
|
64
|
-
}
|
|
65
|
-
}, factors);
|
|
66
|
-
return new SparseTable_js_1.SparseTable(matrix.Matrix, matrix.Keys, (0, List_js_1.reverse)((0, Seq2_js_1.List_distinct)(commentKeys, {
|
|
67
|
-
Equals: (x, y) => (x === y),
|
|
68
|
-
GetHashCode: Util_js_1.stringHash,
|
|
69
|
-
})), matrix.ColumnCount);
|
|
70
|
-
}
|
|
71
|
-
function fromRows(prefix, lineNumber, rows) {
|
|
72
|
-
const tupledArg = (prefix == null) ? (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, exports.labels, lineNumber) : (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, exports.labels, lineNumber, (0, Option_js_1.value)(prefix));
|
|
73
|
-
return [tupledArg[0], tupledArg[1], tupledArg[2], fromSparseTable(tupledArg[3])];
|
|
74
|
-
}
|
|
75
|
-
function toRows(prefix, factors) {
|
|
76
|
-
const m = toSparseTable(factors);
|
|
77
|
-
if (prefix == null) {
|
|
78
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m);
|
|
79
|
-
}
|
|
80
|
-
else {
|
|
81
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m, (0, Option_js_1.value)(prefix));
|
|
82
|
-
}
|
|
83
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.fromSparseTable = fromSparseTable;
|
|
4
|
-
exports.toSparseTable = toSparseTable;
|
|
5
|
-
exports.fromRows = fromRows;
|
|
6
|
-
exports.toRows = toRows;
|
|
7
|
-
const List_js_1 = require("@fable-org/fable-library-js/List.js");
|
|
8
|
-
const SparseTable_js_1 = require("./SparseTable.js");
|
|
9
|
-
const OntologyAnnotation_js_1 = require("../../Core/OntologyAnnotation.js");
|
|
10
|
-
const Comment_js_1 = require("./Comment.js");
|
|
11
|
-
const Option_js_1 = require("@fable-org/fable-library-js/Option.js");
|
|
12
|
-
const MapUtil_js_1 = require("@fable-org/fable-library-js/MapUtil.js");
|
|
13
|
-
const Collections_js_1 = require("../../Core/Helper/Collections.js");
|
|
14
|
-
const Seq2_js_1 = require("@fable-org/fable-library-js/Seq2.js");
|
|
15
|
-
const Util_js_1 = require("@fable-org/fable-library-js/Util.js");
|
|
16
|
-
function fromSparseTable(label, labelTSR, labelTAN, matrix) {
|
|
17
|
-
let returnVal;
|
|
18
|
-
if ((matrix.ColumnCount === 0) && ((0, List_js_1.length)(matrix.CommentKeys) !== 0)) {
|
|
19
|
-
const comments = (0, SparseTable_js_1.SparseTable_GetEmptyComments_3ECCA699)(matrix);
|
|
20
|
-
return (0, List_js_1.singleton)((returnVal = OntologyAnnotation_js_1.OntologyAnnotation.create(), (returnVal.Comments = comments, returnVal)));
|
|
21
|
-
}
|
|
22
|
-
else {
|
|
23
|
-
return (0, List_js_1.initialize)(matrix.ColumnCount, (i) => {
|
|
24
|
-
let comments_1;
|
|
25
|
-
const collection = (0, List_js_1.map)((k) => (0, Comment_js_1.Comment_fromString)(k, (0, SparseTable_js_1.SparseTable__TryGetValueDefault_5BAE6133)(matrix, "", [k, i])), matrix.CommentKeys);
|
|
26
|
-
comments_1 = Array.from(collection);
|
|
27
|
-
return new OntologyAnnotation_js_1.OntologyAnnotation((0, Option_js_1.unwrap)((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [label, i])), (0, Option_js_1.unwrap)((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [labelTSR, i])), (0, Option_js_1.unwrap)((0, SparseTable_js_1.SparseTable__TryGetValue_11FD62A8)(matrix, [labelTAN, i])), comments_1);
|
|
28
|
-
});
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
function toSparseTable(label, labelTSR, labelTAN, designs) {
|
|
32
|
-
const matrix = (0, SparseTable_js_1.SparseTable_Create_Z2192E64B)(undefined, (0, List_js_1.ofArray)([label, labelTAN, labelTSR]), undefined, (0, List_js_1.length)(designs) + 1);
|
|
33
|
-
let commentKeys = (0, List_js_1.empty)();
|
|
34
|
-
(0, List_js_1.iterateIndexed)((i, d) => {
|
|
35
|
-
const i_1 = (i + 1) | 0;
|
|
36
|
-
const oa = OntologyAnnotation_js_1.OntologyAnnotation.toStringObject(d, true);
|
|
37
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [label, i_1], oa.TermName);
|
|
38
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [labelTAN, i_1], oa.TermAccessionNumber);
|
|
39
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [labelTSR, i_1], oa.TermSourceREF);
|
|
40
|
-
(0, Collections_js_1.ResizeArray_iter)((comment) => {
|
|
41
|
-
const patternInput = (0, Comment_js_1.Comment_toString)(comment);
|
|
42
|
-
const n = patternInput[0];
|
|
43
|
-
commentKeys = (0, List_js_1.cons)(n, commentKeys);
|
|
44
|
-
(0, MapUtil_js_1.addToDict)(matrix.Matrix, [n, i_1], patternInput[1]);
|
|
45
|
-
}, d.Comments);
|
|
46
|
-
}, designs);
|
|
47
|
-
return new SparseTable_js_1.SparseTable(matrix.Matrix, matrix.Keys, (0, List_js_1.reverse)((0, Seq2_js_1.List_distinct)(commentKeys, {
|
|
48
|
-
Equals: (x, y) => (x === y),
|
|
49
|
-
GetHashCode: Util_js_1.stringHash,
|
|
50
|
-
})), matrix.ColumnCount);
|
|
51
|
-
}
|
|
52
|
-
function fromRows(prefix, label, labelTSR, labelTAN, lineNumber, rows) {
|
|
53
|
-
const labels = (0, List_js_1.ofArray)([label, labelTAN, labelTSR]);
|
|
54
|
-
const tupledArg = (prefix == null) ? (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, labels, lineNumber) : (0, SparseTable_js_1.SparseTable_FromRows_Z5579EC29)(rows, labels, lineNumber, (0, Option_js_1.value)(prefix));
|
|
55
|
-
return [tupledArg[0], tupledArg[1], tupledArg[2], fromSparseTable(label, labelTSR, labelTAN, tupledArg[3])];
|
|
56
|
-
}
|
|
57
|
-
function toRows(prefix, label, labelTSR, labelTAN, designs) {
|
|
58
|
-
const m = toSparseTable(label, labelTSR, labelTAN, designs);
|
|
59
|
-
if (prefix == null) {
|
|
60
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m);
|
|
61
|
-
}
|
|
62
|
-
else {
|
|
63
|
-
return (0, SparseTable_js_1.SparseTable_ToRows_759CAFC1)(m, (0, Option_js_1.value)(prefix));
|
|
64
|
-
}
|
|
65
|
-
}
|