@nfdi4plants/arctrl 3.0.3 → 3.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (107) hide show
  1. package/dist/ts/node_modules/@fable-org/fable-library-js/System.Collections.Generic.js +320 -0
  2. package/dist/ts/ts/ARC.d.ts +3 -3
  3. package/dist/ts/ts/ARC.d.ts.map +1 -1
  4. package/dist/ts/ts/ARC.js +72 -93
  5. package/dist/ts/ts/CWL/CWLTypes.d.ts +162 -45
  6. package/dist/ts/ts/CWL/CWLTypes.d.ts.map +1 -1
  7. package/dist/ts/ts/CWL/CWLTypes.js +495 -104
  8. package/dist/ts/ts/CWL/Decode.d.ts +292 -46
  9. package/dist/ts/ts/CWL/Decode.d.ts.map +1 -1
  10. package/dist/ts/ts/CWL/Decode.js +951 -563
  11. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts +37 -0
  12. package/dist/ts/ts/CWL/DynamicObjHelpers.d.ts.map +1 -0
  13. package/dist/ts/ts/CWL/DynamicObjHelpers.js +57 -0
  14. package/dist/ts/ts/CWL/Encode.d.ts +117 -2
  15. package/dist/ts/ts/CWL/Encode.d.ts.map +1 -1
  16. package/dist/ts/ts/CWL/Encode.js +447 -193
  17. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts +8 -3
  18. package/dist/ts/ts/CWL/ExpressionToolDescription.d.ts.map +1 -1
  19. package/dist/ts/ts/CWL/ExpressionToolDescription.js +20 -4
  20. package/dist/ts/ts/CWL/Inputs.d.ts +65 -14
  21. package/dist/ts/ts/CWL/Inputs.d.ts.map +1 -1
  22. package/dist/ts/ts/CWL/Inputs.js +194 -51
  23. package/dist/ts/ts/CWL/OperationDescription.d.ts +8 -3
  24. package/dist/ts/ts/CWL/OperationDescription.d.ts.map +1 -1
  25. package/dist/ts/ts/CWL/OperationDescription.js +20 -4
  26. package/dist/ts/ts/CWL/Outputs.d.ts +51 -12
  27. package/dist/ts/ts/CWL/Outputs.d.ts.map +1 -1
  28. package/dist/ts/ts/CWL/Outputs.js +152 -76
  29. package/dist/ts/ts/CWL/ParameterReference.d.ts +4 -1
  30. package/dist/ts/ts/CWL/ParameterReference.d.ts.map +1 -1
  31. package/dist/ts/ts/CWL/ParameterReference.js +17 -6
  32. package/dist/ts/ts/CWL/Requirements.d.ts +140 -50
  33. package/dist/ts/ts/CWL/Requirements.d.ts.map +1 -1
  34. package/dist/ts/ts/CWL/Requirements.js +458 -127
  35. package/dist/ts/ts/CWL/ToolDescription.d.ts +31 -3
  36. package/dist/ts/ts/CWL/ToolDescription.d.ts.map +1 -1
  37. package/dist/ts/ts/CWL/ToolDescription.js +83 -4
  38. package/dist/ts/ts/CWL/WorkflowDescription.d.ts +8 -3
  39. package/dist/ts/ts/CWL/WorkflowDescription.d.ts.map +1 -1
  40. package/dist/ts/ts/CWL/WorkflowDescription.js +20 -4
  41. package/dist/ts/ts/CWL/WorkflowSteps.d.ts +50 -19
  42. package/dist/ts/ts/CWL/WorkflowSteps.d.ts.map +1 -1
  43. package/dist/ts/ts/CWL/WorkflowSteps.js +152 -23
  44. package/dist/ts/ts/Contract/Git.d.ts.map +1 -1
  45. package/dist/ts/ts/Contract/Git.js +1 -1
  46. package/dist/ts/ts/ContractIO/ContractIO.d.ts +3 -3
  47. package/dist/ts/ts/ContractIO/ContractIO.d.ts.map +1 -1
  48. package/dist/ts/ts/ContractIO/ContractIO.js +30 -23
  49. package/dist/ts/ts/Conversion/Assay.d.ts.map +1 -1
  50. package/dist/ts/ts/Conversion/Assay.js +4 -3
  51. package/dist/ts/ts/Conversion/Investigation.js +2 -2
  52. package/dist/ts/ts/Conversion/Person.d.ts +1 -1
  53. package/dist/ts/ts/Conversion/Person.d.ts.map +1 -1
  54. package/dist/ts/ts/Conversion/Person.js +27 -11
  55. package/dist/ts/ts/Conversion/Run.d.ts.map +1 -1
  56. package/dist/ts/ts/Conversion/Run.js +3 -2
  57. package/dist/ts/ts/Conversion/ScholarlyArticle.d.ts.map +1 -1
  58. package/dist/ts/ts/Conversion/ScholarlyArticle.js +2 -1
  59. package/dist/ts/ts/Conversion/Study.d.ts.map +1 -1
  60. package/dist/ts/ts/Conversion/Study.js +5 -4
  61. package/dist/ts/ts/Conversion/Workflow.d.ts.map +1 -1
  62. package/dist/ts/ts/Conversion/Workflow.js +13 -12
  63. package/dist/ts/ts/Conversion.d.ts +14 -10
  64. package/dist/ts/ts/Conversion.d.ts.map +1 -1
  65. package/dist/ts/ts/Conversion.js +18 -11
  66. package/dist/ts/ts/Core/ArcTypes.d.ts.map +1 -1
  67. package/dist/ts/ts/Core/ArcTypes.js +18 -0
  68. package/dist/ts/ts/Core/Datamap.d.ts.map +1 -1
  69. package/dist/ts/ts/Core/Datamap.js +4 -2
  70. package/dist/ts/ts/Core/OntologyAnnotation.d.ts.map +1 -1
  71. package/dist/ts/ts/Core/OntologyAnnotation.js +76 -2
  72. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts +3 -0
  73. package/dist/ts/ts/Core/Table/ArcTableAux.d.ts.map +1 -1
  74. package/dist/ts/ts/Core/Table/ArcTableAux.js +23 -10
  75. package/dist/ts/ts/Core/Table/ArcTables.d.ts +1 -0
  76. package/dist/ts/ts/Core/Table/ArcTables.d.ts.map +1 -1
  77. package/dist/ts/ts/Core/Table/ArcTables.js +7 -3
  78. package/dist/ts/ts/Json.d.ts +2 -2
  79. package/dist/ts/ts/Json.d.ts.map +1 -1
  80. package/dist/ts/ts/Json.js +3 -3
  81. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.d.ts.map +1 -1
  82. package/dist/ts/ts/WorkflowGraph/ReferenceParsing.js +2 -1
  83. package/dist/ts/ts/Yaml/ValidationPackage.d.ts +1 -1
  84. package/dist/ts/ts/Yaml/ValidationPackage.d.ts.map +1 -1
  85. package/dist/ts/ts/Yaml/ValidationPackage.js +5 -5
  86. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts +1 -1
  87. package/dist/ts/ts/Yaml/ValidationPackagesConfig.d.ts.map +1 -1
  88. package/dist/ts/ts/Yaml/ValidationPackagesConfig.js +5 -5
  89. package/dist/ts/ts/Yaml.js +1 -1
  90. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Decode.fs.js +96 -24
  91. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Persil.fs.js +11 -159
  92. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Preprocessing.fs.js +319 -0
  93. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Reader.fs.js +1867 -0
  94. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Regex.fs.js +1 -1
  95. package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/RegexActivePatterns.fs.js +2 -2
  96. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Syntax.fs.js +819 -0
  97. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.11/Writer.fs.js +686 -0
  98. package/package.json +1 -1
  99. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/FlowToBlock.fs.js +0 -956
  100. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Preprocessing.fs.js +0 -139
  101. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Reader.fs.js +0 -1314
  102. package/dist/ts/ts/fable_modules/YAMLicious.1.0.0-alpha.5/Writer.fs.js +0 -391
  103. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Encode.fs.js +0 -0
  104. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Escapes.fs.js +0 -0
  105. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/Interop/JsInterop.fs.js +0 -0
  106. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/StringBuffer.fs.js +0 -0
  107. /package/dist/ts/ts/fable_modules/{YAMLicious.1.0.0-alpha.5 → YAMLicious.1.0.0-alpha.11}/YAMLiciousTypes.fs.js +0 -0
