@nfdi4plants/arctrl 2.2.3 → 2.3.0
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/ARC.js +63 -23
- package/CWL/CWLTypes.js +3 -3
- package/CWL/Decode.js +7 -7
- package/CWL/Inputs.js +4 -4
- package/CWL/Outputs.js +4 -4
- package/CWL/Requirements.js +3 -3
- package/CWL/ToolDescription.js +2 -2
- package/CWL/WorkflowDescription.js +2 -2
- package/CWL/WorkflowSteps.js +3 -3
- package/Contract/ArcAssay.js +4 -4
- package/Contract/ArcInvestigation.js +2 -2
- package/Contract/ArcStudy.js +4 -4
- package/Contract/Contract.js +3 -3
- package/Contract/Datamap.js +2 -2
- package/Contract/Git.js +4 -4
- package/Contract/ValidationPackagesConfig.js +2 -2
- package/ContractIO/ContractIO.js +204 -0
- package/ContractIO/FileSystemHelper.js +130 -0
- package/Core/ArcTypes.js +9 -9
- package/Core/Comment.js +8 -8
- package/Core/CommentList.js +4 -4
- package/Core/Conversion.js +11 -11
- package/Core/Data.js +5 -5
- package/Core/DataContext.js +2 -2
- package/Core/DataFile.js +2 -2
- package/Core/DataMap.js +3 -3
- package/Core/Helper/Collections.js +8 -8
- package/Core/Helper/HashCodes.js +5 -5
- package/Core/Helper/Identifier.js +1 -1
- package/Core/Helper/Regex.js +3 -3
- package/Core/Helper/SemVer.js +6 -6
- package/Core/OntologyAnnotation.js +7 -7
- package/Core/OntologySourceReference.js +3 -3
- package/Core/Person.js +9 -9
- package/Core/Process/ColumnIndex.js +5 -5
- package/Core/Process/Component.js +4 -4
- package/Core/Process/Factor.js +5 -5
- package/Core/Process/FactorValue.js +5 -5
- package/Core/Process/Material.js +5 -5
- package/Core/Process/MaterialAttribute.js +3 -3
- package/Core/Process/MaterialAttributeValue.js +5 -5
- package/Core/Process/MaterialType.js +2 -2
- package/Core/Process/Process.js +8 -8
- package/Core/Process/ProcessInput.js +5 -5
- package/Core/Process/ProcessOutput.js +5 -5
- package/Core/Process/ProcessParameterValue.js +5 -5
- package/Core/Process/ProcessSequence.js +6 -6
- package/Core/Process/Protocol.js +5 -5
- package/Core/Process/ProtocolParameter.js +3 -3
- package/Core/Process/Sample.js +5 -5
- package/Core/Process/Source.js +5 -5
- package/Core/Publication.js +8 -8
- package/Core/Table/ArcTable.js +13 -13
- package/Core/Table/ArcTableAux.js +15 -15
- package/Core/Table/ArcTables.js +9 -9
- package/Core/Table/CompositeCell.js +3 -3
- package/Core/Table/CompositeColumn.js +4 -4
- package/Core/Table/CompositeHeader.js +4 -4
- package/Core/Template.js +6 -6
- package/Core/Templates.js +6 -6
- package/Core/Value.js +7 -7
- package/CrossAsync.js +34 -0
- package/FileSystem/Commit.js +2 -2
- package/FileSystem/FileSystem.js +4 -4
- package/FileSystem/FileSystemTree.js +8 -8
- package/FileSystem/Path.js +2 -2
- package/FileSystem.js +102 -0
- package/Json/ARC.js +3 -3
- package/Json/Assay.js +4 -4
- package/Json/Comment.js +5 -5
- package/Json/ConverterOptions.js +2 -2
- package/Json/Data.js +4 -4
- package/Json/DataFile.js +1 -1
- package/Json/DataMap/DataContext.js +3 -3
- package/Json/DataMap/DataMap.js +1 -1
- package/Json/Decode.js +9 -9
- package/Json/Encode.js +5 -5
- package/Json/IDTable.js +3 -3
- package/Json/Investigation.js +5 -5
- package/Json/LDObject.js +6 -6
- package/Json/OntologyAnnotation.js +5 -5
- package/Json/OntologySourceReference.js +4 -4
- package/Json/Person.js +5 -5
- package/Json/Process/AssayMaterials.js +3 -3
- package/Json/Process/Component.js +3 -3
- package/Json/Process/Factor.js +3 -3
- package/Json/Process/FactorValue.js +3 -3
- package/Json/Process/Material.js +4 -4
- package/Json/Process/MaterialAttribute.js +3 -3
- package/Json/Process/MaterialAttributeValue.js +3 -3
- package/Json/Process/MaterialType.js +1 -1
- package/Json/Process/Process.js +4 -4
- package/Json/Process/ProcessInput.js +1 -1
- package/Json/Process/ProcessOutput.js +1 -1
- package/Json/Process/ProcessParameterValue.js +3 -3
- package/Json/Process/Protocol.js +4 -4
- package/Json/Process/ProtocolParameter.js +3 -3
- package/Json/Process/Sample.js +5 -5
- package/Json/Process/Source.js +4 -4
- package/Json/Process/StudyMaterials.js +3 -3
- package/Json/Process/Value.js +1 -1
- package/Json/PropertyValue.js +3 -3
- package/Json/Publication.js +4 -4
- package/Json/StringTable.js +4 -4
- package/Json/Study.js +5 -5
- package/Json/Table/ArcTable.js +10 -10
- package/Json/Table/CellTable.js +4 -4
- package/Json/Table/CompositeCell.js +3 -3
- package/Json/Table/CompositeHeader.js +2 -2
- package/Json/Table/IOType.js +1 -1
- package/Json/Table/OATable.js +4 -4
- package/Json/Table/Templates.js +5 -5
- package/Json/context/rocrate/isa_assay_context.js +3 -3
- package/Json/context/rocrate/isa_comment_context.js +3 -3
- package/Json/context/rocrate/isa_component_context.js +3 -3
- package/Json/context/rocrate/isa_data_context.js +3 -3
- package/Json/context/rocrate/isa_factor_context.js +3 -3
- package/Json/context/rocrate/isa_factor_value_context.js +3 -3
- package/Json/context/rocrate/isa_investigation_context.js +3 -3
- package/Json/context/rocrate/isa_material_attribute_context.js +3 -3
- package/Json/context/rocrate/isa_material_attribute_value_context.js +3 -3
- package/Json/context/rocrate/isa_material_context.js +3 -3
- package/Json/context/rocrate/isa_ontology_annotation_context.js +3 -3
- package/Json/context/rocrate/isa_ontology_source_reference_context.js +3 -3
- package/Json/context/rocrate/isa_organization_context.js +3 -3
- package/Json/context/rocrate/isa_person_context.js +3 -3
- package/Json/context/rocrate/isa_process_context.js +3 -3
- package/Json/context/rocrate/isa_process_parameter_value_context.js +3 -3
- package/Json/context/rocrate/isa_protocol_context.js +3 -3
- package/Json/context/rocrate/isa_protocol_parameter_context.js +3 -3
- package/Json/context/rocrate/isa_publication_context.js +3 -3
- package/Json/context/rocrate/isa_sample_context.js +3 -3
- package/Json/context/rocrate/isa_source_context.js +3 -3
- package/Json/context/rocrate/isa_study_context.js +3 -3
- package/Json/context/rocrate/property_value_context.js +1 -1
- package/Json/context/rocrate/rocrate_context.js +3 -3
- package/Json.js +2 -2
- package/JsonIO/ARC.js +3 -3
- package/JsonIO/Assay.js +2 -2
- package/JsonIO/Comment.js +2 -2
- package/JsonIO/Data.js +2 -2
- package/JsonIO/DataFile.js +2 -2
- package/JsonIO/DataMap/DataMap.js +1 -1
- package/JsonIO/Investigation.js +2 -2
- package/JsonIO/LDObject.js +2 -2
- package/JsonIO/OntologyAnnotation.js +2 -2
- package/JsonIO/OntologySourceReference.js +2 -2
- package/JsonIO/Person.js +2 -2
- package/JsonIO/Process/Component.js +2 -2
- package/JsonIO/Process/Factor.js +2 -2
- package/JsonIO/Process/FactorValue.js +2 -2
- package/JsonIO/Process/Material.js +2 -2
- package/JsonIO/Process/MaterialAttribute.js +2 -2
- package/JsonIO/Process/MaterialAttributeValue.js +2 -2
- package/JsonIO/Process/MaterialType.js +2 -2
- package/JsonIO/Process/Process.js +2 -2
- package/JsonIO/Process/ProcessInput.js +2 -2
- package/JsonIO/Process/ProcessOutput.js +2 -2
- package/JsonIO/Process/ProcessParameterValue.js +2 -2
- package/JsonIO/Process/ProcessSequence.js +4 -4
- package/JsonIO/Process/Protocol.js +2 -2
- package/JsonIO/Process/ProtocolParameter.js +2 -2
- package/JsonIO/Process/Sample.js +2 -2
- package/JsonIO/Process/Source.js +2 -2
- package/JsonIO/Process/StudyMaterials.js +3 -3
- package/JsonIO/Process/Value.js +1 -1
- package/JsonIO/Publication.js +2 -2
- package/JsonIO/Study.js +2 -2
- package/JsonIO/Table/ArcTable.js +5 -5
- package/JsonIO/Table/CompositeCell.js +2 -2
- package/JsonIO/Table/CompositeHeader.js +2 -2
- package/JsonIO/Table/Compression.js +3 -3
- package/JsonIO/Table/IOType.js +2 -2
- package/JsonIO/Table/Templates.js +3 -3
- package/ROCrate/ArcROCrateMetadata.js +3 -3
- package/ROCrate/ISAProfile/Assay.js +4 -4
- package/ROCrate/ISAProfile/Data.js +4 -4
- package/ROCrate/ISAProfile/Dataset.js +2 -2
- package/ROCrate/ISAProfile/Investigation.js +4 -4
- package/ROCrate/ISAProfile/LabProcess.js +4 -4
- package/ROCrate/ISAProfile/LabProtocol.js +4 -4
- package/ROCrate/ISAProfile/Person.js +4 -4
- package/ROCrate/ISAProfile/PropertyValue.js +4 -4
- package/ROCrate/ISAProfile/Sample.js +4 -4
- package/ROCrate/ISAProfile/ScholarlyArticle.js +4 -4
- package/ROCrate/ISAProfile/Study.js +4 -4
- package/ROCrate/LDObject.js +2 -2
- package/Spreadsheet/AnnotationTable/ArcTable.js +13 -13
- package/Spreadsheet/AnnotationTable/CompositeCell.js +2 -2
- package/Spreadsheet/AnnotationTable/CompositeColumn.js +7 -7
- package/Spreadsheet/AnnotationTable/CompositeHeader.js +6 -6
- package/Spreadsheet/ArcAssay.js +7 -7
- package/Spreadsheet/ArcInvestigation.js +12 -12
- package/Spreadsheet/ArcStudy.js +7 -7
- package/Spreadsheet/CollectionAux.js +7 -7
- package/Spreadsheet/DataMap.js +3 -3
- package/Spreadsheet/DataMapTable/DataMapColumn.js +6 -6
- package/Spreadsheet/DataMapTable/DataMapHeader.js +5 -5
- package/Spreadsheet/DataMapTable/DataMapTable.js +10 -10
- package/Spreadsheet/Metadata/Assays.js +5 -5
- package/Spreadsheet/Metadata/Comment.js +2 -2
- package/Spreadsheet/Metadata/Contacts.js +5 -5
- package/Spreadsheet/Metadata/Conversions.js +5 -5
- package/Spreadsheet/Metadata/DesignDescriptors.js +1 -1
- package/Spreadsheet/Metadata/Factors.js +5 -5
- package/Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
- package/Spreadsheet/Metadata/OntologySourceReference.js +5 -5
- package/Spreadsheet/Metadata/Protocols.js +5 -5
- package/Spreadsheet/Metadata/Publication.js +5 -5
- package/Spreadsheet/Metadata/SparseTable.js +17 -17
- package/Spreadsheet/Metadata/Study.js +8 -8
- package/Spreadsheet/Template.js +13 -13
- package/Template.Web.js +4 -4
- package/ValidationPackages/ValidationPackage.js +5 -5
- package/ValidationPackages/ValidationPackagesConfig.js +8 -8
- package/WebRequest/WebRequest.Node.js +2 -2
- package/WebRequest/WebRequest.js +2 -2
- package/Xlsx.js +16 -3
- package/Yaml/Encode.js +1 -1
- package/Yaml/ValidationPackage.js +4 -4
- package/Yaml/ValidationPackagesConfig.js +4 -4
- package/fable_modules/DynamicObj.4.0.3/DynObj.fs.js +6 -6
- package/fable_modules/DynamicObj.4.0.3/DynamicObj.fs.js +4 -4
- package/fable_modules/DynamicObj.4.0.3/FableJS.fs.js +4 -4
- package/fable_modules/DynamicObj.4.0.3/HashCodes.fs.js +5 -5
- package/fable_modules/DynamicObj.4.0.3/PropertyHelper.fs.js +2 -2
- package/fable_modules/DynamicObj.4.0.3/ReflectionUtils.fs.js +1 -1
- package/fable_modules/Fable.Exceljs.1.6.0/Cell.fs +32 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Column.fs +24 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Csv.fs +12 -0
- package/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs +61 -0
- package/fable_modules/Fable.Exceljs.1.6.0/ExcelJs.fs.js +4 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Extensions.fs +36 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Extensions.fs.js +20 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Fable.Exceljs.fableproj +53 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Row.fs +34 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Table.fs +85 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Table.fs.js +22 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Unions.fs +87 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Unions.fs.js +73 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Workbook.fs +37 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Worksheet.fs +120 -0
- package/fable_modules/Fable.Exceljs.1.6.0/Xlsx.fs +18 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Debug/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.fs +3 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Debug/net6.0/Fable.Exceljs.AssemblyInfo.fs +19 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Debug/netstandard2.0/Fable.Exceljs.AssemblyInfo.fs +19 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Release/net6.0/.NETCoreApp,Version=v6.0.AssemblyAttributes.fs +3 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Release/net6.0/Fable.Exceljs.AssemblyInfo.fs +19 -0
- package/fable_modules/Fable.Exceljs.1.6.0/obj/Release/netstandard2.0/Fable.Exceljs.AssemblyInfo.fs +19 -0
- package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +57 -0
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +104 -0
- package/fable_modules/{Fable.Promise.2.2.2 → Fable.Promise.3.2.0}/Fable.Promise.fableproj +4 -3
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs +766 -0
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +217 -0
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +31 -0
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +19 -0
- package/fable_modules/Fable.SimpleHttp.3.5.0/Http.fs.js +8 -8
- package/fable_modules/Fable.SimpleHttp.3.5.0/Types.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Cells/FsCell.fs.js +14 -14
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Cells/FsCellsCollection.fs.js +6 -6
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/CellBuilder.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/ColumnBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/DSL.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Expression.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/RowBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/SheetBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/TableBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Transform.fs.js +6 -6
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Types.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/WorkbookBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsAddress.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsRow.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsSpreadsheet.fableproj +5 -5
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsWorkbook.fs.js +6 -6
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsWorksheet.fs.js +9 -9
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Cell.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Column.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Row.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Table.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Value.fs.js +5 -5
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Workbook.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Worksheet.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRange.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeAddress.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeBase.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/SheetBuilder.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTable.fs.js +7 -7
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTableField.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTableRow.fs.js +1 -1
- package/fable_modules/FsSpreadsheet.6.3.1/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +3 -0
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +1 -1
- package/fable_modules/FsSpreadsheet.6.3.1/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +3 -0
- package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +1 -1
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs +88 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Cell.fs.js +79 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs +69 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js +64 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/FsSpreadsheet.Js.fableproj +57 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs +59 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Json.fs.js +39 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs +50 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Table.fs.js +54 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs +27 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Workbook.fs.js +34 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs +41 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Worksheet.fs.js +63 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs +74 -0
- package/fable_modules/FsSpreadsheet.Js.6.3.1/Xlsx.fs.js +70 -0
- package/fable_modules/Thoth.Json.Core.0.4.0/Decode.fs.js +19 -19
- package/fable_modules/Thoth.Json.Core.0.4.0/Encode.fs.js +6 -6
- package/fable_modules/Thoth.Json.Core.0.4.0/Types.fs.js +2 -2
- package/fable_modules/Thoth.Json.JavaScript.0.3.0/Decode.fs.js +1 -1
- package/fable_modules/Thoth.Json.JavaScript.0.3.0/Encode.fs.js +2 -2
- package/fable_modules/YAMLicious.0.0.3/Decode.fs.js +15 -15
- package/fable_modules/YAMLicious.0.0.3/Encode.fs.js +6 -6
- package/fable_modules/YAMLicious.0.0.3/Library.fs.js +1 -1
- package/fable_modules/YAMLicious.0.0.3/Persil.fs.js +3 -3
- package/fable_modules/YAMLicious.0.0.3/Preprocessing.fs.js +6 -6
- package/fable_modules/YAMLicious.0.0.3/Reader.fs.js +7 -7
- package/fable_modules/YAMLicious.0.0.3/RegexActivePatterns.fs.js +3 -3
- package/fable_modules/YAMLicious.0.0.3/Writer.fs.js +4 -4
- package/fable_modules/YAMLicious.0.0.3/YAMLiciousTypes.fs.js +6 -6
- package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/CHANGELOG.md +6 -0
- package/fable_modules/fable-library-js.4.24.0/CollectionUtil.d.ts +7 -0
- package/fable_modules/fable-library-js.4.24.0/CollectionUtil.js +182 -0
- package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/String.d.ts +10 -2
- package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/package.json +1 -1
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs +0 -176
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +0 -143
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +0 -4
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +0 -4
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → Fable.Exceljs.1.6.0}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → Fable.Exceljs.1.6.0}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Cells/FsCell.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Cells/FsCellsCollection.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/CellBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/ColumnBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/DSL.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Expression.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Operators.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Operators.fs.js +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/RowBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/TableBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Transform.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/Types.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/DSL/WorkbookBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsWorkbook.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/FsWorksheet.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Cell.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Column.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Row.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Table.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Value.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Workbook.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Json/Worksheet.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRange.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeBase.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Ranges/FsRangeRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTable.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTableField.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.6.3.0-alpha.4 → FsSpreadsheet.6.3.1}/Tables/FsTableRow.fs +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Array.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Array.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Async.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Async.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/AsyncBuilder.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/AsyncBuilder.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/BigInt.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/BigInt.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/BitConverter.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/BitConverter.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Boolean.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Boolean.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Char.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Char.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Choice.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Choice.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/ConditionalWeakTable.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/ConditionalWeakTable.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Date.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Date.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/DateOffset.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/DateOffset.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/DateOnly.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/DateOnly.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Decimal.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Decimal.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Double.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Double.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Encoding.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Encoding.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Event.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Event.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Collections.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Collections.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Core.CompilerServices.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Core.CompilerServices.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Core.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/FSharp.Core.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Global.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Global.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Guid.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Guid.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Int32.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Int32.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/List.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/List.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Long.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Long.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MailboxProcessor.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MailboxProcessor.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Map.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Map.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MapUtil.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MapUtil.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MutableMap.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MutableMap.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MutableSet.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/MutableSet.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Native.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Native.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Numeric.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Numeric.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Observable.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Observable.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Option.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Option.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/README.md +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Random.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Random.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Range.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Range.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Reflection.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Reflection.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/RegExp.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/RegExp.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Result.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Result.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Seq.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Seq.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Seq2.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Seq2.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Set.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Set.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/String.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/System.Collections.Generic.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/System.Collections.Generic.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/System.Text.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/System.Text.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/SystemException.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/SystemException.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/TimeOnly.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/TimeOnly.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/TimeSpan.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/TimeSpan.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Timer.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Timer.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Types.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Types.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Unicode.13.0.0.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Unicode.13.0.0.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Uri.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Uri.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Util.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/Util.js +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/big.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/lib/big.d.ts +0 -0
- /package/fable_modules/{fable-library-js.4.22.0 → fable-library-js.4.24.0}/lib/big.js +0 -0
|
@@ -0,0 +1,130 @@
|
|
|
1
|
+
import { getSubFiles, getSubDirectories, writeFileBinary, writeFileText, deleteDirectory, deleteFile, moveDirectory, moveFile, readFileBinary, readFileText, fileExists as fileExists_1, ensureDirectoryOfFile, ensureDirectory, createDirectory, directoryExists as directoryExists_1 } from "../FileSystem.js";
|
|
2
|
+
import { FsSpreadsheet_FsWorkbook__FsWorkbook_toXlsxFile_Static, FsSpreadsheet_FsWorkbook__FsWorkbook_fromXlsxFile_Static_Z721C83C5 } from "../fable_modules/FsSpreadsheet.Js.6.3.1/FsExtensions.fs.js";
|
|
3
|
+
import { substring, replace, trim as trim_1 } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
4
|
+
import { PromiseBuilder__Delay_62FBFDE1, PromiseBuilder__Run_212F1D4B } from "../fable_modules/Fable.Promise.3.2.0/Promise.fs.js";
|
|
5
|
+
import { promise } from "../fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js";
|
|
6
|
+
import { map } from "../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
7
|
+
import { toArray, append, concat, map as map_1, empty, isEmpty } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
8
|
+
import { all } from "../CrossAsync.js";
|
|
9
|
+
|
|
10
|
+
export const directoryExistsAsync = directoryExists_1;
|
|
11
|
+
|
|
12
|
+
export const createDirectoryAsync = createDirectory;
|
|
13
|
+
|
|
14
|
+
export const ensureDirectoryAsync = ensureDirectory;
|
|
15
|
+
|
|
16
|
+
export const ensureDirectoryOfFileAsync = ensureDirectoryOfFile;
|
|
17
|
+
|
|
18
|
+
export const fileExistsAsync = fileExists_1;
|
|
19
|
+
|
|
20
|
+
export const readFileTextAsync = readFileText;
|
|
21
|
+
|
|
22
|
+
export const readFileBinaryAsync = readFileBinary;
|
|
23
|
+
|
|
24
|
+
export function readFileXlsxAsync(path) {
|
|
25
|
+
return FsSpreadsheet_FsWorkbook__FsWorkbook_fromXlsxFile_Static_Z721C83C5(path);
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export const moveFileAsync = moveFile;
|
|
29
|
+
|
|
30
|
+
export const moveDirectoryAsync = moveDirectory;
|
|
31
|
+
|
|
32
|
+
export const deleteFileAsync = deleteFile;
|
|
33
|
+
|
|
34
|
+
export const deleteDirectoryAsync = deleteDirectory;
|
|
35
|
+
|
|
36
|
+
export const writeFileTextAsync = writeFileText;
|
|
37
|
+
|
|
38
|
+
export const writeFileBinaryAsync = writeFileBinary;
|
|
39
|
+
|
|
40
|
+
export function writeFileXlsxAsync(path, wb) {
|
|
41
|
+
return FsSpreadsheet_FsWorkbook__FsWorkbook_toXlsxFile_Static(path, wb);
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export function trim(path) {
|
|
45
|
+
if (path.startsWith("./")) {
|
|
46
|
+
return trim_1(replace(path, "./", ""), "/");
|
|
47
|
+
}
|
|
48
|
+
else {
|
|
49
|
+
return trim_1(path, "/");
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/**
|
|
54
|
+
* Return the absolute path relative to the directoryPath
|
|
55
|
+
*/
|
|
56
|
+
export function makeRelative(directoryPath, path) {
|
|
57
|
+
if (((directoryPath === ".") ? true : (directoryPath === "/")) ? true : (directoryPath === "")) {
|
|
58
|
+
return path;
|
|
59
|
+
}
|
|
60
|
+
else {
|
|
61
|
+
const directoryPath_1 = trim(directoryPath);
|
|
62
|
+
const path_1 = trim(path);
|
|
63
|
+
if (path_1.startsWith(directoryPath_1)) {
|
|
64
|
+
return substring(path_1, directoryPath_1.length);
|
|
65
|
+
}
|
|
66
|
+
else {
|
|
67
|
+
return path_1;
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export function standardizeSlashes(path) {
|
|
73
|
+
return replace(path, "\\", "/");
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export function getSubDirectoriesAsync(path) {
|
|
77
|
+
const f = getSubDirectories;
|
|
78
|
+
return PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => (f(path).then((_arg) => (Promise.resolve(map(standardizeSlashes, _arg)))))));
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export function getSubFilesAsync(path) {
|
|
82
|
+
const f = getSubFiles;
|
|
83
|
+
return PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => (f(path).then((_arg) => (Promise.resolve(map(standardizeSlashes, _arg)))))));
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export function getAllFilePathsAsync(directoryPath) {
|
|
87
|
+
const directoryPath_1 = standardizeSlashes(directoryPath);
|
|
88
|
+
return PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => {
|
|
89
|
+
const allFiles = (dirs) => PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => (isEmpty(dirs) ? (Promise.resolve(empty())) : (all(map_1(getSubFilesAsync, dirs)).then((_arg) => {
|
|
90
|
+
const subFiles_1 = concat(_arg);
|
|
91
|
+
return all(map_1(getSubDirectoriesAsync, dirs)).then((_arg_1) => (all(map_1(allFiles, _arg_1)).then((_arg_2) => {
|
|
92
|
+
const subDirContents_1 = concat(_arg_2);
|
|
93
|
+
return Promise.resolve(append(subDirContents_1, subFiles_1));
|
|
94
|
+
})));
|
|
95
|
+
})))));
|
|
96
|
+
return allFiles([directoryPath_1]).then((_arg_3) => {
|
|
97
|
+
const allFilesRelative = map((arg_2) => standardizeSlashes(makeRelative(directoryPath_1, arg_2)), toArray(_arg_3));
|
|
98
|
+
return Promise.resolve(allFilesRelative);
|
|
99
|
+
});
|
|
100
|
+
}));
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export function renameFileOrDirectoryAsync(oldPath, newPath) {
|
|
104
|
+
return PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => (fileExistsAsync(oldPath).then((_arg) => (directoryExistsAsync(oldPath).then((_arg_1) => {
|
|
105
|
+
if (_arg) {
|
|
106
|
+
return moveFileAsync(oldPath, newPath);
|
|
107
|
+
}
|
|
108
|
+
else if (_arg_1) {
|
|
109
|
+
return moveDirectoryAsync(oldPath, newPath);
|
|
110
|
+
}
|
|
111
|
+
else {
|
|
112
|
+
return Promise.resolve();
|
|
113
|
+
}
|
|
114
|
+
}))))));
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export function deleteFileOrDirectoryAsync(path) {
|
|
118
|
+
return PromiseBuilder__Run_212F1D4B(promise, PromiseBuilder__Delay_62FBFDE1(promise, () => (fileExistsAsync(path).then((_arg) => (directoryExistsAsync(path).then((_arg_1) => {
|
|
119
|
+
if (_arg) {
|
|
120
|
+
return deleteFileAsync(path);
|
|
121
|
+
}
|
|
122
|
+
else if (_arg_1) {
|
|
123
|
+
return deleteDirectoryAsync(path);
|
|
124
|
+
}
|
|
125
|
+
else {
|
|
126
|
+
return Promise.resolve();
|
|
127
|
+
}
|
|
128
|
+
}))))));
|
|
129
|
+
}
|
|
130
|
+
|
package/Core/ArcTypes.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { value as value_4, defaultArg, map, unwrap } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { collect, append as append_3, tryFind, removeAt, iterate, tryFindIndex, exists, choose, item, map as map_1, delay, toList, fold, length, forAll, contains, filter, toArray } from "../fable_modules/fable-library-js.4.
|
|
3
|
-
import { defaultOf, safeHash, equals, disposeSafe, getEnumerator, stringHash } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { value as value_4, defaultArg, map, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
2
|
+
import { collect, append as append_3, tryFind, removeAt, iterate, tryFindIndex, exists, choose, item, map as map_1, delay, toList, fold, length, forAll, contains, filter, toArray } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
3
|
+
import { defaultOf, safeHash, equals, disposeSafe, getEnumerator, stringHash } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
4
4
|
import { ResizeArray_choose, ResizeArray_filter, ResizeArray_map } from "./Helper/Collections.js";
|
|
5
5
|
import { DataMap__Copy } from "./DataMap.js";
|
|
6
|
-
import { addRangeInPlace, removeInPlace, contains as contains_1 } from "../fable_modules/fable-library-js.4.
|
|
7
|
-
import { printf, toText } from "../fable_modules/fable-library-js.4.
|
|
8
|
-
import { rangeDouble } from "../fable_modules/fable-library-js.4.
|
|
6
|
+
import { addRangeInPlace, removeInPlace, contains as contains_1 } from "../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
7
|
+
import { printf, toText } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
8
|
+
import { rangeDouble } from "../fable_modules/fable-library-js.4.24.0/Range.js";
|
|
9
9
|
import { boxHashSeq, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
10
10
|
import { checkValidCharacters } from "./Helper/Identifier.js";
|
|
11
11
|
import { ArcTablesAux_applyIOMap, ArcTablesAux_getIOMap, ArcTables_$reflection, ArcTables } from "./Table/ArcTables.js";
|
|
12
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
13
|
-
import { Array_distinct } from "../fable_modules/fable-library-js.4.
|
|
14
|
-
import { FSharpRef } from "../fable_modules/fable-library-js.4.
|
|
12
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
13
|
+
import { Array_distinct } from "../fable_modules/fable-library-js.4.24.0/Seq2.js";
|
|
14
|
+
import { FSharpRef } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
15
15
|
|
|
16
16
|
export class ArcAssay extends ArcTables {
|
|
17
17
|
constructor(identifier, measurementType, technologyType, technologyPlatform, tables, datamap, performers, comments) {
|
package/Core/Comment.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { map as map_1, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { equals } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { map as map_1, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
2
|
+
import { equals } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
3
3
|
import { boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
4
|
-
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.
|
|
5
|
-
import { replace, printf, toText, join } from "../fable_modules/fable-library-js.4.
|
|
6
|
-
import { ofArray, choose, map } from "../fable_modules/fable-library-js.4.
|
|
7
|
-
import { Record, toString } from "../fable_modules/fable-library-js.4.
|
|
8
|
-
import { create, match } from "../fable_modules/fable-library-js.4.
|
|
4
|
+
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.24.0/System.Text.js";
|
|
5
|
+
import { replace, printf, toText, join } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
6
|
+
import { ofArray, choose, map } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
7
|
+
import { Record, toString } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
8
|
+
import { create, match } from "../fable_modules/fable-library-js.4.24.0/RegExp.js";
|
|
9
9
|
import { Pattern_handleGroupPatterns } from "./Helper/Regex.js";
|
|
10
|
-
import { record_type, string_type, int32_type, class_type } from "../fable_modules/fable-library-js.4.
|
|
10
|
+
import { record_type, string_type, int32_type, class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
11
11
|
|
|
12
12
|
export class Comment$ {
|
|
13
13
|
constructor(name, value) {
|
package/Core/CommentList.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { exists, tryPick } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { value } from "../fable_modules/fable-library-js.4.
|
|
3
|
-
import { ofSeq } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { exists, tryPick } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
2
|
+
import { value } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
|
+
import { ofSeq } from "../fable_modules/fable-library-js.4.24.0/Map.js";
|
|
4
4
|
import { ResizeArray_filter, ResizeArray_appendSingleton, ResizeArray_map, ResizeArray_choose } from "./Helper/Collections.js";
|
|
5
|
-
import { equals, comparePrimitives } from "../fable_modules/fable-library-js.4.
|
|
5
|
+
import { equals, comparePrimitives } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* If a comment with the given key exists in the [], return its value, else return None
|
package/Core/Conversion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { remove, toFail, printf, toText } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { remove, toFail, printf, toText } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
2
2
|
import { Comment$ } from "./Comment.js";
|
|
3
|
-
import { zip as zip_1, fold, empty as empty_1, singleton as singleton_1, append, delay, map as map_1, filter, toList, indexed, tryPick, choose } from "../fable_modules/fable-library-js.4.
|
|
4
|
-
import { unwrap, value as value_10, map, defaultArg } from "../fable_modules/fable-library-js.4.
|
|
3
|
+
import { zip as zip_1, fold, empty as empty_1, singleton as singleton_1, append, delay, map as map_1, filter, toList, indexed, tryPick, choose } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
4
|
+
import { unwrap, value as value_10, map, defaultArg } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
5
5
|
import { Option_fromValueWithDefault, ResizeArray_filter } from "./Helper/Collections.js";
|
|
6
6
|
import { Value as Value_2 } from "./Value.js";
|
|
7
7
|
import { Component_create_Z2F0B38C7 } from "./Process/Component.js";
|
|
@@ -9,29 +9,29 @@ import { ProtocolParameter } from "./Process/ProtocolParameter.js";
|
|
|
9
9
|
import { ProcessParameterValue } from "./Process/ProcessParameterValue.js";
|
|
10
10
|
import { FactorValue_create_30BDC49 } from "./Process/FactorValue.js";
|
|
11
11
|
import { Factor } from "./Process/Factor.js";
|
|
12
|
-
import { toString } from "../fable_modules/fable-library-js.4.
|
|
12
|
+
import { toString } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
13
13
|
import { MaterialAttributeValue_create_ZE1D108D } from "./Process/MaterialAttributeValue.js";
|
|
14
14
|
import { MaterialAttribute_create_A220A8A } from "./Process/MaterialAttribute.js";
|
|
15
15
|
import { ProcessInput_getCharacteristicValues_5B3D5BA9, ProcessInput__isMaterial, ProcessInput__isData, ProcessInput_setCharacteristicValues, ProcessInput__get_Name, ProcessInput__isSource, ProcessInput__isSample, ProcessInput, ProcessInput_createSource_Z5E00540E, ProcessInput_createRawData_Z721C83C5, ProcessInput_createMaterial_4452CB4C, ProcessInput_createSample_Z598187B7 } from "./Process/ProcessInput.js";
|
|
16
16
|
import { ProcessOutput_getFactorValues_Z42C11600, ProcessOutput__isMaterial, ProcessOutput__isData, ProcessOutput_setFactorValues, ProcessOutput__get_Name, ProcessOutput__isSample, ProcessOutput, ProcessOutput_createRawData_Z721C83C5, ProcessOutput_createMaterial_4452CB4C, ProcessOutput_createSample_Z598187B7 } from "./Process/ProcessOutput.js";
|
|
17
17
|
import { CompositeCell } from "./Table/CompositeCell.js";
|
|
18
18
|
import { OntologyAnnotation } from "./OntologyAnnotation.js";
|
|
19
|
-
import { safeHash, equals, disposeSafe, getEnumerator, comparePrimitives, arrayHash, equalArrays, stringHash, int32ToString } from "../fable_modules/fable-library-js.4.
|
|
19
|
+
import { safeHash, equals, disposeSafe, getEnumerator, comparePrimitives, arrayHash, equalArrays, stringHash, int32ToString } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
20
20
|
import { IOType, CompositeHeader } from "./Table/CompositeHeader.js";
|
|
21
21
|
import { ActivePatterns_$007CRegex$007C_$007C } from "./Helper/Regex.js";
|
|
22
22
|
import { ARCtrl_Process_Component__Component_TryGetColumnIndex, ARCtrl_Process_ProtocolParameter__ProtocolParameter_TryGetColumnIndex, tryGetFactorColumnIndex, tryGetCharacteristicColumnIndex, tryGetComponentIndex, tryGetParameterColumnIndex, ARCtrl_OntologyAnnotation__OntologyAnnotation_setColumnIndex_Static, ARCtrl_OntologyAnnotation__OntologyAnnotation_SetColumnIndex_Z524259A4 } from "./Process/ColumnIndex.js";
|
|
23
|
-
import { getItemFromDict } from "../fable_modules/fable-library-js.4.
|
|
24
|
-
import { initialize, zip, append as append_1, sortBy, head, tryPick as tryPick_1, collect, mapIndexed, item, map as map_2, empty, length, ofArray, isEmpty, singleton, choose as choose_1 } from "../fable_modules/fable-library-js.4.
|
|
23
|
+
import { getItemFromDict } from "../fable_modules/fable-library-js.4.24.0/MapUtil.js";
|
|
24
|
+
import { initialize, zip, append as append_1, sortBy, head, tryPick as tryPick_1, collect, mapIndexed, item, map as map_2, empty, length, ofArray, isEmpty, singleton, choose as choose_1 } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
25
25
|
import { Source_create_Z5CA08497 } from "./Process/Source.js";
|
|
26
26
|
import { Sample_create_62424AD2 } from "./Process/Sample.js";
|
|
27
27
|
import { Process_create_Z7C1F7FA9, Process_decomposeName_Z721C83C5, Process_make, Process_composeName } from "./Process/Process.js";
|
|
28
28
|
import { Protocol_create_Z414665E7, Protocol_addComponent, Protocol_addParameter, Protocol_setName, Protocol_setDescription, Protocol_setUri, Protocol_setVersion, Protocol_setProtocolType, Protocol_make } from "./Process/Protocol.js";
|
|
29
|
-
import { List_distinct, List_groupBy } from "../fable_modules/fable-library-js.4.
|
|
29
|
+
import { List_distinct, List_groupBy } from "../fable_modules/fable-library-js.4.24.0/Seq2.js";
|
|
30
30
|
import { createMissingIdentifier } from "./Helper/Identifier.js";
|
|
31
31
|
import { boxHashSeq, boxHashOption } from "./Helper/HashCodes.js";
|
|
32
32
|
import { ArcTable } from "./Table/ArcTable.js";
|
|
33
|
-
import { singleton as singleton_2 } from "../fable_modules/fable-library-js.4.
|
|
34
|
-
import { rangeDouble } from "../fable_modules/fable-library-js.4.
|
|
33
|
+
import { singleton as singleton_2 } from "../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
34
|
+
import { rangeDouble } from "../fable_modules/fable-library-js.4.24.0/Range.js";
|
|
35
35
|
import { Unchecked_alignByHeaders } from "./Table/ArcTableAux.js";
|
|
36
36
|
import { ArcTables } from "./Table/ArcTables.js";
|
|
37
37
|
|
|
@@ -426,7 +426,7 @@ export function JsonTypes_composeTechnologyPlatform(tp) {
|
|
|
426
426
|
* This function allows us, to parse them as an ontology term.
|
|
427
427
|
*/
|
|
428
428
|
export function JsonTypes_decomposeTechnologyPlatform(name) {
|
|
429
|
-
const activePatternResult = ActivePatterns_$007CRegex$007C_$007C("(?<value
|
|
429
|
+
const activePatternResult = ActivePatterns_$007CRegex$007C_$007C("^(?<value>.+) \\((?<ontology>[^(]*:[^)]*)\\)$", name);
|
|
430
430
|
if (activePatternResult != null) {
|
|
431
431
|
const r = activePatternResult;
|
|
432
432
|
let oa;
|
package/Core/Data.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { printf, toText } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { item } from "../fable_modules/fable-library-js.4.
|
|
3
|
-
import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { printf, toText } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
2
|
+
import { item } from "../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
3
|
+
import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
4
4
|
import { ResizeArray_map } from "./Helper/Collections.js";
|
|
5
5
|
import { hash, boxHashSeq, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
6
|
-
import { toString } from "../fable_modules/fable-library-js.4.
|
|
6
|
+
import { toString } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
7
7
|
import { DataFile__get_AsString } from "./DataFile.js";
|
|
8
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
8
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
9
9
|
|
|
10
10
|
export function DataAux_nameFromPathAndSelector(path, selector) {
|
|
11
11
|
return toText(printf("%s#%s"))(path)(selector);
|
package/Core/DataContext.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { hash, boxHashSeq, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
2
|
-
import { unwrap, map } from "../fable_modules/fable-library-js.4.
|
|
2
|
+
import { unwrap, map } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
3
|
import { Value as Value_1 } from "./Value.js";
|
|
4
4
|
import { Data_$reflection, Data } from "./Data.js";
|
|
5
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
5
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
6
6
|
import { OntologyAnnotation } from "./OntologyAnnotation.js";
|
|
7
7
|
|
|
8
8
|
export class DataContext extends Data {
|
package/Core/DataFile.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Union } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { union_type } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Union } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { union_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
3
3
|
|
|
4
4
|
export class DataFile extends Union {
|
|
5
5
|
constructor(tag, fields) {
|
package/Core/DataMap.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { CompositeHeader, IOType } from "./Table/CompositeHeader.js";
|
|
2
2
|
import { OntologyAnnotation } from "./OntologyAnnotation.js";
|
|
3
|
-
import { ofArray } from "../fable_modules/fable-library-js.4.
|
|
4
|
-
import { iterateIndexed, map } from "../fable_modules/fable-library-js.4.
|
|
3
|
+
import { ofArray } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
4
|
+
import { iterateIndexed, map } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
5
5
|
import { CompositeCell } from "./Table/CompositeCell.js";
|
|
6
6
|
import { boxHashSeq, hash } from "./Helper/HashCodes.js";
|
|
7
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
7
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
8
8
|
import { DataContext__Copy, DataContext__set_Description_6DFDD678, DataContext__get_Description, DataContext__set_ObjectType_279AAFF2, DataContext__get_ObjectType, DataContext__set_Unit_279AAFF2, DataContext__get_Unit, DataContext__set_Explication_279AAFF2, DataContext__get_Explication } from "./DataContext.js";
|
|
9
9
|
|
|
10
10
|
export const DataMapAux_dataHeader = new CompositeHeader(11, [new IOType(2, [])]);
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { disposeSafe, getEnumerator, defaultOf, structuralHash, equals } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { value as value_1, some } from "../../fable_modules/fable-library-js.4.
|
|
3
|
-
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library-js.4.
|
|
4
|
-
import { Dictionary } from "../../fable_modules/fable-library-js.4.
|
|
5
|
-
import { iterate } from "../../fable_modules/fable-library-js.4.
|
|
6
|
-
import { tryGetValue, addToDict } from "../../fable_modules/fable-library-js.4.
|
|
7
|
-
import { FSharpRef } from "../../fable_modules/fable-library-js.4.
|
|
8
|
-
import { contains } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { disposeSafe, getEnumerator, defaultOf, structuralHash, equals } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
2
|
+
import { value as value_1, some } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
|
+
import { empty, singleton, append, head, tail, isEmpty } from "../../fable_modules/fable-library-js.4.24.0/List.js";
|
|
4
|
+
import { Dictionary } from "../../fable_modules/fable-library-js.4.24.0/MutableMap.js";
|
|
5
|
+
import { iterate } from "../../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
6
|
+
import { tryGetValue, addToDict } from "../../fable_modules/fable-library-js.4.24.0/MapUtil.js";
|
|
7
|
+
import { FSharpRef } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
8
|
+
import { contains } from "../../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* If the value matches the default, a None is returned, else a Some is returned
|
package/Core/Helper/HashCodes.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { second, minute, hour, day, month, year } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { numberHash, identityHash } from "../../fable_modules/fable-library-js.4.
|
|
3
|
-
import { value as value_1 } from "../../fable_modules/fable-library-js.4.
|
|
4
|
-
import { fold } from "../../fable_modules/fable-library-js.4.
|
|
5
|
-
import { fold as fold_1 } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { second, minute, hour, day, month, year } from "../../fable_modules/fable-library-js.4.24.0/Date.js";
|
|
2
|
+
import { numberHash, identityHash } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
3
|
+
import { value as value_1 } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
4
|
+
import { fold } from "../../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
5
|
+
import { fold as fold_1 } from "../../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
6
6
|
|
|
7
7
|
export function mergeHashes(hash1, hash2) {
|
|
8
8
|
return ((-1640531527 + hash2) + (hash1 << 6)) + (hash1 >> 2);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ActivePatterns_$007CRegex$007C_$007C } from "./Regex.js";
|
|
2
|
-
import { newGuid } from "../../fable_modules/fable-library-js.4.
|
|
2
|
+
import { newGuid } from "../../fable_modules/fable-library-js.4.24.0/Guid.js";
|
|
3
3
|
import { combineMany } from "../../FileSystem/Path.js";
|
|
4
4
|
|
|
5
5
|
export function tryCheckValidCharacters(identifier) {
|
package/Core/Helper/Regex.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { create, match } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { parse } from "../../fable_modules/fable-library-js.4.
|
|
3
|
-
import { map } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { create, match } from "../../fable_modules/fable-library-js.4.24.0/RegExp.js";
|
|
2
|
+
import { parse } from "../../fable_modules/fable-library-js.4.24.0/Int32.js";
|
|
3
|
+
import { map } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
4
4
|
|
|
5
5
|
export function Pattern_handleGroupPatterns(pattern) {
|
|
6
6
|
return pattern;
|
package/Core/Helper/SemVer.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { toString, Record } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { record_type, option_type, string_type, int32_type } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { toString, Record } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type, int32_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
3
3
|
import { ActivePatterns_$007CRegex$007C_$007C } from "./Regex.js";
|
|
4
|
-
import { parse } from "../../fable_modules/fable-library-js.4.
|
|
5
|
-
import { value as value_3, unwrap } from "../../fable_modules/fable-library-js.4.
|
|
6
|
-
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../../fable_modules/fable-library-js.4.
|
|
7
|
-
import { printf, toText } from "../../fable_modules/fable-library-js.4.
|
|
4
|
+
import { parse } from "../../fable_modules/fable-library-js.4.24.0/Int32.js";
|
|
5
|
+
import { value as value_3, unwrap } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
6
|
+
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../../fable_modules/fable-library-js.4.24.0/System.Text.js";
|
|
7
|
+
import { printf, toText } from "../../fable_modules/fable-library-js.4.24.0/String.js";
|
|
8
8
|
|
|
9
9
|
export const SemVerAux_Pattern = "^(?<major>\\d+)(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))?(-(?<pre>[0-9A-Za-z-\\.]+))?(\\+(?<build>[0-9A-Za-z-\\.]+))?$";
|
|
10
10
|
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { value as value_4, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { value as value_4, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
2
2
|
import { Pattern_TermAnnotationShortPattern, ActivePatterns_$007CRegex$007C_$007C, tryParseTermAnnotation } from "./Helper/Regex.js";
|
|
3
3
|
import { createOAUri } from "./Helper/Url.js";
|
|
4
|
-
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.
|
|
5
|
-
import { printf, toText, join } from "../fable_modules/fable-library-js.4.
|
|
6
|
-
import { toArray, empty, singleton, append, delay, toList } from "../fable_modules/fable-library-js.4.
|
|
7
|
-
import { toString } from "../fable_modules/fable-library-js.4.
|
|
4
|
+
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.24.0/System.Text.js";
|
|
5
|
+
import { printf, toText, join } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
6
|
+
import { toArray, empty, singleton, append, delay, toList } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
7
|
+
import { toString } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
8
8
|
import { hash as hash_1, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
9
9
|
import { ResizeArray_map } from "./Helper/Collections.js";
|
|
10
|
-
import { safeHash } from "../fable_modules/fable-library-js.4.
|
|
11
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
10
|
+
import { safeHash } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
11
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
12
12
|
|
|
13
13
|
export class OntologyAnnotation {
|
|
14
14
|
constructor(name, tsr, tan, comments) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { defaultArg, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
2
2
|
import { ResizeArray_map } from "./Helper/Collections.js";
|
|
3
3
|
import { boxHashSeq, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
4
|
-
import { safeHash } from "../fable_modules/fable-library-js.4.
|
|
5
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
4
|
+
import { safeHash } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
5
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
6
6
|
|
|
7
7
|
export class OntologySourceReference {
|
|
8
8
|
constructor(description, file, name, version, comments) {
|
package/Core/Person.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { map as map_1, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.
|
|
2
|
-
import { tryFind } from "../fable_modules/fable-library-js.4.
|
|
3
|
-
import { equals } from "../fable_modules/fable-library-js.4.
|
|
4
|
-
import { ofArray, choose, map, singleton, append } from "../fable_modules/fable-library-js.4.
|
|
1
|
+
import { map as map_1, defaultArg, unwrap } from "../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
2
|
+
import { tryFind } from "../fable_modules/fable-library-js.4.24.0/Array.js";
|
|
3
|
+
import { equals } from "../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
4
|
+
import { ofArray, choose, map, singleton, append } from "../fable_modules/fable-library-js.4.24.0/List.js";
|
|
5
5
|
import { ResizeArray_map } from "./Helper/Collections.js";
|
|
6
6
|
import { hash, boxHashSeq, boxHashOption, boxHashArray } from "./Helper/HashCodes.js";
|
|
7
|
-
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.
|
|
8
|
-
import { printf, toText, join } from "../fable_modules/fable-library-js.4.
|
|
9
|
-
import { length } from "../fable_modules/fable-library-js.4.
|
|
10
|
-
import { toString } from "../fable_modules/fable-library-js.4.
|
|
11
|
-
import { class_type } from "../fable_modules/fable-library-js.4.
|
|
7
|
+
import { StringBuilder__Append_Z721C83C5, StringBuilder_$ctor } from "../fable_modules/fable-library-js.4.24.0/System.Text.js";
|
|
8
|
+
import { printf, toText, join } from "../fable_modules/fable-library-js.4.24.0/String.js";
|
|
9
|
+
import { length } from "../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
10
|
+
import { toString } from "../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
11
|
+
import { class_type } from "../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
12
12
|
|
|
13
13
|
export class Person {
|
|
14
14
|
constructor(orcid, lastName, firstName, midInitials, email, phone, fax, address, affiliation, roles, comments) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { tryParse } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { FSharpRef } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { tryParse } from "../../fable_modules/fable-library-js.4.24.0/Int32.js";
|
|
2
|
+
import { FSharpRef } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
3
3
|
import { Comment$ } from "../Comment.js";
|
|
4
|
-
import { equals, int32ToString } from "../../fable_modules/fable-library-js.4.
|
|
4
|
+
import { equals, int32ToString } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
5
5
|
import { tryItem } from "../CommentList.js";
|
|
6
|
-
import { findIndex } from "../../fable_modules/fable-library-js.4.
|
|
7
|
-
import { value, bind } from "../../fable_modules/fable-library-js.4.
|
|
6
|
+
import { findIndex } from "../../fable_modules/fable-library-js.4.24.0/Seq.js";
|
|
7
|
+
import { value, bind } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
8
8
|
import { Factor } from "./Factor.js";
|
|
9
9
|
import { MaterialAttribute_fromString_5980DC03 } from "./MaterialAttribute.js";
|
|
10
10
|
import { ProtocolParameter } from "./ProtocolParameter.js";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Record } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
2
|
import { Value, Value_$reflection } from "../Value.js";
|
|
3
|
-
import { record_type, option_type } from "../../fable_modules/fable-library-js.4.
|
|
3
|
+
import { record_type, option_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
4
4
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "../OntologyAnnotation.js";
|
|
5
|
-
import { defaultArg, unwrap, map } from "../../fable_modules/fable-library-js.4.
|
|
5
|
+
import { defaultArg, unwrap, map } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
6
6
|
import { ActivePatterns_$007CRegex$007C_$007C } from "../Helper/Regex.js";
|
|
7
7
|
import { Option_fromValueWithDefault } from "../Helper/Collections.js";
|
|
8
|
-
import { printf, toText } from "../../fable_modules/fable-library-js.4.
|
|
8
|
+
import { printf, toText } from "../../fable_modules/fable-library-js.4.24.0/String.js";
|
|
9
9
|
|
|
10
10
|
export class Component extends Record {
|
|
11
11
|
constructor(ComponentValue, ComponentUnit, ComponentType) {
|
package/Core/Process/Factor.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { OntologyAnnotation_$reflection, OntologyAnnotation } from "../OntologyAnnotation.js";
|
|
2
|
-
import { map, defaultArg, unwrap } from "../../fable_modules/fable-library-js.4.
|
|
2
|
+
import { map, defaultArg, unwrap } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
3
|
import { ResizeArray_map, Option_fromValueWithDefault } from "../Helper/Collections.js";
|
|
4
|
-
import { filter, singleton, append, exists, tryFind } from "../../fable_modules/fable-library-js.4.
|
|
5
|
-
import { equals } from "../../fable_modules/fable-library-js.4.
|
|
6
|
-
import { Record, toString } from "../../fable_modules/fable-library-js.4.
|
|
7
|
-
import { record_type, array_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.
|
|
4
|
+
import { filter, singleton, append, exists, tryFind } from "../../fable_modules/fable-library-js.4.24.0/List.js";
|
|
5
|
+
import { equals } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
6
|
+
import { Record, toString } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
7
|
+
import { record_type, array_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
8
8
|
import { Comment$_$reflection } from "../Comment.js";
|
|
9
9
|
|
|
10
10
|
export class Factor extends Record {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { unwrap, defaultArg, bind, map } from "../../fable_modules/fable-library-js.4.
|
|
3
|
-
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Record, toString } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { unwrap, defaultArg, bind, map } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
|
+
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
4
4
|
import { Factor, Factor_$reflection } from "./Factor.js";
|
|
5
5
|
import { Value_$reflection } from "../Value.js";
|
|
6
6
|
import { OntologyAnnotation_$reflection } from "../OntologyAnnotation.js";
|
|
7
|
-
import { int32ToString } from "../../fable_modules/fable-library-js.4.
|
|
8
|
-
import { printf, toText } from "../../fable_modules/fable-library-js.4.
|
|
7
|
+
import { int32ToString } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
8
|
+
import { printf, toText } from "../../fable_modules/fable-library-js.4.24.0/String.js";
|
|
9
9
|
|
|
10
10
|
export class FactorValue extends Record {
|
|
11
11
|
constructor(ID, Category, Value, Unit) {
|
package/Core/Process/Material.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { Record, toString } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { choose, empty, length } from "../../fable_modules/fable-library-js.4.
|
|
3
|
-
import { defaultArg } from "../../fable_modules/fable-library-js.4.
|
|
4
|
-
import { printf, toText } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Record, toString } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { choose, empty, length } from "../../fable_modules/fable-library-js.4.24.0/List.js";
|
|
3
|
+
import { defaultArg } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
4
|
+
import { printf, toText } from "../../fable_modules/fable-library-js.4.24.0/String.js";
|
|
5
5
|
import { MaterialType_$reflection, MaterialType__get_AsString } from "./MaterialType.js";
|
|
6
|
-
import { record_type, list_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.
|
|
6
|
+
import { record_type, list_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
7
7
|
import { MaterialAttributeValue_$reflection } from "./MaterialAttributeValue.js";
|
|
8
8
|
|
|
9
9
|
export class Material extends Record {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Record, toString } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Record, toString } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
3
3
|
import { OntologyAnnotation, OntologyAnnotation_$reflection } from "../OntologyAnnotation.js";
|
|
4
|
-
import { bind, map, defaultArg, unwrap } from "../../fable_modules/fable-library-js.4.
|
|
4
|
+
import { bind, map, defaultArg, unwrap } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
5
5
|
import { Option_fromValueWithDefault } from "../Helper/Collections.js";
|
|
6
6
|
|
|
7
7
|
export class MaterialAttribute extends Record {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { Record, toString } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { unwrap, defaultArg, bind, map } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Record, toString } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { unwrap, defaultArg, bind, map } from "../../fable_modules/fable-library-js.4.24.0/Option.js";
|
|
3
3
|
import { MaterialAttribute__SetCategory_ZDED3A0F, MaterialAttribute_create_A220A8A, MaterialAttribute__MapCategory_658CFBF6, MaterialAttribute__get_TryNameText, MaterialAttribute_$reflection, MaterialAttribute__get_NameText } from "./MaterialAttribute.js";
|
|
4
|
-
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.
|
|
4
|
+
import { record_type, option_type, string_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
5
5
|
import { Value_$reflection } from "../Value.js";
|
|
6
6
|
import { OntologyAnnotation_$reflection } from "../OntologyAnnotation.js";
|
|
7
|
-
import { int32ToString } from "../../fable_modules/fable-library-js.4.
|
|
8
|
-
import { printf, toText } from "../../fable_modules/fable-library-js.4.
|
|
7
|
+
import { int32ToString } from "../../fable_modules/fable-library-js.4.24.0/Util.js";
|
|
8
|
+
import { printf, toText } from "../../fable_modules/fable-library-js.4.24.0/String.js";
|
|
9
9
|
|
|
10
10
|
export class MaterialAttributeValue extends Record {
|
|
11
11
|
constructor(ID, Category, Value, Unit) {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Union } from "../../fable_modules/fable-library-js.4.
|
|
2
|
-
import { union_type } from "../../fable_modules/fable-library-js.4.
|
|
1
|
+
import { Union } from "../../fable_modules/fable-library-js.4.24.0/Types.js";
|
|
2
|
+
import { union_type } from "../../fable_modules/fable-library-js.4.24.0/Reflection.js";
|
|
3
3
|
|
|
4
4
|
export class MaterialType extends Union {
|
|
5
5
|
constructor(tag, fields) {
|