@jbrowse/plugin-config 2.1.0 → 2.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ConfigurationEditorWidget/components/CallbackEditor.js +27 -44
- package/dist/ConfigurationEditorWidget/components/CallbackEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/ColorEditor.js +11 -38
- package/dist/ConfigurationEditorWidget/components/ColorEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/ConfigurationEditor.js +32 -73
- package/dist/ConfigurationEditorWidget/components/ConfigurationEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/JsonEditor.js +19 -36
- package/dist/ConfigurationEditorWidget/components/JsonEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/SlotEditor.js +87 -142
- package/dist/ConfigurationEditorWidget/components/SlotEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/StringArrayEditor.js +15 -32
- package/dist/ConfigurationEditorWidget/components/StringArrayEditor.js.map +1 -1
- package/dist/ConfigurationEditorWidget/components/TypeSelector.js +7 -8
- package/dist/ConfigurationEditorWidget/components/TypeSelector.js.map +1 -1
- package/dist/ConfigurationEditorWidget/index.js +8 -9
- package/dist/ConfigurationEditorWidget/index.js.map +1 -1
- package/dist/ConfigurationEditorWidget/model.js +16 -18
- package/dist/ConfigurationEditorWidget/model.js.map +1 -1
- package/dist/FromConfigAdapter/FromConfigAdapter.js +44 -158
- package/dist/FromConfigAdapter/FromConfigAdapter.js.map +1 -1
- package/dist/FromConfigAdapter/FromConfigRegionsAdapter.js +37 -144
- package/dist/FromConfigAdapter/FromConfigRegionsAdapter.js.map +1 -1
- package/dist/FromConfigAdapter/FromConfigSequenceAdapter.js +48 -171
- package/dist/FromConfigAdapter/FromConfigSequenceAdapter.js.map +1 -1
- package/dist/FromConfigAdapter/configSchema.js +1 -1
- package/dist/FromConfigAdapter/configSchema.js.map +1 -1
- package/dist/RefNameAliasAdapter/RefNameAliasAdapter.js +22 -108
- package/dist/RefNameAliasAdapter/RefNameAliasAdapter.js.map +1 -1
- package/dist/RefNameAliasAdapter/configSchema.js +1 -1
- package/dist/RefNameAliasAdapter/configSchema.js.map +1 -1
- package/dist/index.js +60 -94
- package/dist/index.js.map +1 -1
- package/esm/ConfigurationEditorWidget/components/ConfigurationEditor.js +1 -1
- package/esm/ConfigurationEditorWidget/components/ConfigurationEditor.js.map +1 -1
- package/package.json +2 -3
- package/src/ConfigurationEditorWidget/components/ConfigurationEditor.tsx +1 -1
- package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap +73 -76
package/src/ConfigurationEditorWidget/components/__snapshots__/ConfigurationEditor.test.tsx.snap
CHANGED
|
@@ -63,7 +63,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
63
63
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
64
64
|
>
|
|
65
65
|
<label
|
|
66
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
66
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
67
67
|
data-shrink="true"
|
|
68
68
|
for="mui-2"
|
|
69
69
|
id="mui-2-label"
|
|
@@ -71,12 +71,12 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
71
71
|
stringTest
|
|
72
72
|
</label>
|
|
73
73
|
<div
|
|
74
|
-
class="
|
|
74
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
75
75
|
>
|
|
76
76
|
<input
|
|
77
77
|
aria-describedby="mui-2-helper-text"
|
|
78
78
|
aria-invalid="false"
|
|
79
|
-
class="
|
|
79
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
80
80
|
id="mui-2"
|
|
81
81
|
type="text"
|
|
82
82
|
value="string1"
|
|
@@ -118,7 +118,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
118
118
|
class="MuiBox-root css-k008qs"
|
|
119
119
|
>
|
|
120
120
|
<label
|
|
121
|
-
class="MuiInputLabel-root MuiInputLabel-animated MuiInputLabel-shrink MuiFormLabel-
|
|
121
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-animated MuiInputLabel-shrink MuiFormLabel-colorPrimary css-1foa3kv-MuiFormLabel-root-MuiInputLabel-root"
|
|
122
122
|
data-shrink="true"
|
|
123
123
|
>
|
|
124
124
|
fileLocationTest
|
|
@@ -168,7 +168,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
168
168
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
169
169
|
>
|
|
170
170
|
<label
|
|
171
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
171
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
172
172
|
data-shrink="true"
|
|
173
173
|
for="mui-3"
|
|
174
174
|
id="mui-3-label"
|
|
@@ -176,11 +176,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
176
176
|
Enter URL
|
|
177
177
|
</label>
|
|
178
178
|
<div
|
|
179
|
-
class="
|
|
179
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
180
180
|
>
|
|
181
181
|
<input
|
|
182
182
|
aria-invalid="false"
|
|
183
|
-
class="
|
|
183
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
184
184
|
data-testid="urlInput"
|
|
185
185
|
id="mui-3"
|
|
186
186
|
type="text"
|
|
@@ -217,7 +217,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
217
217
|
class="tss-1962tgi-paperContent"
|
|
218
218
|
>
|
|
219
219
|
<label
|
|
220
|
-
class="MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-
|
|
220
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-colorPrimary css-9npbnl-MuiFormLabel-root-MuiInputLabel-root"
|
|
221
221
|
>
|
|
222
222
|
stringArrayTest
|
|
223
223
|
</label>
|
|
@@ -231,11 +231,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
231
231
|
class="MuiFormControl-root MuiTextField-root css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
|
|
232
232
|
>
|
|
233
233
|
<div
|
|
234
|
-
class="
|
|
234
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root"
|
|
235
235
|
>
|
|
236
236
|
<input
|
|
237
237
|
aria-invalid="false"
|
|
238
|
-
class="
|
|
238
|
+
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
239
239
|
id="mui-4"
|
|
240
240
|
type="text"
|
|
241
241
|
value="string1"
|
|
@@ -288,11 +288,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
288
288
|
class="MuiFormControl-root MuiTextField-root css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
|
|
289
289
|
>
|
|
290
290
|
<div
|
|
291
|
-
class="
|
|
291
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root"
|
|
292
292
|
>
|
|
293
293
|
<input
|
|
294
294
|
aria-invalid="false"
|
|
295
|
-
class="
|
|
295
|
+
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
296
296
|
id="mui-5"
|
|
297
297
|
type="text"
|
|
298
298
|
value="string2"
|
|
@@ -339,7 +339,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
339
339
|
</div>
|
|
340
340
|
</li>
|
|
341
341
|
<button
|
|
342
|
-
class="MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium
|
|
342
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium css-sghohy-MuiButtonBase-root-MuiButton-root"
|
|
343
343
|
style="margin: 4px;"
|
|
344
344
|
tabindex="0"
|
|
345
345
|
type="button"
|
|
@@ -367,7 +367,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
367
367
|
class="tss-1962tgi-paperContent"
|
|
368
368
|
>
|
|
369
369
|
<label
|
|
370
|
-
class="MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-
|
|
370
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-colorPrimary css-9npbnl-MuiFormLabel-root-MuiInputLabel-root"
|
|
371
371
|
>
|
|
372
372
|
stringArrayMapTest
|
|
373
373
|
</label>
|
|
@@ -415,7 +415,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
415
415
|
class="MuiCardContent-root css-46bh2p-MuiCardContent-root"
|
|
416
416
|
>
|
|
417
417
|
<label
|
|
418
|
-
class="MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-
|
|
418
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-animated MuiFormLabel-colorPrimary css-9npbnl-MuiFormLabel-root-MuiInputLabel-root"
|
|
419
419
|
>
|
|
420
420
|
stringArrayMapTest
|
|
421
421
|
</label>
|
|
@@ -429,11 +429,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
429
429
|
class="MuiFormControl-root MuiTextField-root css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
|
|
430
430
|
>
|
|
431
431
|
<div
|
|
432
|
-
class="
|
|
432
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root"
|
|
433
433
|
>
|
|
434
434
|
<input
|
|
435
435
|
aria-invalid="false"
|
|
436
|
-
class="
|
|
436
|
+
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
437
437
|
id="mui-6"
|
|
438
438
|
type="text"
|
|
439
439
|
value="string1"
|
|
@@ -486,11 +486,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
486
486
|
class="MuiFormControl-root MuiTextField-root css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
|
|
487
487
|
>
|
|
488
488
|
<div
|
|
489
|
-
class="
|
|
489
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-adornedEnd css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root"
|
|
490
490
|
>
|
|
491
491
|
<input
|
|
492
492
|
aria-invalid="false"
|
|
493
|
-
class="
|
|
493
|
+
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
494
494
|
id="mui-7"
|
|
495
495
|
type="text"
|
|
496
496
|
value="string2"
|
|
@@ -537,7 +537,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
537
537
|
</div>
|
|
538
538
|
</li>
|
|
539
539
|
<button
|
|
540
|
-
class="MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium
|
|
540
|
+
class="MuiButtonBase-root MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium css-sghohy-MuiButtonBase-root-MuiButton-root"
|
|
541
541
|
style="margin: 4px;"
|
|
542
542
|
tabindex="0"
|
|
543
543
|
type="button"
|
|
@@ -568,11 +568,11 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
568
568
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
569
569
|
>
|
|
570
570
|
<div
|
|
571
|
-
class="
|
|
571
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
|
|
572
572
|
>
|
|
573
573
|
<input
|
|
574
574
|
aria-invalid="false"
|
|
575
|
-
class="
|
|
575
|
+
class="MuiInputBase-input MuiOutlinedInput-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
576
576
|
id="mui-8"
|
|
577
577
|
placeholder="add new"
|
|
578
578
|
type="text"
|
|
@@ -639,7 +639,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
639
639
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
640
640
|
>
|
|
641
641
|
<label
|
|
642
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
642
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
643
643
|
data-shrink="true"
|
|
644
644
|
for="mui-9"
|
|
645
645
|
id="mui-9-label"
|
|
@@ -647,12 +647,12 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
647
647
|
numberTest
|
|
648
648
|
</label>
|
|
649
649
|
<div
|
|
650
|
-
class="
|
|
650
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
651
651
|
>
|
|
652
652
|
<input
|
|
653
653
|
aria-describedby="mui-9-helper-text"
|
|
654
654
|
aria-invalid="false"
|
|
655
|
-
class="
|
|
655
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
656
656
|
id="mui-9"
|
|
657
657
|
type="number"
|
|
658
658
|
value="88.5"
|
|
@@ -694,7 +694,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
694
694
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
695
695
|
>
|
|
696
696
|
<label
|
|
697
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
697
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
698
698
|
data-shrink="true"
|
|
699
699
|
for="mui-10"
|
|
700
700
|
id="mui-10-label"
|
|
@@ -702,12 +702,12 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
702
702
|
integerTest
|
|
703
703
|
</label>
|
|
704
704
|
<div
|
|
705
|
-
class="
|
|
705
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
706
706
|
>
|
|
707
707
|
<input
|
|
708
708
|
aria-describedby="mui-10-helper-text"
|
|
709
709
|
aria-invalid="false"
|
|
710
|
-
class="
|
|
710
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
711
711
|
id="mui-10"
|
|
712
712
|
type="number"
|
|
713
713
|
value="42"
|
|
@@ -752,7 +752,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
752
752
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
753
753
|
>
|
|
754
754
|
<label
|
|
755
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
755
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
756
756
|
data-shrink="true"
|
|
757
757
|
for="mui-11"
|
|
758
758
|
id="mui-11-label"
|
|
@@ -760,12 +760,12 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
760
760
|
colorTest
|
|
761
761
|
</label>
|
|
762
762
|
<div
|
|
763
|
-
class="
|
|
763
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
764
764
|
>
|
|
765
765
|
<input
|
|
766
766
|
aria-describedby="mui-11-helper-text"
|
|
767
767
|
aria-invalid="false"
|
|
768
|
-
class="
|
|
768
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
769
769
|
id="mui-11"
|
|
770
770
|
type="text"
|
|
771
771
|
value="#396494"
|
|
@@ -814,7 +814,7 @@ exports[`ConfigurationEditor widget renders all the different types of built-in
|
|
|
814
814
|
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
|
|
815
815
|
>
|
|
816
816
|
<span
|
|
817
|
-
class="MuiCheckbox-root MuiCheckbox-colorPrimary
|
|
817
|
+
class="MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary Mui-checked css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root"
|
|
818
818
|
>
|
|
819
819
|
<input
|
|
820
820
|
checked=""
|
|
@@ -925,7 +925,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
925
925
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
926
926
|
>
|
|
927
927
|
<label
|
|
928
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
928
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
929
929
|
data-shrink="true"
|
|
930
930
|
for="mui-12"
|
|
931
931
|
id="mui-12-label"
|
|
@@ -933,12 +933,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
933
933
|
maxFeatureScreenDensity
|
|
934
934
|
</label>
|
|
935
935
|
<div
|
|
936
|
-
class="
|
|
936
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
937
937
|
>
|
|
938
938
|
<input
|
|
939
939
|
aria-describedby="mui-12-helper-text"
|
|
940
940
|
aria-invalid="false"
|
|
941
|
-
class="
|
|
941
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
942
942
|
id="mui-12"
|
|
943
943
|
type="number"
|
|
944
944
|
value="0.3"
|
|
@@ -980,7 +980,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
980
980
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
981
981
|
>
|
|
982
982
|
<label
|
|
983
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
983
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
984
984
|
data-shrink="true"
|
|
985
985
|
for="mui-13"
|
|
986
986
|
id="mui-13-label"
|
|
@@ -988,12 +988,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
988
988
|
fetchSizeLimit
|
|
989
989
|
</label>
|
|
990
990
|
<div
|
|
991
|
-
class="
|
|
991
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
992
992
|
>
|
|
993
993
|
<input
|
|
994
994
|
aria-describedby="mui-13-helper-text"
|
|
995
995
|
aria-invalid="false"
|
|
996
|
-
class="
|
|
996
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
997
997
|
id="mui-13"
|
|
998
998
|
type="number"
|
|
999
999
|
value="1000000"
|
|
@@ -1038,11 +1038,11 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1038
1038
|
class="MuiFormControl-root MuiTextField-root tss-46fzrl-callbackEditor css-1u3bzj6-MuiFormControl-root-MuiTextField-root"
|
|
1039
1039
|
>
|
|
1040
1040
|
<div
|
|
1041
|
-
class="
|
|
1041
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-formControl MuiInputBase-multiline css-dpjnhs-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1042
1042
|
>
|
|
1043
1043
|
<textarea
|
|
1044
1044
|
aria-invalid="false"
|
|
1045
|
-
class="
|
|
1045
|
+
class="MuiInputBase-input MuiOutlinedInput-input tss-hg8p6g-textAreaFont MuiInputBase-inputMultiline css-1sqnrkk-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1046
1046
|
id="mui-14"
|
|
1047
1047
|
style="height: 0px; overflow: hidden;"
|
|
1048
1048
|
>
|
|
@@ -1050,7 +1050,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1050
1050
|
</textarea>
|
|
1051
1051
|
<textarea
|
|
1052
1052
|
aria-hidden="true"
|
|
1053
|
-
class="
|
|
1053
|
+
class="MuiInputBase-input MuiOutlinedInput-input tss-hg8p6g-textAreaFont MuiInputBase-inputMultiline css-1sqnrkk-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1054
1054
|
readonly=""
|
|
1055
1055
|
style="visibility: hidden; position: absolute; overflow: hidden; height: 0px; top: 0px; left: 0px; transform: translateZ(0); padding: 0px; width: 100%;"
|
|
1056
1056
|
tabindex="-1"
|
|
@@ -1183,7 +1183,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1183
1183
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1184
1184
|
>
|
|
1185
1185
|
<label
|
|
1186
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1186
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1187
1187
|
data-shrink="true"
|
|
1188
1188
|
for="mui-16"
|
|
1189
1189
|
id="mui-16-label"
|
|
@@ -1191,15 +1191,14 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1191
1191
|
Type
|
|
1192
1192
|
</label>
|
|
1193
1193
|
<div
|
|
1194
|
-
class="
|
|
1195
|
-
variant="outlined"
|
|
1194
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1196
1195
|
>
|
|
1197
1196
|
<div
|
|
1198
1197
|
aria-describedby="mui-16-helper-text"
|
|
1199
1198
|
aria-expanded="false"
|
|
1200
1199
|
aria-haspopup="listbox"
|
|
1201
1200
|
aria-labelledby="mui-16-label mui-16"
|
|
1202
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1201
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1203
1202
|
id="mui-16"
|
|
1204
1203
|
role="button"
|
|
1205
1204
|
tabindex="0"
|
|
@@ -1261,7 +1260,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1261
1260
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1262
1261
|
>
|
|
1263
1262
|
<label
|
|
1264
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1263
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1265
1264
|
data-shrink="true"
|
|
1266
1265
|
for="mui-17"
|
|
1267
1266
|
id="mui-17-label"
|
|
@@ -1269,12 +1268,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1269
1268
|
color
|
|
1270
1269
|
</label>
|
|
1271
1270
|
<div
|
|
1272
|
-
class="
|
|
1271
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1273
1272
|
>
|
|
1274
1273
|
<input
|
|
1275
1274
|
aria-describedby="mui-17-helper-text"
|
|
1276
1275
|
aria-invalid="false"
|
|
1277
|
-
class="
|
|
1276
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1278
1277
|
id="mui-17"
|
|
1279
1278
|
type="text"
|
|
1280
1279
|
value="#f0f"
|
|
@@ -1349,7 +1348,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1349
1348
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1350
1349
|
>
|
|
1351
1350
|
<label
|
|
1352
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1351
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1353
1352
|
data-shrink="true"
|
|
1354
1353
|
for="mui-18"
|
|
1355
1354
|
id="mui-18-label"
|
|
@@ -1357,15 +1356,14 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1357
1356
|
orientationType
|
|
1358
1357
|
</label>
|
|
1359
1358
|
<div
|
|
1360
|
-
class="
|
|
1361
|
-
variant="outlined"
|
|
1359
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1362
1360
|
>
|
|
1363
1361
|
<div
|
|
1364
1362
|
aria-describedby="mui-18-helper-text"
|
|
1365
1363
|
aria-expanded="false"
|
|
1366
1364
|
aria-haspopup="listbox"
|
|
1367
1365
|
aria-labelledby="mui-18-label mui-18"
|
|
1368
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1366
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1369
1367
|
id="mui-18"
|
|
1370
1368
|
role="button"
|
|
1371
1369
|
tabindex="0"
|
|
@@ -1426,7 +1424,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1426
1424
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1427
1425
|
>
|
|
1428
1426
|
<label
|
|
1429
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1427
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1430
1428
|
data-shrink="true"
|
|
1431
1429
|
for="mui-19"
|
|
1432
1430
|
id="mui-19-label"
|
|
@@ -1434,15 +1432,14 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1434
1432
|
displayMode
|
|
1435
1433
|
</label>
|
|
1436
1434
|
<div
|
|
1437
|
-
class="
|
|
1438
|
-
variant="outlined"
|
|
1435
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1439
1436
|
>
|
|
1440
1437
|
<div
|
|
1441
1438
|
aria-describedby="mui-19-helper-text"
|
|
1442
1439
|
aria-expanded="false"
|
|
1443
1440
|
aria-haspopup="listbox"
|
|
1444
1441
|
aria-labelledby="mui-19-label mui-19"
|
|
1445
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1442
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1446
1443
|
id="mui-19"
|
|
1447
1444
|
role="button"
|
|
1448
1445
|
tabindex="0"
|
|
@@ -1503,7 +1500,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1503
1500
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1504
1501
|
>
|
|
1505
1502
|
<label
|
|
1506
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1503
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1507
1504
|
data-shrink="true"
|
|
1508
1505
|
for="mui-20"
|
|
1509
1506
|
id="mui-20-label"
|
|
@@ -1511,12 +1508,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1511
1508
|
minSubfeatureWidth
|
|
1512
1509
|
</label>
|
|
1513
1510
|
<div
|
|
1514
|
-
class="
|
|
1511
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1515
1512
|
>
|
|
1516
1513
|
<input
|
|
1517
1514
|
aria-describedby="mui-20-helper-text"
|
|
1518
1515
|
aria-invalid="false"
|
|
1519
|
-
class="
|
|
1516
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1520
1517
|
id="mui-20"
|
|
1521
1518
|
type="number"
|
|
1522
1519
|
value="0.7"
|
|
@@ -1558,7 +1555,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1558
1555
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1559
1556
|
>
|
|
1560
1557
|
<label
|
|
1561
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1558
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1562
1559
|
data-shrink="true"
|
|
1563
1560
|
for="mui-21"
|
|
1564
1561
|
id="mui-21-label"
|
|
@@ -1566,12 +1563,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1566
1563
|
maxHeight
|
|
1567
1564
|
</label>
|
|
1568
1565
|
<div
|
|
1569
|
-
class="
|
|
1566
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1570
1567
|
>
|
|
1571
1568
|
<input
|
|
1572
1569
|
aria-describedby="mui-21-helper-text"
|
|
1573
1570
|
aria-invalid="false"
|
|
1574
|
-
class="
|
|
1571
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1575
1572
|
id="mui-21"
|
|
1576
1573
|
type="number"
|
|
1577
1574
|
value="1200"
|
|
@@ -1613,7 +1610,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1613
1610
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1614
1611
|
>
|
|
1615
1612
|
<label
|
|
1616
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1613
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1617
1614
|
data-shrink="true"
|
|
1618
1615
|
for="mui-22"
|
|
1619
1616
|
id="mui-22-label"
|
|
@@ -1621,12 +1618,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1621
1618
|
maxClippingSize
|
|
1622
1619
|
</label>
|
|
1623
1620
|
<div
|
|
1624
|
-
class="
|
|
1621
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1625
1622
|
>
|
|
1626
1623
|
<input
|
|
1627
1624
|
aria-describedby="mui-22-helper-text"
|
|
1628
1625
|
aria-invalid="false"
|
|
1629
|
-
class="
|
|
1626
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1630
1627
|
id="mui-22"
|
|
1631
1628
|
type="number"
|
|
1632
1629
|
value="10000"
|
|
@@ -1668,7 +1665,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1668
1665
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1669
1666
|
>
|
|
1670
1667
|
<label
|
|
1671
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1668
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1672
1669
|
data-shrink="true"
|
|
1673
1670
|
for="mui-23"
|
|
1674
1671
|
id="mui-23-label"
|
|
@@ -1676,12 +1673,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1676
1673
|
height
|
|
1677
1674
|
</label>
|
|
1678
1675
|
<div
|
|
1679
|
-
class="
|
|
1676
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1680
1677
|
>
|
|
1681
1678
|
<input
|
|
1682
1679
|
aria-describedby="mui-23-helper-text"
|
|
1683
1680
|
aria-invalid="false"
|
|
1684
|
-
class="
|
|
1681
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1685
1682
|
id="mui-23"
|
|
1686
1683
|
type="number"
|
|
1687
1684
|
value="7"
|
|
@@ -1748,7 +1745,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1748
1745
|
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
|
|
1749
1746
|
>
|
|
1750
1747
|
<span
|
|
1751
|
-
class="MuiCheckbox-root MuiCheckbox-colorPrimary
|
|
1748
|
+
class="MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root"
|
|
1752
1749
|
>
|
|
1753
1750
|
<input
|
|
1754
1751
|
class="PrivateSwitchBase-input css-1m9pwf3"
|
|
@@ -1797,7 +1794,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1797
1794
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1798
1795
|
>
|
|
1799
1796
|
<label
|
|
1800
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1797
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1801
1798
|
data-shrink="true"
|
|
1802
1799
|
for="mui-24"
|
|
1803
1800
|
id="mui-24-label"
|
|
@@ -1805,12 +1802,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1805
1802
|
largeInsertionIndicatorScale
|
|
1806
1803
|
</label>
|
|
1807
1804
|
<div
|
|
1808
|
-
class="
|
|
1805
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1809
1806
|
>
|
|
1810
1807
|
<input
|
|
1811
1808
|
aria-describedby="mui-24-helper-text"
|
|
1812
1809
|
aria-invalid="false"
|
|
1813
|
-
class="
|
|
1810
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1814
1811
|
id="mui-24"
|
|
1815
1812
|
type="number"
|
|
1816
1813
|
value="10"
|
|
@@ -1855,7 +1852,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1855
1852
|
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
|
|
1856
1853
|
>
|
|
1857
1854
|
<span
|
|
1858
|
-
class="MuiCheckbox-root MuiCheckbox-colorPrimary
|
|
1855
|
+
class="MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root"
|
|
1859
1856
|
>
|
|
1860
1857
|
<input
|
|
1861
1858
|
class="PrivateSwitchBase-input css-1m9pwf3"
|
|
@@ -1972,7 +1969,7 @@ exports[`ConfigurationEditor widget renders with just the required model element
|
|
|
1972
1969
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1973
1970
|
>
|
|
1974
1971
|
<label
|
|
1975
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1972
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1976
1973
|
data-shrink="true"
|
|
1977
1974
|
for="mui-1"
|
|
1978
1975
|
id="mui-1-label"
|
|
@@ -1980,12 +1977,12 @@ exports[`ConfigurationEditor widget renders with just the required model element
|
|
|
1980
1977
|
foo
|
|
1981
1978
|
</label>
|
|
1982
1979
|
<div
|
|
1983
|
-
class="
|
|
1980
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1984
1981
|
>
|
|
1985
1982
|
<input
|
|
1986
1983
|
aria-describedby="mui-1-helper-text"
|
|
1987
1984
|
aria-invalid="false"
|
|
1988
|
-
class="
|
|
1985
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1989
1986
|
id="mui-1"
|
|
1990
1987
|
type="text"
|
|
1991
1988
|
value="bar"
|