@@ -1,16 +1,33 @@
1
- import { Union, Record } from '@fable-org/fable-library-js/Types.js';
2
1
  import { Option } from '@fable-org/fable-library-js/Option.js';
3
- import { IComparable, IEquatable } from '@fable-org/fable-library-js/Util.js';
2
+ import { LoadListingEnum_$union } from './Requirements.js';
3
+ import { int32 } from '@fable-org/fable-library-js/Int32.js';
4
+ import { FSharpSet } from '@fable-org/fable-library-js/Set.js';
5
+ import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
4
6
  import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
7
+ import { Union } from '@fable-org/fable-library-js/Types.js';
5
8
  import { CWLType_$union } from './CWLTypes.js';
6
- import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
7
- import { int32 } from '@fable-org/fable-library-js/Int32.js';
8
- export declare class OutputBinding extends Record implements IEquatable<OutputBinding>, IComparable<OutputBinding> {
9
- readonly Glob: Option<string>;
10
- constructor(Glob: Option<string>);
9
+ import { YAMLElement_$union } from '../fable_modules/YAMLicious.1.0.0-alpha.11/YAMLiciousTypes.fs.js';
10
+ export declare class OutputBinding extends DynamicObj {
11
+ _glob: Option<string>;
12
+ _loadContents: Option<boolean>;
13
+ _loadListing: Option<LoadListingEnum_$union>;
14
+ _outputEval: Option<string>;
15
+ constructor(glob?: string, loadContents?: boolean, loadListing?: LoadListingEnum_$union, outputEval?: string);
16
+ get Glob(): string | undefined;
17
+ set Glob(value: Option<string>);
18
+ get LoadContents(): boolean | undefined;
19
+ set LoadContents(value: Option<boolean>);
20
+ get LoadListing(): LoadListingEnum_$union | undefined;
21
+ set LoadListing(value: Option<LoadListingEnum_$union>);
22
+ get OutputEval(): string | undefined;
23
+ set OutputEval(value: Option<string>);
24
+ Equals(o: any): boolean;
25
+ GetHashCode(): int32;
26
+ static get KnownFieldNames(): FSharpSet<string>;
27
+ static create(glob?: string, loadContents?: boolean, loadListing?: LoadListingEnum_$union, outputEval?: string): OutputBinding;
11
28
  }
12
29
  export declare function OutputBinding_$reflection(): TypeInfo;
13
- export declare function OutputBinding_create_6DFDD678(glob?: string): OutputBinding;
30
+ export declare function OutputBinding_$ctor_Z179B3726(glob?: string, loadContents?: boolean, loadListing?: LoadListingEnum_$union, outputEval?: string): OutputBinding;
14
31
  export type OutputSource_$union = OutputSource<0> | OutputSource<1>;
15
32
  export type OutputSource_$cases = {
16
33
  0: ["Single", [string]];
@@ -27,18 +44,40 @@ export declare class OutputSource<Tag extends keyof OutputSource_$cases> extends
27
44
  }
28
45
  export declare function OutputSource_$reflection(): TypeInfo;
29
46
  export declare class CWLOutput extends DynamicObj {
30
- readonly name: string;
31
- "init@23": int32;
32
- constructor(name: string, type_?: CWLType_$union, outputBinding?: OutputBinding, outputSource?: OutputSource_$union);
47
+ _name: string;
48
+ _type: Option<CWLType_$union>;
49
+ _outputBinding: Option<OutputBinding>;
50
+ _outputSource: Option<OutputSource_$union>;
51
+ _label: Option<string>;
52
+ _secondaryFiles: Option<YAMLElement_$union>;
53
+ _streamable: Option<boolean>;
54
+ _doc: Option<string>;
55
+ _format: Option<string>;
56
+ constructor(name: string, type_?: CWLType_$union, outputBinding?: OutputBinding, outputSource?: OutputSource_$union, label?: string, secondaryFiles?: YAMLElement_$union, streamable?: boolean, doc?: string, format?: string);
33
57
  get Name(): string;
58
+ set Name(value: string);
34
59
  get Type_(): CWLType_$union | undefined;
35
60
  set Type_(value: Option<CWLType_$union>);
36
61
  get OutputBinding(): OutputBinding | undefined;
37
62
  set OutputBinding(value: Option<OutputBinding>);
38
63
  get OutputSource(): OutputSource_$union | undefined;
39
64
  set OutputSource(value: Option<OutputSource_$union>);
65
+ get Label(): string | undefined;
66
+ set Label(value: Option<string>);
67
+ get SecondaryFiles(): YAMLElement_$union | undefined;
68
+ set SecondaryFiles(value: Option<YAMLElement_$union>);
69
+ get Streamable(): boolean | undefined;
70
+ set Streamable(value: Option<boolean>);
71
+ get Doc(): string | undefined;
72
+ set Doc(value: Option<string>);
73
+ get Format(): string | undefined;
74
+ set Format(value: Option<string>);
40
75
  GetOutputSources(): string[];
76
+ Equals(o: any): boolean;
77
+ GetHashCode(): int32;
78
+ static get KnownFieldNames(): FSharpSet<string>;
79
+ normalizeOutputSource(_arg: Option<OutputSource_$union>): Option<OutputSource_$union>;
41
80
  }
42
81
  export declare function CWLOutput_$reflection(): TypeInfo;
43
- export declare function CWLOutput_$ctor_2471CF63(name: string, type_?: CWLType_$union, outputBinding?: OutputBinding, outputSource?: OutputSource_$union): CWLOutput;
82
+ export declare function CWLOutput_$ctor_6D2AEA18(name: string, type_?: CWLType_$union, outputBinding?: OutputBinding, outputSource?: OutputSource_$union, label?: string, secondaryFiles?: YAMLElement_$union, streamable?: boolean, doc?: string, format?: string): CWLOutput;
44
83
  //# sourceMappingURL=Outputs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Outputs.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/Outputs.ts"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,MAAM,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,EAA4B,MAAM,EAAE,MAAM,uCAAuC,CAAC;AACzF,OAAO,EAAa,WAAW,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACzF,OAAO,EAA6E,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAChJ,OAAO,EAAE,cAAc,EAAW,MAAM,eAAe,CAAC;AACxD,OAAO,EAA0B,UAAU,EAAE,MAAM,oDAAoD,CAAC;AAExG,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAE7D,qBAAa,aAAc,SAAQ,MAAO,YAAW,UAAU,CAAC,aAAa,CAAC,EAAE,WAAW,CAAC,aAAa,CAAC;IACtG,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,CAAC;gBAClB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC;CAInC;AAED,wBAAgB,yBAAyB,IAAI,QAAQ,CAEpD;AAED,wBAAgB,6BAA6B,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,aAAa,CAE1E;AAED,MAAM,MAAM,mBAAmB,GACzB,YAAY,CAAC,CAAC,CAAC,GACf,YAAY,CAAC,CAAC,CAAC,CAAA;AAErB,MAAM,MAAM,mBAAmB,GAAG;IAC9B,CAAC,EAAE,CAAC,QAAQ,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IACxB,CAAC,EAAE,CAAC,UAAU,EAAE,CAAC,MAAM,EAAE,CAAC,CAAC,CAAA;CAC9B,CAAA;AAED,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,MAAM,mBAE/C;AAED,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,MAAM,EAAE,mBAEnD;AAED,qBAAa,YAAY,CAAC,GAAG,SAAS,MAAM,mBAAmB,CAAE,SAAQ,KAAK,CAAC,GAAG,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAChG,QAAQ,CAAC,GAAG,EAAE,GAAG;IAAE,QAAQ,CAAC,MAAM,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;gBAAtD,GAAG,EAAE,GAAG,EAAW,MAAM,EAAE,mBAAmB,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAG3E,KAAK;IAGL,QAAQ,IAAI,MAAM,EAAE;CAIvB;AAED,wBAAgB,wBAAwB,IAAI,QAAQ,CAEnD;AAED,qBAAa,SAAU,SAAQ,UAAU;IACrC,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,SAAS,EAAE,KAAK,CAAC;gBACL,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,cAAc,EAAE,aAAa,CAAC,EAAE,aAAa,EAAE,YAAY,CAAC,EAAE,mBAAmB;IAUnH,IAAI,IAAI,IAAI,MAAM,CAGjB;IACD,IAAI,KAAK,IAAI,cAAc,GAAG,SAAS,CAItC;IACD,IAAI,KAAK,CAAC,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC,EAQtC;IACD,IAAI,aAAa,IAAI,aAAa,GAAG,SAAS,CAI7C;IACD,IAAI,aAAa,CAAC,KAAK,EAAE,MAAM,CAAC,aAAa,CAAC,EAQ7C;IACD,IAAI,YAAY,IAAI,mBAAmB,GAAG,SAAS,CAIlD;IACD,IAAI,YAAY,CAAC,KAAK,EAAE,MAAM,CAAC,mBAAmB,CAAC,EAmClD;IACD,gBAAgB,IAAI,MAAM,EAAE;CAW/B;AAED,wBAAgB,qBAAqB,IAAI,QAAQ,CAEhD;AAED,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,MAAM,EAAE,KAAK,CAAC,EAAE,cAAc,EAAE,aAAa,CAAC,EAAE,aAAa,EAAE,YAAY,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAE3J"}
1
+ {"version":3,"file":"Outputs.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/Outputs.ts"],"names":[],"mappings":"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"}
@@ -1,22 +1,74 @@
1
- import { Record, Union, FSharpRef } from '../../node_modules/@fable-org/fable-library-js/Types.js';
2
1
  import { unwrap, value } from '../../node_modules/@fable-org/fable-library-js/Option.js';
