@morscherlab/mint-sdk 1.0.0-rc.2 → 1.0.0-rc.4

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 (178) hide show
  1. package/dist/components/AppSidebar.vue.d.ts +3 -3
  2. package/dist/components/ControlWorkspaceView.vue.d.ts +3 -3
  3. package/dist/components/DoseDesignWorkspaceView.vue.d.ts +1 -1
  4. package/dist/components/PluginWorkspaceView.vue.d.ts +3 -3
  5. package/dist/components/index.js +2 -2
  6. package/dist/{components-BhK-dW99.js → components-DafPc4rM.js} +3 -3
  7. package/dist/{components-BhK-dW99.js.map → components-DafPc4rM.js.map} +1 -1
  8. package/dist/composables/controlComponentBindings.d.ts +7 -0
  9. package/dist/composables/controlSchemaAdapters.d.ts +20 -0
  10. package/dist/composables/controlSchemaFormFields.d.ts +3 -0
  11. package/dist/composables/controlSchemaLayout.d.ts +7 -0
  12. package/dist/composables/controlSchemaNormalize.d.ts +15 -0
  13. package/dist/composables/controlSchemaUtils.d.ts +9 -0
  14. package/dist/composables/controlWorkspaceOptions.d.ts +2 -0
  15. package/dist/composables/index.js +3 -3
  16. package/dist/composables/useControlSchema.d.ts +4 -30
  17. package/dist/composables/useControlWorkspace.d.ts +5 -0
  18. package/dist/{composables-Bg7CFuNz.js → composables-BMkPQhVK.js} +2 -2
  19. package/dist/{composables-Bg7CFuNz.js.map → composables-BMkPQhVK.js.map} +1 -1
  20. package/dist/index.js +4 -4
  21. package/dist/install.js +2 -2
  22. package/dist/templates/adapters.d.ts +14 -47
  23. package/dist/templates/assayLookups.d.ts +3 -0
  24. package/dist/templates/assayMatrixAdapters.d.ts +6 -0
  25. package/dist/templates/assayMatrixBuilder.d.ts +2 -0
  26. package/dist/templates/assayNormalizers.d.ts +4 -0
  27. package/dist/templates/builderDefaults.d.ts +1 -0
  28. package/dist/templates/builderIdUtils.d.ts +4 -0
  29. package/dist/templates/builderPresetControls.d.ts +10 -0
  30. package/dist/templates/builderReadUtils.d.ts +8 -0
  31. package/dist/templates/builders.d.ts +26 -67
  32. package/dist/templates/calibrationCurveAdapters.d.ts +4 -0
  33. package/dist/templates/calibrationCurveBuilder.d.ts +2 -0
  34. package/dist/templates/calibrationNormalizers.d.ts +5 -0
  35. package/dist/templates/componentBindingCatalog.d.ts +25 -0
  36. package/dist/templates/componentBindingHelpers.d.ts +17 -0
  37. package/dist/templates/componentDoseResponseProps.d.ts +3 -0
  38. package/dist/templates/componentGenericProps.d.ts +8 -0
  39. package/dist/templates/componentPlateHelpers.d.ts +5 -0
  40. package/dist/templates/componentPlateMapProps.d.ts +3 -0
  41. package/dist/templates/componentPropsFactory.d.ts +3 -0
  42. package/dist/templates/componentQpcrPlateProps.d.ts +3 -0
  43. package/dist/templates/componentTargetResolvers.d.ts +5 -0
  44. package/dist/templates/componentTemplateProps.d.ts +3 -0
  45. package/dist/templates/controlSchemaClone.d.ts +4 -0
  46. package/dist/templates/controlSchemaConstants.d.ts +10 -0
  47. package/dist/templates/controlSchemaMerge.d.ts +3 -0
  48. package/dist/templates/controlSchemaTargets.d.ts +17 -0
  49. package/dist/templates/controlSchemaTypes.d.ts +4 -0
  50. package/dist/templates/controlSchemas.d.ts +4 -4
  51. package/dist/templates/defaultBioTemplateBuilder.d.ts +2 -0
  52. package/dist/templates/doseResponseAdapters.d.ts +4 -0
  53. package/dist/templates/doseResponseBuilder.d.ts +2 -0
  54. package/dist/templates/elisaAssayCollectionBuilder.d.ts +2 -0
  55. package/dist/templates/flowCytometryAssayCollectionBuilder.d.ts +2 -0
  56. package/dist/templates/flowCytometryPanelBuilder.d.ts +2 -0
  57. package/dist/templates/flowNormalizers.d.ts +8 -0
  58. package/dist/templates/flowPanelAdapters.d.ts +4 -0
  59. package/dist/templates/index.js +1 -1
  60. package/dist/templates/instrumentRunAdapterHelpers.d.ts +8 -0
  61. package/dist/templates/instrumentRunAdapters.d.ts +8 -0
  62. package/dist/templates/instrumentRunBuilder.d.ts +2 -0
  63. package/dist/templates/lcmsBatchCollectionBuilder.d.ts +2 -0
  64. package/dist/templates/plateGeometry.d.ts +4 -0
  65. package/dist/templates/plateMapAdapters.d.ts +3 -0
  66. package/dist/templates/plateMapBuilder.d.ts +2 -0
  67. package/dist/templates/presetControlSchemas.d.ts +534 -0
  68. package/dist/templates/protocolAdapters.d.ts +5 -0
  69. package/dist/templates/protocolNormalizers.d.ts +6 -0
  70. package/dist/templates/protocolStepsBuilder.d.ts +2 -0
  71. package/dist/templates/qpcrAdapters.d.ts +5 -0
  72. package/dist/templates/qpcrExpressionCollectionBuilder.d.ts +2 -0
  73. package/dist/templates/qpcrPlateBuilder.d.ts +2 -0
  74. package/dist/templates/reagentAdapters.d.ts +5 -0
  75. package/dist/templates/reagentListBuilder.d.ts +2 -0
  76. package/dist/templates/runNormalizers.d.ts +10 -0
  77. package/dist/templates/sampleNormalizers.d.ts +4 -0
  78. package/dist/templates/samplePrepAdapters.d.ts +4 -0
  79. package/dist/templates/samplePrepBuilder.d.ts +2 -0
  80. package/dist/templates/sampleSheetAdapters.d.ts +5 -0
  81. package/dist/templates/sampleSheetBuilder.d.ts +2 -0
  82. package/dist/templates/targetedMetabolomicsCollectionBuilder.d.ts +2 -0
  83. package/dist/templates/targetedMetabolomicsHelpers.d.ts +5 -0
  84. package/dist/templates/templateControlSchemas.d.ts +400 -0
  85. package/dist/templates/templateEnvelopes.d.ts +9 -0
  86. package/dist/templates/templatePackCollectionBuilder.d.ts +2 -0
  87. package/dist/templates/templatePresetCollectionBuilder.d.ts +18 -0
  88. package/dist/templates/templateValidators.d.ts +13 -0
  89. package/dist/templates/timeCourseAdapters.d.ts +5 -0
  90. package/dist/templates/timeCourseBuilder.d.ts +2 -0
  91. package/dist/templates/wellPlateScreenCollectionBuilder.d.ts +2 -0
  92. package/dist/templates/westernBlotAssayCollectionBuilder.d.ts +2 -0
  93. package/dist/{templates-BorLR_7p.js → templates-bUAWMn5L.js} +3574 -3428
  94. package/dist/templates-bUAWMn5L.js.map +1 -0
  95. package/dist/{useProtocolTemplates-n6AJqSqv.js → useProtocolTemplates-QZtHFFH2.js} +2 -2
  96. package/dist/{useProtocolTemplates-n6AJqSqv.js.map → useProtocolTemplates-QZtHFFH2.js.map} +1 -1
  97. package/package.json +1 -1
  98. package/src/composables/controlComponentBindings.ts +80 -0
  99. package/src/composables/controlSchemaAdapters.ts +196 -0
  100. package/src/composables/controlSchemaFormFields.ts +61 -0
  101. package/src/composables/controlSchemaLayout.ts +59 -0
  102. package/src/composables/controlSchemaNormalize.ts +101 -0
  103. package/src/composables/controlSchemaUtils.ts +36 -0
  104. package/src/composables/controlWorkspaceOptions.ts +21 -0
  105. package/src/composables/useControlSchema.ts +51 -628
  106. package/src/composables/useControlWorkspace.ts +207 -0
  107. package/src/templates/adapters.ts +89 -930
  108. package/src/templates/assayLookups.ts +33 -0
  109. package/src/templates/assayMatrixAdapters.ts +78 -0
  110. package/src/templates/assayMatrixBuilder.ts +59 -0
  111. package/src/templates/assayNormalizers.ts +34 -0
  112. package/src/templates/builderDefaults.ts +11 -0
  113. package/src/templates/builderIdUtils.ts +20 -0
  114. package/src/templates/builderPresetControls.ts +165 -0
  115. package/src/templates/builderReadUtils.ts +57 -0
  116. package/src/templates/builders.ts +122 -2350
  117. package/src/templates/calibrationCurveAdapters.ts +59 -0
  118. package/src/templates/calibrationCurveBuilder.ts +99 -0
  119. package/src/templates/calibrationNormalizers.ts +60 -0
  120. package/src/templates/componentBindingCatalog.ts +90 -0
  121. package/src/templates/componentBindingHelpers.ts +93 -0
  122. package/src/templates/componentBindings.ts +12 -461
  123. package/src/templates/componentDoseResponseProps.ts +42 -0
  124. package/src/templates/componentGenericProps.ts +77 -0
  125. package/src/templates/componentPlateHelpers.ts +29 -0
  126. package/src/templates/componentPlateMapProps.ts +32 -0
  127. package/src/templates/componentPropsFactory.ts +21 -0
  128. package/src/templates/componentQpcrPlateProps.ts +28 -0
  129. package/src/templates/componentTargetResolvers.ts +69 -0
  130. package/src/templates/componentTemplateProps.ts +78 -0
  131. package/src/templates/controlSchemaClone.ts +32 -0
  132. package/src/templates/controlSchemaConstants.ts +11 -0
  133. package/src/templates/controlSchemaMerge.ts +40 -0
  134. package/src/templates/controlSchemaTargets.ts +87 -0
  135. package/src/templates/controlSchemaTypes.ts +20 -0
  136. package/src/templates/controlSchemas.ts +22 -704
  137. package/src/templates/defaultBioTemplateBuilder.ts +124 -0
  138. package/src/templates/doseResponseAdapters.ts +45 -0
  139. package/src/templates/doseResponseBuilder.ts +44 -0
  140. package/src/templates/elisaAssayCollectionBuilder.ts +62 -0
  141. package/src/templates/flowCytometryAssayCollectionBuilder.ts +41 -0
  142. package/src/templates/flowCytometryPanelBuilder.ts +53 -0
  143. package/src/templates/flowNormalizers.ts +58 -0
  144. package/src/templates/flowPanelAdapters.ts +58 -0
  145. package/src/templates/instrumentRunAdapterHelpers.ts +94 -0
  146. package/src/templates/instrumentRunAdapters.ts +163 -0
  147. package/src/templates/instrumentRunBuilder.ts +97 -0
  148. package/src/templates/lcmsBatchCollectionBuilder.ts +38 -0
  149. package/src/templates/plateGeometry.ts +62 -0
  150. package/src/templates/plateMapAdapters.ts +36 -0
  151. package/src/templates/plateMapBuilder.ts +43 -0
  152. package/src/templates/presetControlSchemas.ts +258 -0
  153. package/src/templates/protocolAdapters.ts +69 -0
  154. package/src/templates/protocolNormalizers.ts +37 -0
  155. package/src/templates/protocolStepsBuilder.ts +36 -0
  156. package/src/templates/qpcrAdapters.ts +104 -0
  157. package/src/templates/qpcrExpressionCollectionBuilder.ts +33 -0
  158. package/src/templates/qpcrPlateBuilder.ts +96 -0
  159. package/src/templates/reagentAdapters.ts +77 -0
  160. package/src/templates/reagentListBuilder.ts +30 -0
  161. package/src/templates/runNormalizers.ts +63 -0
  162. package/src/templates/sampleNormalizers.ts +58 -0
  163. package/src/templates/samplePrepAdapters.ts +63 -0
  164. package/src/templates/samplePrepBuilder.ts +51 -0
  165. package/src/templates/sampleSheetAdapters.ts +75 -0
  166. package/src/templates/sampleSheetBuilder.ts +23 -0
  167. package/src/templates/targetedMetabolomicsCollectionBuilder.ts +79 -0
  168. package/src/templates/targetedMetabolomicsHelpers.ts +102 -0
  169. package/src/templates/templateControlSchemas.ts +320 -0
  170. package/src/templates/templateEnvelopes.ts +137 -0
  171. package/src/templates/templatePackCollectionBuilder.ts +23 -0
  172. package/src/templates/templatePresetCollectionBuilder.ts +139 -0
  173. package/src/templates/templateValidators.ts +414 -0
  174. package/src/templates/timeCourseAdapters.ts +73 -0
  175. package/src/templates/timeCourseBuilder.ts +64 -0
  176. package/src/templates/wellPlateScreenCollectionBuilder.ts +36 -0
  177. package/src/templates/westernBlotAssayCollectionBuilder.ts +68 -0
  178. package/dist/templates-BorLR_7p.js.map +0 -1
