@nfdi4plants/arctrl 1.0.0-beta.1 → 1.0.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ARC.js +24 -24
- package/Contract/Contract.js +3 -3
- package/Contracts/Contracts.ArcAssay.js +3 -3
- package/Contracts/Contracts.ArcInvestigation.js +3 -3
- package/Contracts/Contracts.ArcStudy.js +3 -3
- package/Contracts/Contracts.Git.js +4 -4
- package/FileSystem/Commit.js +2 -2
- package/FileSystem/FileSystem.js +4 -4
- package/FileSystem/FileSystemTree.js +15 -15
- package/FileSystem/Path.js +2 -2
- package/FileSystemTree.js +1 -1
- package/ISA/ISA/ArcTypes/ArcTable.js +20 -20
- package/ISA/ISA/ArcTypes/ArcTableAux.js +17 -17
- package/ISA/ISA/ArcTypes/ArcTables.js +21 -21
- package/ISA/ISA/ArcTypes/ArcTypes.js +64 -64
- package/ISA/ISA/ArcTypes/CompositeCell.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeColumn.js +4 -4
- package/ISA/ISA/ArcTypes/CompositeHeader.js +5 -5
- package/ISA/ISA/ArcTypes/CompositeRow.js +1 -1
- package/ISA/ISA/Builder/Types.js +5 -5
- package/ISA/ISA/Fable.js +5 -5
- package/ISA/ISA/Helper.js +9 -9
- package/ISA/ISA/Identifier.js +2 -2
- package/ISA/ISA/JsonTypes/AnnotationValue.js +5 -5
- package/ISA/ISA/JsonTypes/Assay.js +26 -26
- package/ISA/ISA/JsonTypes/AssayMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/ColumnIndex.js +23 -23
- package/ISA/ISA/JsonTypes/Comment.js +3 -3
- package/ISA/ISA/JsonTypes/CommentList.js +4 -4
- package/ISA/ISA/JsonTypes/Component.js +12 -12
- package/ISA/ISA/JsonTypes/Data.js +4 -4
- package/ISA/ISA/JsonTypes/DataFile.js +2 -2
- package/ISA/ISA/JsonTypes/Factor.js +12 -12
- package/ISA/ISA/JsonTypes/FactorValue.js +5 -5
- package/ISA/ISA/JsonTypes/Investigation.js +6 -6
- package/ISA/ISA/JsonTypes/Material.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialAttribute.js +4 -4
- package/ISA/ISA/JsonTypes/MaterialAttributeValue.js +5 -5
- package/ISA/ISA/JsonTypes/MaterialType.js +2 -2
- package/ISA/ISA/JsonTypes/OntologyAnnotation.js +10 -10
- package/ISA/ISA/JsonTypes/OntologySourceReference.js +8 -8
- package/ISA/ISA/JsonTypes/Person.js +9 -9
- package/ISA/ISA/JsonTypes/Process.js +11 -11
- package/ISA/ISA/JsonTypes/ProcessInput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessOutput.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessParameterValue.js +5 -5
- package/ISA/ISA/JsonTypes/ProcessSequence.js +14 -14
- package/ISA/ISA/JsonTypes/Protocol.js +6 -6
- package/ISA/ISA/JsonTypes/ProtocolParameter.js +4 -4
- package/ISA/ISA/JsonTypes/Publication.js +8 -8
- package/ISA/ISA/JsonTypes/Sample.js +5 -5
- package/ISA/ISA/JsonTypes/Source.js +5 -5
- package/ISA/ISA/JsonTypes/Study.js +58 -58
- package/ISA/ISA/JsonTypes/StudyMaterials.js +4 -4
- package/ISA/ISA/JsonTypes/Value.js +7 -7
- package/ISA/ISA/Regex.js +3 -3
- package/ISA/ISA.Json/Assay.js +5 -5
- package/ISA/ISA.Json/Comment.js +5 -5
- package/ISA/ISA.Json/ConverterOptions.js +1 -1
- package/ISA/ISA.Json/Data.js +5 -5
- package/ISA/ISA.Json/Decode.js +4 -4
- package/ISA/ISA.Json/Factor.js +5 -5
- package/ISA/ISA.Json/GEncode.js +3 -3
- package/ISA/ISA.Json/Investigation.js +6 -6
- package/ISA/ISA.Json/Material.js +5 -5
- package/ISA/ISA.Json/Ontology.js +6 -6
- package/ISA/ISA.Json/Person.js +10 -10
- package/ISA/ISA.Json/Process.js +5 -5
- package/ISA/ISA.Json/Protocol.js +6 -6
- package/ISA/ISA.Json/Publication.js +4 -4
- package/ISA/ISA.Json/Study.js +6 -6
- package/ISA/ISA.Json/Validation/Fable.js +6 -6
- package/ISA/ISA.Json/Validation/JsonSchemaValidation.js +1 -1
- package/ISA/ISA.Json/Validation/ValidationResult.js +2 -2
- package/ISA/ISA.Spreadsheet/AnnotationTable/ArcTable.js +9 -9
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeCell.js +3 -3
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeColumn.js +8 -8
- package/ISA/ISA.Spreadsheet/AnnotationTable/CompositeHeader.js +9 -9
- package/ISA/ISA.Spreadsheet/ArcAssay.js +13 -13
- package/ISA/ISA.Spreadsheet/ArcInvestigation.js +36 -36
- package/ISA/ISA.Spreadsheet/ArcStudy.js +10 -10
- package/ISA/ISA.Spreadsheet/CollectionAux.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Assays.js +10 -10
- package/ISA/ISA.Spreadsheet/Metadata/Comment.js +6 -6
- package/ISA/ISA.Spreadsheet/Metadata/Contacts.js +11 -11
- package/ISA/ISA.Spreadsheet/Metadata/Conversions.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/DesignDescriptors.js +1 -1
- package/ISA/ISA.Spreadsheet/Metadata/Factors.js +8 -8
- package/ISA/ISA.Spreadsheet/Metadata/OntologyAnnotation.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/OntologySourceReference.js +7 -7
- package/ISA/ISA.Spreadsheet/Metadata/Protocols.js +5 -5
- package/ISA/ISA.Spreadsheet/Metadata/Publication.js +9 -9
- package/ISA/ISA.Spreadsheet/Metadata/SparseTable.js +19 -19
- package/ISA/ISA.Spreadsheet/Metadata/Study.js +22 -22
- package/README.md +29 -256
- package/SemVer.js +7 -7
- package/Templates/Template.Json.js +7 -7
- package/Templates/Template.Spreadsheet.js +20 -20
- package/Templates/Template.Web.js +4 -4
- package/Templates/Template.js +7 -7
- package/Templates/Templates.js +5 -5
- package/WebRequest/WebRequest.js +4 -4
- package/fable_modules/Fable.Fetch.2.6.0/Fetch.fs.js +8 -8
- package/fable_modules/{Fable.Promise.3.2.0 → Fable.Promise.2.2.2}/Fable.Promise.fableproj +3 -4
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs +176 -0
- package/fable_modules/Fable.Promise.2.2.2/Promise.fs.js +143 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs +4 -0
- package/fable_modules/Fable.Promise.2.2.2/PromiseImpl.fs.js +4 -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.5.0.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs.js +14 -14
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsAddress.fs.js +9 -9
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsRow.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs.js +19 -19
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs.js +2 -2
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs.js +3 -3
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs.js +8 -8
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs.js +7 -7
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs.js +4 -4
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs.js +1 -1
- package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +3 -3
- package/fable_modules/Thoth.Json.10.1.0/Decode.fs.js +26 -26
- package/fable_modules/Thoth.Json.10.1.0/Encode.fs.js +13 -13
- package/fable_modules/Thoth.Json.10.1.0/Extra.fs.js +2 -2
- package/fable_modules/Thoth.Json.10.1.0/Types.fs.js +6 -6
- package/fable_modules/fable-library.4.4.1/CHANGELOG.md +11 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.js +1 -1
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/README.md +2 -2
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.js +64 -64
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.d.ts +20 -0
- package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Util.js +120 -0
- package/fable_modules/fable-library.4.4.1/lib/big.d.ts +5 -0
- package/fable_modules/project_cracked.json +1 -1
- package/package.json +1 -1
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs +0 -57
- package/fable_modules/Fable.Promise.3.2.0/AsyncIterable.fs.js +0 -104
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs +0 -766
- package/fable_modules/Fable.Promise.3.2.0/Promise.fs.js +0 -217
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs +0 -31
- package/fable_modules/Fable.Promise.3.2.0/PromiseImpl.fs.js +0 -19
- package/fable_modules/fable-library.4.1.4/lib/big.d.ts +0 -338
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Cells/FsCell.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/CellBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/ColumnBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/DSL.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Expression.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Operators.fs.js +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/RowBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/TableBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Transform.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/Types.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/DSL/WorkbookBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsSpreadsheet.fableproj +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsWorkbook.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/FsWorksheet.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRange.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeAddress.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeBase.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeColumn.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Ranges/FsRangeRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/SheetBuilder.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTable.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTableField.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Tables/FsTableRow.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/obj/Debug/netstandard2.0/FsSpreadsheet.AssemblyInfo.fs +0 -0
- /package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/obj/Release/netstandard2.0/.NETStandard,Version=v2.0.AssemblyAttributes.fs +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Array.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Async.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/AsyncBuilder.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BigInt.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/BitConverter.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Boolean.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Char.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Choice.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Date.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOffset.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/DateOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Decimal.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Double.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Encoding.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Event.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Collections.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/FSharp.Core.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Global.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Guid.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Int32.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/List.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Long.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MailboxProcessor.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Map.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MapUtil.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableMap.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/MutableSet.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Native.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Numeric.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Observable.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Option.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Random.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Range.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Reflection.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/RegExp.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Seq2.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Set.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/String.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Collections.Generic.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/System.Text.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/SystemException.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeOnly.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/TimeSpan.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Timer.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Types.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Unicode.13.0.0.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.d.ts +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/Uri.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/lib/big.js +0 -0
- /package/fable_modules/{fable-library.4.1.4 → fable-library.4.4.1}/package.json +0 -0
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
|
|
2
|
+
[<RequireQualifiedAccess>]
|
|
3
|
+
module Promise
|
|
4
|
+
|
|
5
|
+
#nowarn "1182" // Unused values
|
|
6
|
+
|
|
7
|
+
open System
|
|
8
|
+
open Fable.Core
|
|
9
|
+
open Fable.Core.JsInterop
|
|
10
|
+
|
|
11
|
+
let inline private (!!) (x:obj): 'T = unbox x
|
|
12
|
+
|
|
13
|
+
[<Emit("new Promise($0)")>]
|
|
14
|
+
/// The promise function receives two other function parameters: success and fail
|
|
15
|
+
let create (f: ('T->unit)->(Exception->unit)->unit): JS.Promise<'T> = jsNative
|
|
16
|
+
|
|
17
|
+
[<Emit("new Promise(resolve => setTimeout(resolve, $0))")>]
|
|
18
|
+
let sleep (ms: int): JS.Promise<unit> = jsNative
|
|
19
|
+
|
|
20
|
+
[<Emit("Promise.resolve($0)")>]
|
|
21
|
+
let lift<'T> (a: 'T): JS.Promise<'T> = jsNative
|
|
22
|
+
|
|
23
|
+
/// Creates promise (in rejected state) with supplied reason.
|
|
24
|
+
let reject<'T> reason : JS.Promise<'T> = JS.Constructors.Promise.reject<'T> reason
|
|
25
|
+
|
|
26
|
+
[<Emit("$1.then($0)")>]
|
|
27
|
+
let bind (a: 'T->JS.Promise<'R>) (pr: JS.Promise<'T>): JS.Promise<'R> = jsNative
|
|
28
|
+
|
|
29
|
+
[<Emit("$1.then($0)")>]
|
|
30
|
+
let map (a: 'T->'R) (pr: JS.Promise<'T>): JS.Promise<'R> = jsNative
|
|
31
|
+
|
|
32
|
+
[<Emit("$1.then($0)")>]
|
|
33
|
+
let iter (a: 'T->unit) (pr: JS.Promise<'T>): unit = jsNative
|
|
34
|
+
|
|
35
|
+
[<Emit("$1.then(void 0, $0)")>]
|
|
36
|
+
/// This version of `catch` fakes a function returning just 'T, as opposed to `Promise<'T>`. If you need to return `Promise<'T>`, use `catchBind`.
|
|
37
|
+
let catch (fail: Exception->'T) (pr: JS.Promise<'T>): JS.Promise<'T> = jsNative
|
|
38
|
+
|
|
39
|
+
[<Emit("$1.then(void 0, $0)")>]
|
|
40
|
+
/// This is a version of `catch` that fakes a function returning Promise<'T> as opposed to just 'T. If you need to return just 'T, use `catch`.
|
|
41
|
+
let catchBind (fail: Exception->JS.Promise<'T>) (pr: JS.Promise<'T>): JS.Promise<'T> = jsNative
|
|
42
|
+
|
|
43
|
+
[<Emit("$1.then(void 0, $0)")>]
|
|
44
|
+
/// Used to catch errors at the end of a promise chain.
|
|
45
|
+
let catchEnd (fail: Exception->unit) (pr: JS.Promise<'T>): unit = jsNative
|
|
46
|
+
|
|
47
|
+
[<Emit("$2.then($0,$1)")>]
|
|
48
|
+
/// A combination of `map/bind` and `catch/catchBind`, this function applies the `success` continuation when the input promise resolves successfully, or `fail` continuation when the input promise fails. Both continuations may return either naked value `'R` or another promise `Promise<'R>`. Use the erased-cast operator `!^` to cast values when returning, for example:
|
|
49
|
+
/// ```
|
|
50
|
+
/// somePromise |> Promise.either (fun x -> !^(string x)) (fun err -> ^!(Promise.lift err.Message))
|
|
51
|
+
/// ```
|
|
52
|
+
let either (success: 'T->U2<'R, JS.Promise<'R>>) (fail: 'E->U2<'R, JS.Promise<'R>>) (pr: JS.Promise<'T>): JS.Promise<'R> = jsNative
|
|
53
|
+
|
|
54
|
+
[<Emit("$2.then($0,$1)")>]
|
|
55
|
+
let eitherEnd (success: 'T->unit) (fail: 'E->unit) (pr: JS.Promise<'T>): unit = jsNative
|
|
56
|
+
|
|
57
|
+
[<Emit("$0.then()")>]
|
|
58
|
+
let start (pr: JS.Promise<'T>): unit = jsNative
|
|
59
|
+
|
|
60
|
+
[<Emit("$1.then(void 0, $0)")>]
|
|
61
|
+
let tryStart (fail: Exception->unit) (pr: JS.Promise<'T>): unit = jsNative
|
|
62
|
+
|
|
63
|
+
[<Emit("Promise.all($0)")>]
|
|
64
|
+
let Parallel (pr: seq<JS.Promise<'T>>): JS.Promise<'T[]> = jsNative
|
|
65
|
+
|
|
66
|
+
[<Emit("Promise.all($0)")>]
|
|
67
|
+
let all (pr: seq<JS.Promise<'T>>): JS.Promise<'T[]> = jsNative
|
|
68
|
+
|
|
69
|
+
let result (a: JS.Promise<'A>): JS.Promise<Result<'A, 'E>> =
|
|
70
|
+
either (U2.Case1 << Ok) (U2.Case1 << Error) a
|
|
71
|
+
|
|
72
|
+
let mapResult (fn: 'A -> 'B) (a: JS.Promise<Result<'A, 'E>>): JS.Promise<Result<'B, 'E>> =
|
|
73
|
+
a |> map (Result.map fn)
|
|
74
|
+
|
|
75
|
+
let bindResult (fn: 'A -> JS.Promise<'B>) (a: JS.Promise<Result<'A, 'E>>): JS.Promise<Result<'B, 'E>> =
|
|
76
|
+
a |> bind (fun a ->
|
|
77
|
+
match a with
|
|
78
|
+
| Ok a ->
|
|
79
|
+
result (fn a)
|
|
80
|
+
| Error e ->
|
|
81
|
+
lift (Error e))
|
|
82
|
+
|
|
83
|
+
let mapResultError (fn: 'B -> 'C) (a: JS.Promise<Result<'A,'B>>): JS.Promise<Result<'A,'C>> =
|
|
84
|
+
a |> map (Result.mapError fn)
|
|
85
|
+
|
|
86
|
+
let tap (fn: 'A -> unit) (a: JS.Promise<'A>): JS.Promise<'A> =
|
|
87
|
+
a |> map (fun x -> fn x; x)
|
|
88
|
+
|
|
89
|
+
type PromiseBuilder() =
|
|
90
|
+
[<Emit("$1.then($2)")>]
|
|
91
|
+
member x.Bind(p: JS.Promise<'T>, f: 'T->JS.Promise<'R>): JS.Promise<'R> = jsNative
|
|
92
|
+
|
|
93
|
+
[<Emit("$1.then(() => $2)")>]
|
|
94
|
+
member x.Combine(p1: JS.Promise<unit>, p2: JS.Promise<'T>): JS.Promise<'T> = jsNative
|
|
95
|
+
|
|
96
|
+
member x.For(seq: seq<'T>, body: 'T->JS.Promise<unit>): JS.Promise<unit> =
|
|
97
|
+
// (lift (), seq)
|
|
98
|
+
// ||> Seq.fold (fun p a ->
|
|
99
|
+
// bind (fun () -> body a) p)
|
|
100
|
+
let mutable p = lift ()
|
|
101
|
+
for a in seq do
|
|
102
|
+
p <- !!p?``then``(fun () -> body a)
|
|
103
|
+
p
|
|
104
|
+
|
|
105
|
+
[<Emit("$1.then($2)")>]
|
|
106
|
+
member x.For(p: JS.Promise<'T>, f: 'T->JS.Promise<'R>): JS.Promise<'R> = jsNative
|
|
107
|
+
|
|
108
|
+
member x.While(guard, p): JS.Promise<unit> =
|
|
109
|
+
if guard()
|
|
110
|
+
then bind (fun () -> x.While(guard, p)) p
|
|
111
|
+
else lift()
|
|
112
|
+
|
|
113
|
+
[<Emit("Promise.resolve($1)")>]
|
|
114
|
+
member x.Return(a: 'T): JS.Promise<'T> = jsNative
|
|
115
|
+
|
|
116
|
+
[<Emit("$1")>]
|
|
117
|
+
member x.ReturnFrom(p: JS.Promise<'T>): JS.Promise<'T> = jsNative
|
|
118
|
+
|
|
119
|
+
[<Emit("Promise.resolve()")>]
|
|
120
|
+
member x.Zero(): JS.Promise<unit> = jsNative
|
|
121
|
+
|
|
122
|
+
member x.TryFinally(p: JS.Promise<'T>, compensation: unit->unit): JS.Promise<'T> =
|
|
123
|
+
either (fun (x: 'T) -> compensation(); U2.Case1 x) (fun er -> compensation(); raise !!er) p
|
|
124
|
+
|
|
125
|
+
[<Emit("$1.catch($2)")>]
|
|
126
|
+
member x.TryWith(p: JS.Promise<'T>, catchHandler: Exception->JS.Promise<'T>): JS.Promise<'T> = jsNative
|
|
127
|
+
|
|
128
|
+
member x.Delay(generator: unit->JS.Promise<'T>): JS.Promise<'T> =
|
|
129
|
+
!!createObj[
|
|
130
|
+
"then" ==> fun f1 f2 ->
|
|
131
|
+
try generator()?``then``(f1,f2)
|
|
132
|
+
with er ->
|
|
133
|
+
if box f2 = null
|
|
134
|
+
then !!JS.Constructors.Promise.reject(er)
|
|
135
|
+
else
|
|
136
|
+
try !!JS.Constructors.Promise.resolve(f2(er))
|
|
137
|
+
with er -> !!JS.Constructors.Promise.reject(er)
|
|
138
|
+
"catch" ==> fun f ->
|
|
139
|
+
try generator()?catch(f)
|
|
140
|
+
with er ->
|
|
141
|
+
try !!JS.Constructors.Promise.resolve(f(er))
|
|
142
|
+
with er -> !!JS.Constructors.Promise.reject(er)
|
|
143
|
+
]
|
|
144
|
+
|
|
145
|
+
member x.Run(p:JS.Promise<'T>): JS.Promise<'T> =
|
|
146
|
+
create (fun success fail ->
|
|
147
|
+
try
|
|
148
|
+
let p : JS.Promise<'T> = !!JS.Constructors.Promise.resolve(p)
|
|
149
|
+
p?``then``(success, fail)
|
|
150
|
+
with
|
|
151
|
+
er -> fail(er)
|
|
152
|
+
)
|
|
153
|
+
|
|
154
|
+
member x.Using<'T, 'R when 'T :> IDisposable>(resource: 'T, binder: 'T->JS.Promise<'R>): JS.Promise<'R> =
|
|
155
|
+
x.TryFinally(binder(resource), fun () -> resource.Dispose())
|
|
156
|
+
|
|
157
|
+
[<Emit("Promise.all([$1, $2])")>]
|
|
158
|
+
member x.MergeSources(a: JS.Promise<'T1>, b: JS.Promise<'T2>): JS.Promise<'T1 * 'T2>= jsNative
|
|
159
|
+
|
|
160
|
+
[<Emit("Promise.all([$1, $2, $3])")>]
|
|
161
|
+
member x.MergeSources3(a: JS.Promise<'T1>, b: JS.Promise<'T2>, c: JS.Promise<'T3>): JS.Promise<'T1 * 'T2 * 'T3>= jsNative
|
|
162
|
+
|
|
163
|
+
[<Emit("Promise.all([$1, $2, $3, $4])")>]
|
|
164
|
+
member x.MergeSources4(a: JS.Promise<'T1>, b: JS.Promise<'T2>, c: JS.Promise<'T3>, d: JS.Promise<'T4>): JS.Promise<'T1 * 'T2 * 'T3 * 'T4>= jsNative
|
|
165
|
+
|
|
166
|
+
[<Emit("Promise.all([$1, $2, $3, $4, $5])")>]
|
|
167
|
+
member x.MergeSources5(a: JS.Promise<'T1>, b: JS.Promise<'T2>, c: JS.Promise<'T3>, d: JS.Promise<'T4>, e: JS.Promise<'T5>): JS.Promise<'T1 * 'T2 * 'T3 * 'T4 * 'T5>= jsNative
|
|
168
|
+
|
|
169
|
+
[<Emit("Promise.all([$1, $2, $3, $4, $5, $6])")>]
|
|
170
|
+
member x.MergeSources6(a: JS.Promise<'T1>, b: JS.Promise<'T2>, c: JS.Promise<'T3>, d: JS.Promise<'T4>, e: JS.Promise<'T5>, f: JS.Promise<'T6>): JS.Promise<'T1 * 'T2 * 'T3 * 'T4 * 'T5 * 'T6>= jsNative
|
|
171
|
+
|
|
172
|
+
// member x.BindReturn(y: JS.Promise<'T1>, f) = map f y
|
|
173
|
+
|
|
174
|
+
[<Emit("Promise.all([$1,$2]).then(([a,b]) => $3(a,b))")>]
|
|
175
|
+
[<CustomOperation("andFor", IsLikeZip=true)>]
|
|
176
|
+
member x.Merge(a: JS.Promise<'T1>, b: JS.Promise<'T2>, [<ProjectionParameter>] resultSelector : 'T1 -> 'T2 -> 'R): JS.Promise<'R> = jsNative
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
import { Result_MapError, Result_Map, FSharpResult$2 } from "../fable-library.4.4.1/Choice.js";
|
|
2
|
+
import { class_type } from "../fable-library.4.4.1/Reflection.js";
|
|
3
|
+
import { defaultOf, equals, disposeSafe, getEnumerator } from "../fable-library.4.4.1/Util.js";
|
|
4
|
+
|
|
5
|
+
/**
|
|
6
|
+
* Creates promise (in rejected state) with supplied reason.
|
|
7
|
+
*/
|
|
8
|
+
export function reject(reason) {
|
|
9
|
+
return Promise.reject(reason);
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export function result(a) {
|
|
13
|
+
return a.then(((arg) => (new FSharpResult$2(0, [arg]))),((arg_1) => (new FSharpResult$2(1, [arg_1]))));
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export function mapResult(fn, a) {
|
|
17
|
+
return a.then((result_1) => Result_Map(fn, result_1));
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export function bindResult(fn, a) {
|
|
21
|
+
return a.then((a_1) => {
|
|
22
|
+
if (a_1.tag === 1) {
|
|
23
|
+
return Promise.resolve(new FSharpResult$2(1, [a_1.fields[0]]));
|
|
24
|
+
}
|
|
25
|
+
else {
|
|
26
|
+
return result(fn(a_1.fields[0]));
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export function mapResultError(fn, a) {
|
|
32
|
+
return a.then((result_1) => Result_MapError(fn, result_1));
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export function tap(fn, a) {
|
|
36
|
+
return a.then((x) => {
|
|
37
|
+
fn(x);
|
|
38
|
+
return x;
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export class PromiseBuilder {
|
|
43
|
+
constructor() {
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export function PromiseBuilder_$reflection() {
|
|
48
|
+
return class_type("Promise.PromiseBuilder", void 0, PromiseBuilder);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export function PromiseBuilder_$ctor() {
|
|
52
|
+
return new PromiseBuilder();
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
export function PromiseBuilder__For_1565554B(x, seq, body) {
|
|
56
|
+
let p = Promise.resolve(void 0);
|
|
57
|
+
const enumerator = getEnumerator(seq);
|
|
58
|
+
try {
|
|
59
|
+
while (enumerator["System.Collections.IEnumerator.MoveNext"]()) {
|
|
60
|
+
const a = enumerator["System.Collections.Generic.IEnumerator`1.get_Current"]();
|
|
61
|
+
p = (p.then(() => body(a)));
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
finally {
|
|
65
|
+
disposeSafe(enumerator);
|
|
66
|
+
}
|
|
67
|
+
return p;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export function PromiseBuilder__While_2044D34(x, guard, p) {
|
|
71
|
+
if (guard()) {
|
|
72
|
+
return p.then(() => PromiseBuilder__While_2044D34(x, guard, p));
|
|
73
|
+
}
|
|
74
|
+
else {
|
|
75
|
+
return Promise.resolve(void 0);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
export function PromiseBuilder__TryFinally_7D49A2FD(x, p, compensation) {
|
|
80
|
+
return p.then(((x_1) => {
|
|
81
|
+
compensation();
|
|
82
|
+
return x_1;
|
|
83
|
+
}),((er) => {
|
|
84
|
+
compensation();
|
|
85
|
+
throw er;
|
|
86
|
+
}));
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export function PromiseBuilder__Delay_62FBFDE1(x, generator) {
|
|
90
|
+
return {
|
|
91
|
+
then: (f1, f2) => {
|
|
92
|
+
try {
|
|
93
|
+
return generator().then(f1, f2);
|
|
94
|
+
}
|
|
95
|
+
catch (er) {
|
|
96
|
+
if (equals(f2, defaultOf())) {
|
|
97
|
+
return Promise.reject(er);
|
|
98
|
+
}
|
|
99
|
+
else {
|
|
100
|
+
try {
|
|
101
|
+
return Promise.resolve(f2(er));
|
|
102
|
+
}
|
|
103
|
+
catch (er_1) {
|
|
104
|
+
return Promise.reject(er_1);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
},
|
|
109
|
+
catch: (f) => {
|
|
110
|
+
try {
|
|
111
|
+
return generator().catch(f);
|
|
112
|
+
}
|
|
113
|
+
catch (er_2) {
|
|
114
|
+
try {
|
|
115
|
+
return Promise.resolve(f(er_2));
|
|
116
|
+
}
|
|
117
|
+
catch (er_3) {
|
|
118
|
+
return Promise.reject(er_3);
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
export function PromiseBuilder__Run_212F1D4B(x, p) {
|
|
126
|
+
return new Promise((success, fail) => {
|
|
127
|
+
try {
|
|
128
|
+
const p_1 = Promise.resolve(p);
|
|
129
|
+
p_1.then(success, fail);
|
|
130
|
+
}
|
|
131
|
+
catch (er) {
|
|
132
|
+
fail(er);
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
export function PromiseBuilder__Using_74F7E79D(x, resource, binder) {
|
|
138
|
+
return PromiseBuilder__TryFinally_7D49A2FD(x, binder(resource), () => {
|
|
139
|
+
let copyOfStruct = resource;
|
|
140
|
+
disposeSafe(copyOfStruct);
|
|
141
|
+
});
|
|
142
|
+
}
|
|
143
|
+
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { fromContinuations } from "../fable-library.4.1
|
|
1
|
+
import { fromContinuations } from "../fable-library.4.4.1/Async.js";
|
|
2
2
|
import { HttpResponse, ResponseContent, HttpRequest, BodyContent, HttpMethod, Header } from "./Types.fs.js";
|
|
3
|
-
import { tail, head, isEmpty, ofArray as ofArray_1, singleton, append, empty } from "../fable-library.4.1
|
|
4
|
-
import { ofArray, empty as empty_1 } from "../fable-library.4.1
|
|
5
|
-
import { disposeSafe, getEnumerator, comparePrimitives } from "../fable-library.4.1
|
|
6
|
-
import { join, split, isNullOrEmpty } from "../fable-library.4.1
|
|
7
|
-
import { choose } from "../fable-library.4.1
|
|
8
|
-
import { some } from "../fable-library.4.1
|
|
9
|
-
import { singleton as singleton_1 } from "../fable-library.4.1
|
|
3
|
+
import { tail, head, isEmpty, ofArray as ofArray_1, singleton, append, empty } from "../fable-library.4.4.1/List.js";
|
|
4
|
+
import { ofArray, empty as empty_1 } from "../fable-library.4.4.1/Map.js";
|
|
5
|
+
import { disposeSafe, getEnumerator, comparePrimitives } from "../fable-library.4.4.1/Util.js";
|
|
6
|
+
import { join, split, isNullOrEmpty } from "../fable-library.4.4.1/String.js";
|
|
7
|
+
import { choose } from "../fable-library.4.4.1/Array.js";
|
|
8
|
+
import { some } from "../fable-library.4.4.1/Option.js";
|
|
9
|
+
import { singleton as singleton_1 } from "../fable-library.4.4.1/AsyncBuilder.js";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Download a Blob
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Record, Union } from "../fable-library.4.1
|
|
2
|
-
import { obj_type, record_type, int32_type, option_type, bool_type, list_type, class_type, string_type, union_type } from "../fable-library.4.1
|
|
1
|
+
import { Record, Union } from "../fable-library.4.4.1/Types.js";
|
|
2
|
+
import { obj_type, record_type, int32_type, option_type, bool_type, list_type, class_type, string_type, union_type } from "../fable-library.4.4.1/Reflection.js";
|
|
3
3
|
|
|
4
4
|
export class HttpMethod extends Union {
|
|
5
5
|
constructor(tag, fields) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { toString, Union } from "../../fable-library.4.1
|
|
2
|
-
import { class_type, union_type } from "../../fable-library.4.1
|
|
3
|
-
import { map, defaultArg, unwrap } from "../../fable-library.4.1
|
|
1
|
+
import { toString, Union } from "../../fable-library.4.4.1/Types.js";
|
|
2
|
+
import { class_type, union_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
3
|
+
import { map, defaultArg, unwrap } from "../../fable-library.4.4.1/Option.js";
|
|
4
4
|
import { FsAddress__get_FixedRow, FsAddress__get_FixedColumn, FsAddress__get_Address, FsAddress__Copy, CellReference_indexToColAdress, FsAddress__get_ColumnNumber, FsAddress__get_RowNumber, FsAddress_$ctor_Z37302880 } from "../FsAddress.fs.js";
|
|
5
|
-
import { parse as parse_3 } from "../../fable-library.4.1
|
|
6
|
-
import Decimal from "../../fable-library.4.1
|
|
7
|
-
import { parse } from "../../fable-library.4.1
|
|
8
|
-
import { parse as parse_1 } from "../../fable-library.4.1
|
|
9
|
-
import { toUInt64, toInt64 } from "../../fable-library.4.1
|
|
10
|
-
import { parse as parse_2 } from "../../fable-library.4.1
|
|
11
|
-
import { parse as parse_4 } from "../../fable-library.4.1
|
|
12
|
-
import { parse as parse_5 } from "../../fable-library.4.1
|
|
13
|
-
import { parse as parse_6 } from "../../fable-library.4.1
|
|
14
|
-
import { forAll } from "../../fable-library.4.1
|
|
15
|
-
import { equals } from "../../fable-library.4.1
|
|
5
|
+
import { parse as parse_3 } from "../../fable-library.4.4.1/Decimal.js";
|
|
6
|
+
import Decimal from "../../fable-library.4.4.1/Decimal.js";
|
|
7
|
+
import { parse } from "../../fable-library.4.4.1/Double.js";
|
|
8
|
+
import { parse as parse_1 } from "../../fable-library.4.4.1/Int32.js";
|
|
9
|
+
import { toUInt64, toInt64 } from "../../fable-library.4.4.1/BigInt.js";
|
|
10
|
+
import { parse as parse_2 } from "../../fable-library.4.4.1/Long.js";
|
|
11
|
+
import { parse as parse_4 } from "../../fable-library.4.4.1/Date.js";
|
|
12
|
+
import { parse as parse_5 } from "../../fable-library.4.4.1/Guid.js";
|
|
13
|
+
import { parse as parse_6 } from "../../fable-library.4.4.1/Char.js";
|
|
14
|
+
import { forAll } from "../../fable-library.4.4.1/Seq.js";
|
|
15
|
+
import { equals } from "../../fable-library.4.4.1/Util.js";
|
|
16
16
|
|
|
17
17
|
export class DataType extends Union {
|
|
18
18
|
constructor(tag, fields) {
|
package/fable_modules/{FsSpreadsheet.5.0.0 → FsSpreadsheet.5.0.1}/Cells/FsCellsCollection.fs.js
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { addToSet, addToDict, getItemFromDict } from "../../fable-library.4.1
|
|
2
|
-
import { some } from "../../fable-library.4.1
|
|
3
|
-
import { class_type } from "../../fable-library.4.1
|
|
4
|
-
import { minBy, min, singleton, empty, delay, collect, max, isEmpty, iterate, map } from "../../fable-library.4.1
|
|
1
|
+
import { addToSet, addToDict, getItemFromDict } from "../../fable-library.4.4.1/MapUtil.js";
|
|
2
|
+
import { some } from "../../fable-library.4.4.1/Option.js";
|
|
3
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
4
|
+
import { minBy, min, singleton, empty, delay, collect, max, isEmpty, iterate, map } from "../../fable-library.4.4.1/Seq.js";
|
|
5
5
|
import { FsAddress_$ctor_Z37302880, FsAddress__get_ColumnNumber, FsAddress__get_RowNumber } from "../FsAddress.fs.js";
|
|
6
|
-
import { comparePrimitives } from "../../fable-library.4.1
|
|
7
|
-
import { rangeDouble } from "../../fable-library.4.1
|
|
6
|
+
import { comparePrimitives } from "../../fable-library.4.4.1/Util.js";
|
|
7
|
+
import { rangeDouble } from "../../fable-library.4.4.1/Range.js";
|
|
8
8
|
|
|
9
9
|
export function Dictionary_tryGet(k, dict) {
|
|
10
10
|
if (dict.has(k)) {
|
|
@@ -172,8 +172,8 @@ export function FsCellsCollection_addCell(cell, cellsCollection) {
|
|
|
172
172
|
* Adds FsCells to the FsCellsCollection.
|
|
173
173
|
*/
|
|
174
174
|
export function FsCellsCollection__Add_Z21F271A4(this$, cells) {
|
|
175
|
-
iterate((
|
|
176
|
-
const value = FsCellsCollection__Add_Z334DF64D(this$,
|
|
175
|
+
iterate((arg) => {
|
|
176
|
+
const value = FsCellsCollection__Add_Z334DF64D(this$, arg);
|
|
177
177
|
}, cells);
|
|
178
178
|
}
|
|
179
179
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { toString, Union } from "../../fable-library.4.1
|
|
2
|
-
import { class_type, union_type, char_type } from "../../fable-library.4.1
|
|
1
|
+
import { toString, Union } from "../../fable-library.4.4.1/Types.js";
|
|
2
|
+
import { class_type, union_type, char_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
3
3
|
import { DataType } from "../Cells/FsCell.fs.js";
|
|
4
|
-
import { head, tail, isEmpty, append, empty, map, reduce } from "../../fable-library.4.1
|
|
4
|
+
import { head, tail, isEmpty, append, empty, map, reduce } from "../../fable-library.4.4.1/List.js";
|
|
5
5
|
import { SheetEntity$1__get_Messages, Message__MapText_11D407F6, SheetEntity$1 } from "./Types.fs.js";
|
|
6
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
6
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
7
7
|
import { OptionalSource$1__get_Source, RequiredSource$1__get_Source, OptionalSource$1_$ctor_2B595, RequiredSource$1_$ctor_2B595 } from "./Expression.fs.js";
|
|
8
8
|
|
|
9
9
|
export class ReduceOperation extends Union {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1__get_Messages, SheetEntity$1, Message__MapText_11D407F6, SheetEntity$1_some_2B595 } from "./Types.fs.js";
|
|
3
|
-
import { append, map, empty } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
3
|
+
import { append, map, empty } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
import { OptionalSource$1__get_Source, RequiredSource$1__get_Source, OptionalSource$1_$ctor_2B595, RequiredSource$1_$ctor_2B595 } from "./Expression.fs.js";
|
|
6
6
|
|
|
7
7
|
export class ColumnBuilder {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1 } from "./Types.fs.js";
|
|
3
|
-
import { singleton } from "../../fable-library.4.1
|
|
3
|
+
import { singleton } from "../../fable-library.4.4.1/List.js";
|
|
4
4
|
|
|
5
5
|
export class DSL {
|
|
6
6
|
constructor() {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1__get_Messages, SheetEntity$1, Message__MapText_11D407F6, SheetEntity$1_some_2B595 } from "./Types.fs.js";
|
|
3
|
-
import { append, map, empty } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
3
|
+
import { append, map, empty } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
import { OptionalSource$1__get_Source, RequiredSource$1__get_Source, OptionalSource$1_$ctor_2B595, RequiredSource$1_$ctor_2B595 } from "./Expression.fs.js";
|
|
6
6
|
|
|
7
7
|
export class RowBuilder {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1__get_Messages, SheetEntity$1, Message__MapText_11D407F6, SheetEntity$1_some_2B595 } from "./Types.fs.js";
|
|
3
|
-
import { append, map, empty } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
3
|
+
import { append, map, empty } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
|
|
6
6
|
export class SheetBuilder {
|
|
7
7
|
constructor(name) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1__get_Messages, SheetEntity$1, Message__MapText_11D407F6, SheetEntity$1_some_2B595 } from "./Types.fs.js";
|
|
3
|
-
import { append, map, empty } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
3
|
+
import { append, map, empty } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
|
|
6
6
|
export class TableBuilder {
|
|
7
7
|
constructor(name) {
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { choose, transpose, map, iterateIndexed, iterate, ofArrayWithTail, empty, reverse, singleton, tail as tail_25, cons, head, isEmpty } from "../../fable-library.4.1
|
|
1
|
+
import { choose, transpose, map, iterateIndexed, iterate, ofArrayWithTail, empty, reverse, singleton, tail as tail_25, cons, head, isEmpty } from "../../fable-library.4.4.1/List.js";
|
|
2
2
|
import { RowIndex__get_Index, ColumnIndex__get_Index, TableElement__get_IsColumn, SheetElement } from "./Types.fs.js";
|
|
3
|
-
import { toString } from "../../fable-library.4.1
|
|
3
|
+
import { toString } from "../../fable-library.4.4.1/Types.js";
|
|
4
4
|
import { FsRangeColumn__Cell_Z4232C216 } from "../Ranges/FsRangeColumn.fs.js";
|
|
5
5
|
import { FsTableField__get_Column } from "../Tables/FsTableField.fs.js";
|
|
6
|
-
import { add, FSharpSet__Contains, ofSeq } from "../../fable-library.4.1
|
|
7
|
-
import { comparePrimitives } from "../../fable-library.4.1
|
|
8
|
-
import { max } from "../../fable-library.4.1
|
|
6
|
+
import { add, FSharpSet__Contains, ofSeq } from "../../fable-library.4.4.1/Set.js";
|
|
7
|
+
import { comparePrimitives } from "../../fable-library.4.4.1/Util.js";
|
|
8
|
+
import { max } from "../../fable-library.4.4.1/Seq.js";
|
|
9
9
|
import { FsCellsCollection__get_MaxRowNumber } from "../Cells/FsCellsCollection.fs.js";
|
|
10
10
|
import { FsRangeAddress_$ctor_7E77A4A0 } from "../Ranges/FsRangeAddress.fs.js";
|
|
11
11
|
import { FsAddress_$ctor_Z37302880 } from "../FsAddress.fs.js";
|
|
12
|
-
import { toText, printf, toFail } from "../../fable-library.4.1
|
|
12
|
+
import { toText, printf, toFail } from "../../fable-library.4.4.1/String.js";
|
|
13
13
|
import { FsWorkbook } from "../FsWorkbook.fs.js";
|
|
14
14
|
import { FsWorksheet } from "../FsWorksheet.fs.js";
|
|
15
15
|
|
|
@@ -380,12 +380,12 @@ export function FsSpreadsheet_DSL_Workbook__Workbook_parseSheet_Static(sheet, el
|
|
|
380
380
|
break;
|
|
381
381
|
}
|
|
382
382
|
case 2: {
|
|
383
|
-
const
|
|
383
|
+
const row_4 = sheet.Row((i_1 = 1, ((() => {
|
|
384
384
|
while (FSharpSet__Contains(rowIndexSet, i_1)) {
|
|
385
385
|
i_1 = ((i_1 + 1) | 0);
|
|
386
386
|
}
|
|
387
387
|
})(), (rowIndexSet = add(i_1, rowIndexSet), i_1))));
|
|
388
|
-
FsSpreadsheet_DSL_Workbook__Workbook_parseRow_Static(sheet.CellCollection,
|
|
388
|
+
FsSpreadsheet_DSL_Workbook__Workbook_parseRow_Static(sheet.CellCollection, row_4, _arg_1.fields[0]);
|
|
389
389
|
break;
|
|
390
390
|
}
|
|
391
391
|
default:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Union } from "../../fable-library.4.1
|
|
2
|
-
import { tuple_type, obj_type, int32_type, list_type, union_type, class_type, string_type } from "../../fable-library.4.1
|
|
3
|
-
import { empty, pick, exists, map, reduce } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toConsole } from "../../fable-library.4.1
|
|
1
|
+
import { Union } from "../../fable-library.4.4.1/Types.js";
|
|
2
|
+
import { tuple_type, obj_type, int32_type, list_type, union_type, class_type, string_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
3
|
+
import { empty, pick, exists, map, reduce } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toConsole } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
import { DataType_$reflection } from "../Cells/FsCell.fs.js";
|
|
6
6
|
|
|
7
7
|
export class Message extends Union {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { class_type } from "../../fable-library.4.1
|
|
1
|
+
import { class_type } from "../../fable-library.4.4.1/Reflection.js";
|
|
2
2
|
import { SheetEntity$1__get_Messages, SheetEntity$1, Message__MapText_11D407F6, SheetEntity$1_some_2B595 } from "./Types.fs.js";
|
|
3
|
-
import { append, map, empty } from "../../fable-library.4.1
|
|
4
|
-
import { printf, toText } from "../../fable-library.4.1
|
|
3
|
+
import { append, map, empty } from "../../fable-library.4.4.1/List.js";
|
|
4
|
+
import { printf, toText } from "../../fable-library.4.4.1/String.js";
|
|
5
5
|
|
|
6
6
|
export class WorkbookBuilder {
|
|
7
7
|
constructor() {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { toFail, printf, toText } from "../fable-library.4.1
|
|
2
|
-
import { create, match } from "../fable-library.4.1
|
|
3
|
-
import { parse } from "../fable-library.4.1
|
|
4
|
-
import { toUInt32, fromInt32, fromUInt32, op_Addition, toInt64 } from "../fable-library.4.1
|
|
5
|
-
import { class_type } from "../fable-library.4.1
|
|
1
|
+
import { toFail, printf, toText } from "../fable-library.4.4.1/String.js";
|
|
2
|
+
import { create, match } from "../fable-library.4.4.1/RegExp.js";
|
|
3
|
+
import { parse } from "../fable-library.4.4.1/Int32.js";
|
|
4
|
+
import { toUInt32, fromInt32, fromUInt32, op_Addition, toInt64 } from "../fable-library.4.4.1/BigInt.js";
|
|
5
|
+
import { class_type } from "../fable-library.4.4.1/Reflection.js";
|
|
6
6
|
|
|
7
7
|
/**
|
|
8
8
|
* Transforms excel column string indices (e.g. A, B, Z, AA, CD) to index number (starting with A = 1).
|
|
@@ -11,13 +11,13 @@ export function CellReference_colAdressToIndex(columnAdress) {
|
|
|
11
11
|
const length = columnAdress.length | 0;
|
|
12
12
|
let sum = 0;
|
|
13
13
|
for (let i = 0; i <= (length - 1); i++) {
|
|
14
|
-
let
|
|
15
|
-
const
|
|
16
|
-
|
|
14
|
+
let c_1;
|
|
15
|
+
const c = columnAdress[(length - 1) - i];
|
|
16
|
+
c_1 = c.toLocaleUpperCase();
|
|
17
17
|
let factor;
|
|
18
18
|
const value = Math.pow(26, i);
|
|
19
19
|
factor = (value >>> 0);
|
|
20
|
-
sum = (sum + ((
|
|
20
|
+
sum = (sum + ((c_1.charCodeAt(0) - 64) * factor));
|
|
21
21
|
}
|
|
22
22
|
return sum;
|
|
23
23
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { FsRangeAddress__Copy, FsRangeAddress__get_LastAddress, FsRangeAddress__get_FirstAddress, FsRangeAddress_$ctor_7E77A4A0 } from "./Ranges/FsRangeAddress.fs.js";
|
|
2
2
|
import { FsAddress__set_ColumnNumber_Z524259A4, FsAddress__get_ColumnNumber, FsAddress__get_RowNumber, FsAddress_$ctor_Z37302880 } from "./FsAddress.fs.js";
|
|
3
3
|
import { FsCellsCollection__Add_Z21F271A4, FsCellsCollection__GetCellsInColumn_Z524259A4, FsCellsCollection_$ctor } from "./Cells/FsCellsCollection.fs.js";
|
|
4
|
-
import { exists, map, maxBy, minBy, length } from "../fable-library.4.1
|
|
5
|
-
import { toIterator, getEnumerator, comparePrimitives } from "../fable-library.4.1
|
|
4
|
+
import { exists, map, maxBy, minBy, length } from "../fable-library.4.4.1/Seq.js";
|
|
5
|
+
import { toIterator, getEnumerator, comparePrimitives } from "../fable-library.4.4.1/Util.js";
|
|
6
6
|
import { FsRangeBase_$reflection, FsRangeBase, FsRangeBase__Cell_Z3407A44B, FsRangeBase__get_RangeAddress, FsRangeBase__Cells_Z2740B3CA } from "./Ranges/FsRangeBase.fs.js";
|
|
7
|
-
import { class_type } from "../fable-library.4.1
|
|
7
|
+
import { class_type } from "../fable-library.4.4.1/Reflection.js";
|
|
8
8
|
|
|
9
9
|
export class FsColumn extends FsRangeBase {
|
|
10
10
|
constructor(rangeAddress, cells) {
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { FsRangeAddress__Copy, FsRangeAddress__get_LastAddress, FsRangeAddress__get_FirstAddress, FsRangeAddress_$ctor_7E77A4A0 } from "./Ranges/FsRangeAddress.fs.js";
|
|
2
2
|
import { FsAddress__set_RowNumber_Z524259A4, FsAddress__get_RowNumber, FsAddress__get_ColumnNumber, FsAddress_$ctor_Z37302880 } from "./FsAddress.fs.js";
|
|
3
3
|
import { FsCellsCollection__Add_2E78CE33, FsCellsCollection__Add_Z21F271A4, FsCellsCollection__GetCellsInRow_Z524259A4, FsCellsCollection_$ctor } from "./Cells/FsCellsCollection.fs.js";
|
|
4
|
-
import { exists, map, maxBy, minBy, length } from "../fable-library.4.1
|
|
5
|
-
import { toIterator, getEnumerator, comparePrimitives } from "../fable-library.4.1
|
|
4
|
+
import { exists, map, maxBy, minBy, length } from "../fable-library.4.4.1/Seq.js";
|
|
5
|
+
import { toIterator, getEnumerator, comparePrimitives } from "../fable-library.4.4.1/Util.js";
|
|
6
6
|
import { FsRangeBase_$reflection, FsRangeBase, FsRangeBase__Cell_Z3407A44B, FsRangeBase__get_RangeAddress, FsRangeBase__Cells_Z2740B3CA } from "./Ranges/FsRangeBase.fs.js";
|
|
7
7
|
import { FsCell } from "./Cells/FsCell.fs.js";
|
|
8
|
-
import { class_type } from "../fable-library.4.1
|
|
8
|
+
import { class_type } from "../fable-library.4.4.1/Reflection.js";
|
|
9
9
|
|
|
10
10
|
export class FsRow extends FsRangeBase {
|
|
11
11
|
constructor(rangeAddress, cells) {
|