3
- import { defaultOf } from '../../node_modules/@fable-org/fable-library-js/Util.js';
4
- import { record_type, option_type, string_type, union_type, array_type, class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
5
- import { CWLType } from './CWLTypes.js';
2
+ import { equals, arrayHash, comparePrimitives } from '../../node_modules/@fable-org/fable-library-js/Util.js';
3
+ import { dynamicPropertiesEqual, hashDynamicProperties } from './DynamicObjHelpers.js';
4
+ import { ofSeq } from '../../node_modules/@fable-org/fable-library-js/Set.js';
6
5
  import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
7
- import { setOptionalProperty, removeProperty, setProperty } from '../fable_modules/DynamicObj.7.1.0/DynObj.fs.js';
6
+ import { class_type, union_type, string_type, array_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
7
+ import { Union } from '../../node_modules/@fable-org/fable-library-js/Types.js';
8
8
 
9
- class OutputBinding extends Record {
10
- constructor(Glob) {
9
+ class OutputBinding extends DynamicObj {
10
+ constructor(glob, loadContents, loadListing, outputEval) {
11
11
  super();
12
- this.Glob = Glob;
12
+ this._glob = glob;
13
+ this._loadContents = loadContents;
14
+ this._loadListing = loadListing;
15
+ this._outputEval = outputEval;
16
+ }
17
+ get Glob() {
18
+ const this$ = this;
19
+ return unwrap(this$._glob);
20
+ }
21
+ set Glob(value) {
22
+ const this$ = this;
23
+ this$._glob = value;
24
+ }
25
+ get LoadContents() {
26
+ const this$ = this;
27
+ return unwrap(this$._loadContents);
28
+ }
29
+ set LoadContents(value) {
30
+ const this$ = this;
31
+ this$._loadContents = value;
32
+ }
33
+ get LoadListing() {
34
+ const this$ = this;
35
+ return unwrap(this$._loadListing);
36
+ }
37
+ set LoadListing(value) {
38
+ const this$ = this;
39
+ this$._loadListing = value;
40
+ }
41
+ get OutputEval() {
42
+ const this$ = this;
43
+ return unwrap(this$._outputEval);
44
+ }
45
+ set OutputEval(value) {
46
+ const this$ = this;
47
+ this$._outputEval = value;
48
+ }
49
+ Equals(o) {
50
+ let other;
51
+ const this$ = this;
52
+ return o instanceof OutputBinding && (other = o, equals(this$.Glob, other.Glob) && equals(this$.LoadContents, other.LoadContents) && equals(this$.LoadListing, other.LoadListing) && equals(this$.OutputEval, other.OutputEval) && dynamicPropertiesEqual(this$, other));
53
+ }
54
+ GetHashCode() {
55
+ const this$ = this;
56
+ return arrayHash([this$.Glob, this$.LoadContents, this$.LoadListing, this$.OutputEval, hashDynamicProperties(this$)]) | 0;
57
+ }
58
+ static get KnownFieldNames() {
59
+ return ofSeq(["loadContents", "loadListing", "glob", "outputEval"], {
60
+ Compare: comparePrimitives
61
+ });
62
+ }
63
+ static create(glob, loadContents, loadListing, outputEval) {
64
+ return new OutputBinding(unwrap(glob), unwrap(loadContents), unwrap(loadListing), unwrap(outputEval));
13
65
  }
14
66
  }
15
67
  function OutputBinding_$reflection() {
16
- return record_type("ARCtrl.CWL.OutputBinding", [], OutputBinding, () => [["Glob", option_type(string_type)]]);
68
+ return class_type("ARCtrl.CWL.OutputBinding", void 0, OutputBinding, DynamicObj_$reflection());
17
69
  }
18
- function OutputBinding_create_6DFDD678(glob) {
19
- return new OutputBinding(glob);
70
+ function OutputBinding_$ctor_Z179B3726(glob, loadContents, loadListing, outputEval) {
71
+ return new OutputBinding(glob, loadContents, loadListing, outputEval);
20
72
  }
21
73
  function OutputSource_Single(Item) {
22
74
  return new OutputSource(0, [Item]);
@@ -43,84 +95,89 @@ function OutputSource_$reflection() {
43
95
  return union_type("ARCtrl.CWL.OutputSource", [], OutputSource, () => [[["Item", string_type]], [["Item", array_type(string_type)]]]);
44
96
  }
45
97
  class CWLOutput extends DynamicObj {
46
- constructor(name, type_, outputBinding, outputSource) {
98
+ constructor(name, type_, outputBinding, outputSource, label, secondaryFiles, streamable, doc, format) {
47
99
  super();
48
- const this$ = new FSharpRef(defaultOf());
49
- this.name = name;
50
- this$.contents = this;
51
- this["init@23"] = 1;
52
- setOptionalProperty("type", type_, this$.contents);
53
- setOptionalProperty("outputBinding", outputBinding, this$.contents);
54
- setOptionalProperty("outputSource", outputSource, this$.contents);
100
+ this._name = name;
101
+ this._type = type_;
102
+ this._outputBinding = outputBinding;
103
+ this._outputSource = this.normalizeOutputSource(outputSource);
104
+ this._label = label;
105
+ this._secondaryFiles = secondaryFiles;
106
+ this._streamable = streamable;
107
+ this._doc = doc;
108
+ this._format = format;
55
109
  }
56
110
  get Name() {
57
111
  const this$ = this;
58
- return this$.name;
112
+ return this$._name;
113
+ }
114
+ set Name(value) {
115
+ const this$ = this;
116
+ this$._name = value;
59
117
  }
60
118
  get Type_() {
61
- let dynObj, matchValue, o;
62
119
  const this$ = this;
63
- return unwrap((dynObj = this$, matchValue = dynObj.TryGetPropertyValue("type"), matchValue != null ? (o = value(matchValue), o instanceof CWLType ? o : void 0) : void 0));
120
+ return unwrap(this$._type);
64
121
  }
65
- set Type_(value$1) {
122
+ set Type_(value) {
66
123
  const this$ = this;
67
- if (value$1 == null) {
68
- removeProperty("type", this$);
69
- } else {
70
- setProperty("type", value(value$1), this$);
71
- }
124
+ this$._type = value;
72
125
  }
73
126
  get OutputBinding() {
74
- let dynObj, matchValue, o;
75
127
  const this$ = this;
76
- return unwrap((dynObj = this$, matchValue = dynObj.TryGetPropertyValue("outputBinding"), matchValue != null ? (o = value(matchValue), o instanceof OutputBinding ? o : void 0) : void 0));
128
+ return unwrap(this$._outputBinding);
77
129
  }
78
- set OutputBinding(value$1) {
130
+ set OutputBinding(value) {
79
131
  const this$ = this;
80
- if (value$1 == null) {
81
- removeProperty("outputBinding", this$);
82
- } else {
83
- setProperty("outputBinding", value(value$1), this$);
84
- }
132
+ this$._outputBinding = value;
85
133
  }
86
134
  get OutputSource() {
87
- let dynObj, matchValue, o;
88
- const this$ = this;
89
- return unwrap((dynObj = this$, matchValue = dynObj.TryGetPropertyValue("outputSource"), matchValue != null ? (o = value(matchValue), o instanceof OutputSource ? o : void 0) : void 0));
90
- }
91
- set OutputSource(value$1) {
92
- let values;
93
- const this$ = this;
94
- let matchResult, values_1, v;
95
- if (value$1 == null) {
96
- matchResult = 2;
97
- } else if (value(value$1).tag === /* Multiple */
98
- 1) {
99
- if (values = value(value$1).fields[0], values.length === 0) {
100
- matchResult = 0;
101
- values_1 = value(value$1).fields[0];
102
- } else {
103
- matchResult = 1;
104
- v = value(value$1);
105
- }
106
- } else {
107
- matchResult = 1;
108
- v = value(value$1);
109
- }
110
- switch (matchResult) {
111
- case 0: {
112
- removeProperty("outputSource", this$);
113
- break;
114
- }
115
- case 1: {
116
- setProperty("outputSource", v, this$);
117
- break;
118
- }
119
- case 2: {
120
- removeProperty("outputSource", this$);
121
- break;
122
- }
123
- }
135
+ const this$ = this;
136
+ return unwrap(this$._outputSource);
137
+ }
138
+ set OutputSource(value) {
139
+ const this$ = this;
140
+ this$._outputSource = this$.normalizeOutputSource(value);
141
+ }
142
+ get Label() {
143
+ const this$ = this;
144
+ return unwrap(this$._label);
145
+ }
146
+ set Label(value) {
147
+ const this$ = this;
148
+ this$._label = value;
149
+ }
150
+ get SecondaryFiles() {
151
+ const this$ = this;
152
+ return unwrap(this$._secondaryFiles);
153
+ }
154
+ set SecondaryFiles(value) {
155
+ const this$ = this;
156
+ this$._secondaryFiles = value;
157
+ }
158
+ get Streamable() {
159
+ const this$ = this;
160
+ return unwrap(this$._streamable);
161
+ }
162
+ set Streamable(value) {
163
+ const this$ = this;
164
+ this$._streamable = value;
165
+ }
166
+ get Doc() {
167
+ const this$ = this;
168
+ return unwrap(this$._doc);
169
+ }
170
+ set Doc(value) {
171
+ const this$ = this;
172
+ this$._doc = value;
173
+ }
174
+ get Format() {
175
+ const this$ = this;
176
+ return unwrap(this$._format);
177
+ }
178
+ set Format(value) {
179
+ const this$ = this;
180
+ this$._format = value;
124
181
  }
125
182
  GetOutputSources() {
126
183
  const this$ = this;
@@ -132,12 +189,31 @@ class CWLOutput extends DynamicObj {
132
189
  return [];
133
190
  }
134
191
  }
192
+ Equals(o) {
193
+ let other;
194
+ const this$ = this;
195
+ return o instanceof CWLOutput && (other = o, this$.Name === other.Name && equals(this$.Type_, other.Type_) && equals(this$.OutputBinding, other.OutputBinding) && equals(this$.OutputSource, other.OutputSource) && equals(this$.Label, other.Label) && equals(this$.SecondaryFiles, other.SecondaryFiles) && equals(this$.Streamable, other.Streamable) && equals(this$.Doc, other.Doc) && equals(this$.Format, other.Format) && dynamicPropertiesEqual(this$, other));
196
+ }
197
+ GetHashCode() {
198
+ const this$ = this;
199
+ return arrayHash([this$.Name, this$.Type_, this$.OutputBinding, this$.OutputSource, this$.Label, this$.SecondaryFiles, this$.Streamable, this$.Doc, this$.Format, hashDynamicProperties(this$)]) | 0;
200
+ }
201
+ static get KnownFieldNames() {
202
+ return ofSeq(["id", "type", "label", "secondaryFiles", "streamable", "doc", "format", "outputBinding", "outputSource"], {
203
+ Compare: comparePrimitives
204
+ });
205
+ }
206
+ normalizeOutputSource(_arg) {
207
+ let values, values_1;
208
+ return _arg != null ? value(_arg).tag === /* Multiple */
209
+ 1 ? (values = value(_arg).fields[0], values.length === 0) ? (values_1 = value(_arg).fields[0], void 0) : _arg : _arg : _arg;
210
+ }
135
211
  }
136
212
  function CWLOutput_$reflection() {
137
213
  return class_type("ARCtrl.CWL.CWLOutput", void 0, CWLOutput, DynamicObj_$reflection());
138
214
  }
139
- function CWLOutput_$ctor_2471CF63(name, type_, outputBinding, outputSource) {
140
- return new CWLOutput(name, type_, outputBinding, outputSource);
215
+ function CWLOutput_$ctor_6D2AEA18(name, type_, outputBinding, outputSource, label, secondaryFiles, streamable, doc, format) {
216
+ return new CWLOutput(name, type_, outputBinding, outputSource, label, secondaryFiles, streamable, doc, format);
141
217
  }
142
218
 
143
- export { CWLOutput, CWLOutput_$ctor_2471CF63, CWLOutput_$reflection, OutputBinding, OutputBinding_$reflection, OutputBinding_create_6DFDD678, OutputSource, OutputSource_$reflection, OutputSource_Multiple, OutputSource_Single };
219
+ export { CWLOutput, CWLOutput_$ctor_6D2AEA18, CWLOutput_$reflection, OutputBinding, OutputBinding_$ctor_Z179B3726, OutputBinding_$reflection, OutputSource, OutputSource_$reflection, OutputSource_Multiple, OutputSource_Single };
@@ -1,8 +1,10 @@
1
1
  import { Option } from '@fable-org/fable-library-js/Option.js';
2
2
  import { CWLType_$union } from './CWLTypes.js';
3
3
  import { int32 } from '@fable-org/fable-library-js/Int32.js';
4
+ import { FSharpSet } from '@fable-org/fable-library-js/Set.js';
5
+ import { DynamicObj } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
4
6
  import { TypeInfo } from '@fable-org/fable-library-js/Reflection.js';
5
- export declare class CWLParameterReference {
7
+ export declare class CWLParameterReference extends DynamicObj {
6
8
  _key: string;
7
9
  _values: string[];
8
10
  _type: Option<CWLType_$union>;
@@ -17,6 +19,7 @@ export declare class CWLParameterReference {
17
19
  Equals(obj: any): boolean;
18
20
  StructurallyEquals(other: CWLParameterReference): boolean;
19
21
  ReferenceEquals(other: CWLParameterReference): boolean;
22
+ static get KnownFieldNames(): FSharpSet<string>;
20
23
  }
21
24
  export declare function CWLParameterReference_$reflection(): TypeInfo;
22
25
  export declare function CWLParameterReference_$ctor_Z6E62A082(key: string, values?: string[], type_?: CWLType_$union): CWLParameterReference;
@@ -1 +1 @@
1
- {"version":3,"file":"ParameterReference.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/ParameterReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAU,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAE/C,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAE7D,OAAO,EAAc,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAEjF,qBAAa,qBAAqB;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;gBAClB,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,CAAC,EAAE,cAAc;IAKlE,IAAI,GAAG,IAAI,MAAM,CAGhB;IACD,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM,EAGpB;IACD,IAAI,MAAM,IAAI,MAAM,EAAE,CAGrB;IACD,IAAI,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,EAGzB;IACD,IAAI,IAAI,IAAI,cAAc,GAAG,SAAS,CAGrC;IACD,IAAI,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC,EAGrC;IACD,WAAW,IAAI,KAAK;IAIpB,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAIzB,kBAAkB,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO;IAIzD,eAAe,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO;CAIzD;AAED,wBAAgB,iCAAiC,IAAI,QAAQ,CAE5D;AAED,wBAAgB,qCAAqC,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,CAAC,EAAE,cAAc,GAAG,qBAAqB,CAEnI"}
1
+ {"version":3,"file":"ParameterReference.d.ts","sourceRoot":"","sources":["../../../../src/ARCtrl/ts/CWL/ParameterReference.ts"],"names":[],"mappings":"AAAA,OAAO,EAAc,MAAM,EAAU,MAAM,uCAAuC,CAAC;AACnF,OAAO,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAG/C,OAAO,EAAE,KAAK,EAAE,MAAM,sCAAsC,CAAC;AAG7D,OAAO,EAAE,SAAS,EAAS,MAAM,oCAAoC,CAAC;AACtE,OAAO,EAA0B,UAAU,EAAE,MAAM,oDAAoD,CAAC;AACxG,OAAO,EAAc,QAAQ,EAAE,MAAM,2CAA2C,CAAC;AAEjF,qBAAa,qBAAsB,SAAQ,UAAU;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC,CAAC;gBAClB,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,CAAC,EAAE,cAAc;IAMlE,IAAI,GAAG,IAAI,MAAM,CAGhB;IACD,IAAI,GAAG,CAAC,KAAK,EAAE,MAAM,EAGpB;IACD,IAAI,MAAM,IAAI,MAAM,EAAE,CAGrB;IACD,IAAI,MAAM,CAAC,KAAK,EAAE,MAAM,EAAE,EAGzB;IACD,IAAI,IAAI,IAAI,cAAc,GAAG,SAAS,CAGrC;IACD,IAAI,IAAI,CAAC,KAAK,EAAE,MAAM,CAAC,cAAc,CAAC,EAGrC;IACD,WAAW,IAAI,KAAK;IAIpB,MAAM,CAAC,GAAG,EAAE,GAAG,GAAG,OAAO;IAKzB,kBAAkB,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO;IAIzD,eAAe,CAAC,KAAK,EAAE,qBAAqB,GAAG,OAAO;IAItD,MAAM,KAAK,eAAe,IAAI,SAAS,CAAC,MAAM,CAAC,CAI9C;CACJ;AAED,wBAAgB,iCAAiC,IAAI,QAAQ,CAE5D;AAED,wBAAgB,qCAAqC,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,EAAE,EAAE,KAAK,CAAC,EAAE,cAAc,GAAG,qBAAqB,CAEnI"}
@@ -1,10 +1,15 @@
1
1
  import { defaultArg, unwrap } from '../../node_modules/@fable-org/fable-library-js/Option.js';
2
2
  import { boxHashArray, boxHashSeq, hash, boxHashOption } from './HashHelpers.js';
3
- import { safeHash } from '../../node_modules/@fable-org/fable-library-js/Util.js';
3
+ import { hashDynamicProperties, dynamicPropertiesEqual } from './DynamicObjHelpers.js';
4
+ import { forAll2 } from '../../node_modules/@fable-org/fable-library-js/Seq.js';
5
+ import { equals, comparePrimitives } from '../../node_modules/@fable-org/fable-library-js/Util.js';
6
+ import { ofSeq } from '../../node_modules/@fable-org/fable-library-js/Set.js';
7
+ import { DynamicObj, DynamicObj_$reflection } from '../fable_modules/DynamicObj.7.1.0/DynamicObj.fs.js';
4
8
  import { class_type } from '../../node_modules/@fable-org/fable-library-js/Reflection.js';
5
9
 
6
- class CWLParameterReference {
10
+ class CWLParameterReference extends DynamicObj {
7
11
  constructor(key, values, type_) {
12
+ super();
8
13
  this._key = key;
9
14
  this._values = defaultArg(values, []);
10
15
  this._type = type_;
@@ -35,23 +40,29 @@ class CWLParameterReference {
35
40
  }
36
41
  GetHashCode() {
37
42
  const this$ = this;
38
- return boxHashArray([boxHashSeq(this$.Values), hash(this$.Key), boxHashOption(this$.Type)]) | 0;
43
+ return boxHashArray([boxHashSeq(this$.Values), hash(this$.Key), boxHashOption(this$.Type), hashDynamicProperties(this$)]) | 0;
39
44
  }
40
45
  Equals(obj) {
46
+ let other;
41
47
  const this$ = this;
42
- return this$.StructurallyEquals(obj);
48
+ return obj instanceof CWLParameterReference && (other = obj, this$.StructurallyEquals(other));
43
49
  }
44
50
  StructurallyEquals(other) {
45
51
  const this$ = this;
46
- return safeHash(this$) === safeHash(other);
52
+ return this$.Key === other.Key && this$.Values.length === other.Values.length && forAll2((x, y) => x === y, this$.Values, other.Values) && equals(this$.Type, other.Type) && dynamicPropertiesEqual(this$, other);
47
53
  }
48
54
  ReferenceEquals(other) {
49
55
  const this$ = this;
50
56
  return this$ === other;
51
57
  }
58
+ static get KnownFieldNames() {
59
+ return ofSeq(["class", "path", "location", "type", "value"], {
60
+ Compare: comparePrimitives
61
+ });
62
+ }
52
63
  }
53
64
  function CWLParameterReference_$reflection() {
54
- return class_type("ARCtrl.CWL.CWLParameterReference", void 0, CWLParameterReference);
65
+ return class_type("ARCtrl.CWL.CWLParameterReference", void 0, CWLParameterReference, DynamicObj_$reflection());
55
66
  }
56
67
  function CWLParameterReference_$ctor_Z6E62A082(key, values, type_) {
57
68
  return new CWLParameterReference(key, values, type_);