@@ -0,0 +1,534 @@
1
+ export declare const presetControlSchemas: {
2
+ 'wellplate-screen': {
3
+ sampleNames: {
4
+ default: string[];
5
+ type: "tags";
6
+ label: string;
7
+ section: string;
8
+ sectionLabel: string;
9
+ sectionSubtitle: string;
10
+ view: string;
11
+ sidebar: {
12
+ icon: string[];
13
+ iconColor: string;
14
+ iconBg: string;
15
+ };
16
+ };
17
+ unit: {
18
+ label: string;
19
+ default: string;
20
+ options: readonly ["nM", "uM", "mM", "ug/mL", "mg/mL"];
21
+ section: string;
22
+ sectionLabel: string;
23
+ sectionSubtitle: string;
24
+ view: string;
25
+ sidebar: {
26
+ icon: string[];
27
+ iconColor: string;
28
+ iconBg: string;
29
+ };
30
+ };
31
+ replicates: {
32
+ type: "number";
33
+ label: string;
34
+ default: number;
35
+ min: number;
36
+ max: number;
37
+ section: string;
38
+ view: string;
39
+ };
40
+ includePlateLayout: {
41
+ label: string;
42
+ default: boolean;
43
+ section: string;
44
+ sectionLabel: string;
45
+ sectionSubtitle: string;
46
+ view: string;
47
+ sidebar: {
48
+ icon: string[];
49
+ iconColor: string;
50
+ iconBg: string;
51
+ defaultOpen: false;
52
+ };
53
+ };
54
+ plateName: {
55
+ label: string;
56
+ default: string;
57
+ section: string;
58
+ sectionLabel: string;
59
+ sectionSubtitle: string;
60
+ view: string;
61
+ sidebar: {
62
+ icon: string[];
63
+ iconColor: string;
64
+ iconBg: string;
65
+ };
66
+ };
67
+ plateFormat: {
68
+ label: string;
69
+ default: number;
70
+ options: readonly [6, 12, 24, 48, 96, 384];
71
+ section: string;
72
+ view: string;
73
+ };
74
+ };
75
+ 'qpcr-expression': {
76
+ chemistry: {
77
+ label: string;
78
+ default: string;
79
+ options: string[];
80
+ section: string;
81
+ sectionLabel: string;
82
+ sectionSubtitle: string;
83
+ view: string;
84
+ sidebar: {
85
+ icon: string[];
86
+ iconColor: string;
87
+ iconBg: string;
88
+ };
89
+ };
90
+ replicates: {
91
+ type: "number";
92
+ label: string;
93
+ default: number;
94
+ min: number;
95
+ max: number;
96
+ section: string;
97
+ view: string;
98
+ };
99
+ includeNoTemplateControls: {
100
+ label: string;
101
+ default: boolean;
102
+ section: string;
103
+ sectionLabel: string;
104
+ view: string;
105
+ sidebar: {
106
+ icon: string[];
107
+ iconColor: string;
108
+ iconBg: string;
109
+ defaultOpen: false;
110
+ };
111
+ };
112
+ sampleNames: {
113
+ type: "tags";
114
+ label: string;
115
+ default: string[];
116
+ section: string;
117
+ sectionLabel: string;
118
+ sectionSubtitle: string;
119
+ view: string;
120
+ sidebar: {
121
+ icon: string[];
122
+ iconColor: string;
123
+ iconBg: string;
124
+ };
125
+ };
126
+ targets: {
127
+ type: "tags";
128
+ label: string;
129
+ default: string[];
130
+ section: string;
131
+ sectionLabel: string;
132
+ view: string;
133
+ sidebar: {
134
+ icon: string[];
135
+ iconColor: string;
136
+ iconBg: string;
137
+ };
138
+ };
139
+ };
140
+ 'lcms-batch': {
141
+ featureType: {
142
+ label: string;
143
+ default: string;
144
+ options: string[];
145
+ section: string;
146
+ sectionLabel: string;
147
+ sectionSubtitle: string;
148
+ view: string;
149
+ sidebar: {
150
+ icon: string[];
151
+ iconColor: string;
152
+ iconBg: string;
153
+ };
154
+ };
155
+ normalizeValues: {
156
+ label: string;
157
+ default: boolean;
158
+ section: string;
159
+ sectionLabel: string;
160
+ view: string;
161
+ sidebar: {
162
+ icon: string[];
163
+ iconColor: string;
164
+ iconBg: string;
165
+ defaultOpen: false;
166
+ };
167
+ };
168
+ instrument: {
169
+ label: string;
170
+ default: string;
171
+ options: string[];
172
+ section: string;
173
+ sectionLabel: string;
174
+ sectionSubtitle: string;
175
+ view: string;
176
+ sidebar: {
177
+ icon: string[];
178
+ iconColor: string;
179
+ iconBg: string;
180
+ };
181
+ };
182
+ method: {
183
+ label: string;
184
+ default: string;
185
+ section: string;
186
+ view: string;
187
+ };
188
+ includeQc: {
189
+ label: string;
190
+ default: boolean;
191
+ section: string;
192
+ sectionLabel: string;
193
+ view: string;
194
+ sidebar: {
195
+ icon: string[];
196
+ iconColor: string;
197
+ iconBg: string;
198
+ defaultOpen: false;
199
+ };
200
+ };
201
+ sampleNames: {
202
+ type: "tags";
203
+ label: string;
204
+ default: string[];
205
+ section: string;
206
+ sectionLabel: string;
207
+ sectionSubtitle: string;
208
+ view: string;
209
+ sidebar: {
210
+ icon: string[];
211
+ iconColor: string;
212
+ iconBg: string;
213
+ };
214
+ };
215
+ featureNames: {
216
+ type: "tags";
217
+ label: string;
218
+ default: string[];
219
+ section: string;
220
+ sectionLabel: string;
221
+ view: string;
222
+ sidebar: {
223
+ icon: string[];
224
+ iconColor: string;
225
+ iconBg: string;
226
+ };
227
+ };
228
+ };
229
+ 'targeted-metabolomics': {
230
+ sampleNames: {
231
+ type: "tags";
232
+ label: string;
233
+ default: string[];
234
+ section: string;
235
+ sectionLabel: string;
236
+ sectionSubtitle: string;
237
+ view: string;
238
+ sidebar: {
239
+ icon: string[];
240
+ iconColor: string;
241
+ iconBg: string;
242
+ };
243
+ };
244
+ metaboliteNames: {
245
+ type: "tags";
246
+ label: string;
247
+ default: string[];
248
+ section: string;
249
+ sectionLabel: string;
250
+ sectionSubtitle: string;
251
+ view: string;
252
+ sidebar: {
253
+ icon: string[];
254
+ iconColor: string;
255
+ iconBg: string;
256
+ };
257
+ };
258
+ internalStandards: {
259
+ type: "tags";
260
+ label: string;
261
+ default: string[];
262
+ section: string;
263
+ sectionLabel: string;
264
+ sectionSubtitle: string;
265
+ view: string;
266
+ sidebar: {
267
+ icon: string[];
268
+ iconColor: string;
269
+ iconBg: string;
270
+ };
271
+ };
272
+ standardConcentrations: {
273
+ type: "tags";
274
+ label: string;
275
+ default: string[];
276
+ section: string;
277
+ view: string;
278
+ };
279
+ concentrationUnit: {
280
+ label: string;
281
+ default: string;
282
+ options: readonly ["nM", "uM", "mM", "ug/mL", "mg/mL"];
283
+ section: string;
284
+ view: string;
285
+ };
286
+ responseUnit: {
287
+ label: string;
288
+ default: string;
289
+ section: string;
290
+ sectionLabel: string;
291
+ view: string;
292
+ sidebar: {
293
+ icon: string[];
294
+ iconColor: string;
295
+ iconBg: string;
296
+ };
297
+ };
298
+ instrument: {
299
+ default: string;
300
+ label: string;
301
+ options: string[];
302
+ section: string;
303
+ sectionLabel: string;
304
+ sectionSubtitle: string;
305
+ view: string;
306
+ sidebar: {
307
+ icon: string[];
308
+ iconColor: string;
309
+ iconBg: string;
310
+ };
311
+ };
312
+ method: {
313
+ default: string;
314
+ label: string;
315
+ section: string;
316
+ view: string;
317
+ };
318
+ prepType: {
319
+ default: string;
320
+ label: string;
321
+ options: string[];
322
+ section: string;
323
+ sectionLabel: string;
324
+ sectionSubtitle: string;
325
+ view: string;
326
+ sidebar: {
327
+ icon: string[];
328
+ iconColor: string;
329
+ iconBg: string;
330
+ };
331
+ };
332
+ outputVolume: {
333
+ type: "number";
334
+ label: string;
335
+ default: number;
336
+ min: number;
337
+ section: string;
338
+ view: string;
339
+ };
340
+ includeQc: {
341
+ label: string;
342
+ default: boolean;
343
+ section: string;
344
+ sectionLabel: string;
345
+ view: string;
346
+ sidebar: {
347
+ icon: string[];
348
+ iconColor: string;
349
+ iconBg: string;
350
+ defaultOpen: false;
351
+ };
352
+ };
353
+ };
354
+ 'elisa-assay': {
355
+ sampleNames: {
356
+ type: "tags";
357
+ label: string;
358
+ default: string[];
359
+ section: string;
360
+ sectionLabel: string;
361
+ sectionSubtitle: string;
362
+ view: string;
363
+ sidebar: {
364
+ icon: string[];
365
+ iconColor: string;
366
+ iconBg: string;
367
+ };
368
+ };
369
+ analyte: {
370
+ label: string;
371
+ default: string;
372
+ section: string;
373
+ sectionLabel: string;
374
+ sectionSubtitle: string;
375
+ view: string;
376
+ sidebar: {
377
+ icon: string[];
378
+ iconColor: string;
379
+ iconBg: string;
380
+ };
381
+ };
382
+ standardConcentrations: {
383
+ type: "tags";
384
+ label: string;
385
+ default: string[];
386
+ section: string;
387
+ view: string;
388
+ };
389
+ unit: {
390
+ label: string;
391
+ default: string;
392
+ options: string[];
393
+ section: string;
394
+ view: string;
395
+ };
396
+ responseUnit: {
397
+ label: string;
398
+ default: string;
399
+ section: string;
400
+ sectionLabel: string;
401
+ view: string;
402
+ sidebar: {
403
+ icon: string[];
404
+ iconColor: string;
405
+ iconBg: string;
406
+ };
407
+ };
408
+ plateName: {
409
+ label: string;
410
+ default: string;
411
+ section: string;
412
+ sectionLabel: string;
413
+ sectionSubtitle: string;
414
+ view: string;
415
+ sidebar: {
416
+ icon: string[];
417
+ iconColor: string;
418
+ iconBg: string;
419
+ };
420
+ };
421
+ plateFormat: {
422
+ label: string;
423
+ default: number;
424
+ options: readonly [6, 12, 24, 48, 96, 384];
425
+ section: string;
426
+ view: string;
427
+ };
428
+ };
429
+ 'flow-cytometry-assay': {
430
+ sampleNames: {
431
+ type: "tags";
432
+ label: string;
433
+ default: string[];
434
+ section: string;
435
+ sectionLabel: string;
436
+ sectionSubtitle: string;
437
+ view: string;
438
+ sidebar: {
439
+ icon: string[];
440
+ iconColor: string;
441
+ iconBg: string;
442
+ };
443
+ };
444
+ markers: {
445
+ default: string[];
446
+ type: "tags";
447
+ label: string;
448
+ section: string;
449
+ sectionLabel: string;
450
+ sectionSubtitle: string;
451
+ view: string;
452
+ sidebar: {
453
+ icon: string[];
454
+ iconColor: string;
455
+ iconBg: string;
456
+ };
457
+ };
458
+ featureNames: {
459
+ type: "tags";
460
+ label: string;
461
+ default: string[];
462
+ section: string;
463
+ sectionLabel: string;
464
+ sectionSubtitle: string;
465
+ view: string;
466
+ sidebar: {
467
+ icon: string[];
468
+ iconColor: string;
469
+ iconBg: string;
470
+ };
471
+ };
472
+ instrument: {
473
+ default: string;
474
+ label: string;
475
+ section: string;
476
+ sectionLabel: string;
477
+ sectionSubtitle: string;
478
+ view: string;
479
+ sidebar: {
480
+ icon: string[];
481
+ iconColor: string;
482
+ iconBg: string;
483
+ };
484
+ };
485
+ includeDefaultControls: {
486
+ label: string;
487
+ default: boolean;
488
+ section: string;
489
+ view: string;
490
+ };
491
+ };
492
+ 'western-blot-assay': {
493
+ sampleNames: {
494
+ type: "tags";
495
+ label: string;
496
+ default: string[];
497
+ section: string;
498
+ sectionLabel: string;
499
+ sectionSubtitle: string;
500
+ view: string;
501
+ sidebar: {
502
+ icon: string[];
503
+ iconColor: string;
504
+ iconBg: string;
505
+ };
506
+ };
507
+ targets: {
508
+ type: "tags";
509
+ label: string;
510
+ default: string[];
511
+ section: string;
512
+ sectionLabel: string;
513
+ sectionSubtitle: string;
514
+ view: string;
515
+ sidebar: {
516
+ icon: string[];
517
+ iconColor: string;
518
+ iconBg: string;
519
+ };
520
+ };
521
+ loadingControl: {
522
+ label: string;
523
+ default: string;
524
+ section: string;
525
+ sectionLabel: string;
526
+ view: string;
527
+ sidebar: {
528
+ icon: string[];
529
+ iconColor: string;
530
+ iconBg: string;
531
+ };
532
+ };
533
+ };
534
+ };
@@ -0,0 +1,5 @@
1
+ import { ProtocolColumnsAdapterResult, ProtocolDataFrameAdapterResult, ProtocolRowsAdapterResult, ProtocolStepsAdapterResult, ProtocolStepsTemplate, ProtocolStepsTemplateData } from './types';
2
+ export declare function toProtocolSteps(template: ProtocolStepsTemplate | ProtocolStepsTemplateData): ProtocolStepsAdapterResult;
3
+ export declare function toProtocolRows(template: ProtocolStepsTemplate | ProtocolStepsTemplateData): ProtocolRowsAdapterResult;
4
+ export declare function toProtocolColumns(): ProtocolColumnsAdapterResult;
5
+ export declare function toProtocolDataFrame(template: ProtocolStepsTemplate | ProtocolStepsTemplateData): ProtocolDataFrameAdapterResult;
@@ -0,0 +1,6 @@
1
+ import { ProtocolStepRecord, TimeCourseCondition, TimePoint } from './types';
2
+ export declare function normalizeTimePoint(timepoint: TimePoint): TimePoint;
3
+ export declare function normalizeCondition(condition: TimeCourseCondition): TimeCourseCondition;
4
+ export declare function normalizeProtocolStep(step: Partial<ProtocolStepRecord> & {
5
+ name: string;
6
+ }, index: number): ProtocolStepRecord;
@@ -0,0 +1,2 @@
1
+ import { CreateProtocolStepsTemplateOptions, ProtocolStepsTemplate } from './types';
2
+ export declare function createProtocolStepsTemplate(options: CreateProtocolStepsTemplateOptions): ProtocolStepsTemplate;
@@ -0,0 +1,5 @@
1
+ import { QpcrColumnsAdapterResult, QpcrDataFrameAdapterResult, QpcrPlateTemplate, QpcrPlateTemplateData, QpcrRowsAdapterResult, QpcrWellMapAdapterResult } from './types';
2
+ export declare function toQpcrRows(template: QpcrPlateTemplate | QpcrPlateTemplateData): QpcrRowsAdapterResult;
3
+ export declare function toQpcrColumns(): QpcrColumnsAdapterResult;
4
+ export declare function toQpcrDataFrame(template: QpcrPlateTemplate | QpcrPlateTemplateData): QpcrDataFrameAdapterResult;
5
+ export declare function toQpcrWellPlateWells(template: QpcrPlateTemplate | QpcrPlateTemplateData): QpcrWellMapAdapterResult;
@@ -0,0 +1,2 @@
1
+ import { CreateQpcrExpressionCollectionOptions, TemplateCollectionEnvelope } from './types';
2
+ export declare function createQpcrExpressionCollection(options?: CreateQpcrExpressionCollectionOptions): TemplateCollectionEnvelope;
@@ -0,0 +1,2 @@
1
+ import { CreateQpcrPlateTemplateOptions, QpcrPlateTemplate } from './types';
2
+ export declare function createQpcrPlateTemplate(options: CreateQpcrPlateTemplateOptions): QpcrPlateTemplate;
@@ -0,0 +1,5 @@
1
+ import { ReagentColumnsAdapterResult, ReagentDataFrameAdapterResult, ReagentListItemsAdapterResult, ReagentListTemplate, ReagentListTemplateData, ReagentRowsAdapterResult } from './types';
2
+ export declare function toReagentListItems(template: ReagentListTemplate | ReagentListTemplateData): ReagentListItemsAdapterResult;
3
+ export declare function toReagentRows(template: ReagentListTemplate | ReagentListTemplateData): ReagentRowsAdapterResult;
4
+ export declare function toReagentColumns(): ReagentColumnsAdapterResult;
5
+ export declare function toReagentDataFrame(template: ReagentListTemplate | ReagentListTemplateData): ReagentDataFrameAdapterResult;
@@ -0,0 +1,2 @@
1
+ import { CreateReagentListTemplateOptions, ReagentListTemplate } from './types';
2
+ export declare function createReagentListTemplate(options: CreateReagentListTemplateOptions): ReagentListTemplate;
@@ -0,0 +1,10 @@
1
+ import { InstrumentMethod, InstrumentRunItem, QpcrSample, QpcrTarget } from './types';
2
+ export declare function normalizeInstrumentMethod(method: Partial<InstrumentMethod> & {
3
+ name?: string;
4
+ }, fallbackInstrument?: string): InstrumentMethod;
5
+ export declare function normalizeInstrumentRunItem(item: Partial<InstrumentRunItem> & {
6
+ name?: string;
7
+ sampleId?: string;
8
+ }, defaultMethodId: string, fallbackOrder: number, index: number): InstrumentRunItem;
9
+ export declare function normalizeQpcrSample(sample: QpcrSample): QpcrSample;
10
+ export declare function normalizeQpcrTarget(target: QpcrTarget): QpcrTarget;
@@ -0,0 +1,4 @@
1
+ import { SamplePrepStep, SamplePrepStepInput, SampleRecord } from './types';
2
+ export declare function normalizeSampleRecord(sample: SampleRecord): SampleRecord;
3
+ export declare function presetSampleRecords(samples: Array<string | SampleRecord>): SampleRecord[];
4
+ export declare function normalizeSamplePrepStep(step: SamplePrepStepInput, prepType: SamplePrepStep['type'], volumeUnit: string, order: number, index: number): SamplePrepStep;
@@ -0,0 +1,4 @@
1
+ import { SamplePrepColumnsAdapterResult, SamplePrepDataFrameAdapterResult, SamplePrepRowsAdapterResult, SamplePrepTemplate, SamplePrepTemplateData } from './types';
2
+ export declare function toSamplePrepRows(template: SamplePrepTemplate | SamplePrepTemplateData): SamplePrepRowsAdapterResult;
3
+ export declare function toSamplePrepColumns(): SamplePrepColumnsAdapterResult;
4
+ export declare function toSamplePrepDataFrame(template: SamplePrepTemplate | SamplePrepTemplateData): SamplePrepDataFrameAdapterResult;
@@ -0,0 +1,2 @@
1
+ import { CreateSamplePrepTemplateOptions, SamplePrepTemplate } from './types';
2
+ export declare function createSamplePrepTemplate(options: CreateSamplePrepTemplateOptions): SamplePrepTemplate;
@@ -0,0 +1,5 @@
1
+ import { SampleColumnsAdapterResult, SampleDataFrameAdapterResult, SampleOptionsAdapterResult, SampleRowsAdapterResult, SampleSheetTemplate, SampleSheetTemplateData } from './types';
2
+ export declare function toSampleRows(template: SampleSheetTemplate | SampleSheetTemplateData): SampleRowsAdapterResult;
3
+ export declare function toSampleColumns(template: SampleSheetTemplate | SampleSheetTemplateData): SampleColumnsAdapterResult;
4
+ export declare function toSampleDataFrame(template: SampleSheetTemplate | SampleSheetTemplateData): SampleDataFrameAdapterResult;
5
+ export declare function toSampleOptions(template: SampleSheetTemplate | SampleSheetTemplateData): SampleOptionsAdapterResult;
@@ -0,0 +1,2 @@
1
+ import { CreateSampleSheetTemplateOptions, SampleSheetTemplate } from './types';
2
+ export declare function createSampleSheetTemplate(options: CreateSampleSheetTemplateOptions): SampleSheetTemplate;
@@ -0,0 +1,2 @@
1
+ import { CreateTargetedMetabolomicsCollectionOptions, TemplateCollectionEnvelope } from './types';
2
+ export declare function createTargetedMetabolomicsCollection(options?: CreateTargetedMetabolomicsCollectionOptions): TemplateCollectionEnvelope;
@@ -0,0 +1,5 @@
1
+ import { AssayFeature, CalibrationPoint, InstrumentRunItemInput, ReagentTemplateInput, SampleRecord } from './types';
2
+ export declare function normalizeMetaboliteFeatures(metabolites: Array<string | AssayFeature>, responseUnit: string): AssayFeature[];
3
+ export declare function normalizeInternalStandardReagents(internalStandards: Array<string | ReagentTemplateInput>): ReagentTemplateInput[];
4
+ export declare function targetedMetabolomicsRunItems(samples: SampleRecord[], calibrationPoints: CalibrationPoint[], includeQc: boolean): InstrumentRunItemInput[];
5
+ export declare function firstFeatureName(features: AssayFeature[], fallback: string): string;