@jbrowse/plugin-config 2.1.0 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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 -73
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,7 +1191,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1191
1191
|
Type
|
|
1192
1192
|
</label>
|
|
1193
1193
|
<div
|
|
1194
|
-
class="
|
|
1194
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1195
1195
|
variant="outlined"
|
|
1196
1196
|
>
|
|
1197
1197
|
<div
|
|
@@ -1199,7 +1199,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1199
1199
|
aria-expanded="false"
|
|
1200
1200
|
aria-haspopup="listbox"
|
|
1201
1201
|
aria-labelledby="mui-16-label mui-16"
|
|
1202
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1202
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1203
1203
|
id="mui-16"
|
|
1204
1204
|
role="button"
|
|
1205
1205
|
tabindex="0"
|
|
@@ -1261,7 +1261,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1261
1261
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1262
1262
|
>
|
|
1263
1263
|
<label
|
|
1264
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1264
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1265
1265
|
data-shrink="true"
|
|
1266
1266
|
for="mui-17"
|
|
1267
1267
|
id="mui-17-label"
|
|
@@ -1269,12 +1269,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1269
1269
|
color
|
|
1270
1270
|
</label>
|
|
1271
1271
|
<div
|
|
1272
|
-
class="
|
|
1272
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1273
1273
|
>
|
|
1274
1274
|
<input
|
|
1275
1275
|
aria-describedby="mui-17-helper-text"
|
|
1276
1276
|
aria-invalid="false"
|
|
1277
|
-
class="
|
|
1277
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1278
1278
|
id="mui-17"
|
|
1279
1279
|
type="text"
|
|
1280
1280
|
value="#f0f"
|
|
@@ -1349,7 +1349,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1349
1349
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1350
1350
|
>
|
|
1351
1351
|
<label
|
|
1352
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1352
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1353
1353
|
data-shrink="true"
|
|
1354
1354
|
for="mui-18"
|
|
1355
1355
|
id="mui-18-label"
|
|
@@ -1357,7 +1357,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1357
1357
|
orientationType
|
|
1358
1358
|
</label>
|
|
1359
1359
|
<div
|
|
1360
|
-
class="
|
|
1360
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1361
1361
|
variant="outlined"
|
|
1362
1362
|
>
|
|
1363
1363
|
<div
|
|
@@ -1365,7 +1365,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1365
1365
|
aria-expanded="false"
|
|
1366
1366
|
aria-haspopup="listbox"
|
|
1367
1367
|
aria-labelledby="mui-18-label mui-18"
|
|
1368
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1368
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1369
1369
|
id="mui-18"
|
|
1370
1370
|
role="button"
|
|
1371
1371
|
tabindex="0"
|
|
@@ -1426,7 +1426,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1426
1426
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1427
1427
|
>
|
|
1428
1428
|
<label
|
|
1429
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1429
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1430
1430
|
data-shrink="true"
|
|
1431
1431
|
for="mui-19"
|
|
1432
1432
|
id="mui-19-label"
|
|
@@ -1434,7 +1434,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1434
1434
|
displayMode
|
|
1435
1435
|
</label>
|
|
1436
1436
|
<div
|
|
1437
|
-
class="
|
|
1437
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1438
1438
|
variant="outlined"
|
|
1439
1439
|
>
|
|
1440
1440
|
<div
|
|
@@ -1442,7 +1442,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1442
1442
|
aria-expanded="false"
|
|
1443
1443
|
aria-haspopup="listbox"
|
|
1444
1444
|
aria-labelledby="mui-19-label mui-19"
|
|
1445
|
-
class="MuiSelect-select MuiSelect-outlined
|
|
1445
|
+
class="MuiSelect-select MuiSelect-outlined MuiInputBase-input MuiOutlinedInput-input css-11u53oe-MuiSelect-select-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1446
1446
|
id="mui-19"
|
|
1447
1447
|
role="button"
|
|
1448
1448
|
tabindex="0"
|
|
@@ -1503,7 +1503,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1503
1503
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1504
1504
|
>
|
|
1505
1505
|
<label
|
|
1506
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1506
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1507
1507
|
data-shrink="true"
|
|
1508
1508
|
for="mui-20"
|
|
1509
1509
|
id="mui-20-label"
|
|
@@ -1511,12 +1511,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1511
1511
|
minSubfeatureWidth
|
|
1512
1512
|
</label>
|
|
1513
1513
|
<div
|
|
1514
|
-
class="
|
|
1514
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1515
1515
|
>
|
|
1516
1516
|
<input
|
|
1517
1517
|
aria-describedby="mui-20-helper-text"
|
|
1518
1518
|
aria-invalid="false"
|
|
1519
|
-
class="
|
|
1519
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1520
1520
|
id="mui-20"
|
|
1521
1521
|
type="number"
|
|
1522
1522
|
value="0.7"
|
|
@@ -1558,7 +1558,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1558
1558
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1559
1559
|
>
|
|
1560
1560
|
<label
|
|
1561
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1561
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1562
1562
|
data-shrink="true"
|
|
1563
1563
|
for="mui-21"
|
|
1564
1564
|
id="mui-21-label"
|
|
@@ -1566,12 +1566,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1566
1566
|
maxHeight
|
|
1567
1567
|
</label>
|
|
1568
1568
|
<div
|
|
1569
|
-
class="
|
|
1569
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1570
1570
|
>
|
|
1571
1571
|
<input
|
|
1572
1572
|
aria-describedby="mui-21-helper-text"
|
|
1573
1573
|
aria-invalid="false"
|
|
1574
|
-
class="
|
|
1574
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1575
1575
|
id="mui-21"
|
|
1576
1576
|
type="number"
|
|
1577
1577
|
value="1200"
|
|
@@ -1613,7 +1613,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1613
1613
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1614
1614
|
>
|
|
1615
1615
|
<label
|
|
1616
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1616
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1617
1617
|
data-shrink="true"
|
|
1618
1618
|
for="mui-22"
|
|
1619
1619
|
id="mui-22-label"
|
|
@@ -1621,12 +1621,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1621
1621
|
maxClippingSize
|
|
1622
1622
|
</label>
|
|
1623
1623
|
<div
|
|
1624
|
-
class="
|
|
1624
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1625
1625
|
>
|
|
1626
1626
|
<input
|
|
1627
1627
|
aria-describedby="mui-22-helper-text"
|
|
1628
1628
|
aria-invalid="false"
|
|
1629
|
-
class="
|
|
1629
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1630
1630
|
id="mui-22"
|
|
1631
1631
|
type="number"
|
|
1632
1632
|
value="10000"
|
|
@@ -1668,7 +1668,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1668
1668
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1669
1669
|
>
|
|
1670
1670
|
<label
|
|
1671
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1671
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1672
1672
|
data-shrink="true"
|
|
1673
1673
|
for="mui-23"
|
|
1674
1674
|
id="mui-23-label"
|
|
@@ -1676,12 +1676,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1676
1676
|
height
|
|
1677
1677
|
</label>
|
|
1678
1678
|
<div
|
|
1679
|
-
class="
|
|
1679
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1680
1680
|
>
|
|
1681
1681
|
<input
|
|
1682
1682
|
aria-describedby="mui-23-helper-text"
|
|
1683
1683
|
aria-invalid="false"
|
|
1684
|
-
class="
|
|
1684
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1685
1685
|
id="mui-23"
|
|
1686
1686
|
type="number"
|
|
1687
1687
|
value="7"
|
|
@@ -1748,7 +1748,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1748
1748
|
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
|
|
1749
1749
|
>
|
|
1750
1750
|
<span
|
|
1751
|
-
class="MuiCheckbox-root MuiCheckbox-colorPrimary
|
|
1751
|
+
class="MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root"
|
|
1752
1752
|
>
|
|
1753
1753
|
<input
|
|
1754
1754
|
class="PrivateSwitchBase-input css-1m9pwf3"
|
|
@@ -1797,7 +1797,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1797
1797
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1798
1798
|
>
|
|
1799
1799
|
<label
|
|
1800
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1800
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1801
1801
|
data-shrink="true"
|
|
1802
1802
|
for="mui-24"
|
|
1803
1803
|
id="mui-24-label"
|
|
@@ -1805,12 +1805,12 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1805
1805
|
largeInsertionIndicatorScale
|
|
1806
1806
|
</label>
|
|
1807
1807
|
<div
|
|
1808
|
-
class="
|
|
1808
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1809
1809
|
>
|
|
1810
1810
|
<input
|
|
1811
1811
|
aria-describedby="mui-24-helper-text"
|
|
1812
1812
|
aria-invalid="false"
|
|
1813
|
-
class="
|
|
1813
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1814
1814
|
id="mui-24"
|
|
1815
1815
|
type="number"
|
|
1816
1816
|
value="10"
|
|
@@ -1855,7 +1855,7 @@ exports[`ConfigurationEditor widget renders with defaults of the PileupTrack sch
|
|
|
1855
1855
|
class="MuiFormControlLabel-root MuiFormControlLabel-labelPlacementEnd css-j204z7-MuiFormControlLabel-root"
|
|
1856
1856
|
>
|
|
1857
1857
|
<span
|
|
1858
|
-
class="MuiCheckbox-root MuiCheckbox-colorPrimary
|
|
1858
|
+
class="MuiButtonBase-root MuiCheckbox-root MuiCheckbox-colorPrimary PrivateSwitchBase-root MuiCheckbox-root MuiCheckbox-colorPrimary css-12wnr2w-MuiButtonBase-root-MuiCheckbox-root"
|
|
1859
1859
|
>
|
|
1860
1860
|
<input
|
|
1861
1861
|
class="PrivateSwitchBase-input css-1m9pwf3"
|
|
@@ -1972,7 +1972,7 @@ exports[`ConfigurationEditor widget renders with just the required model element
|
|
|
1972
1972
|
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
1973
1973
|
>
|
|
1974
1974
|
<label
|
|
1975
|
-
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-
|
|
1975
|
+
class="MuiFormLabel-root MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink MuiInputLabel-outlined MuiFormLabel-colorPrimary MuiFormLabel-filled css-1sumxir-MuiFormLabel-root-MuiInputLabel-root"
|
|
1976
1976
|
data-shrink="true"
|
|
1977
1977
|
for="mui-1"
|
|
1978
1978
|
id="mui-1-label"
|
|
@@ -1980,12 +1980,12 @@ exports[`ConfigurationEditor widget renders with just the required model element
|
|
|
1980
1980
|
foo
|
|
1981
1981
|
</label>
|
|
1982
1982
|
<div
|
|
1983
|
-
class="
|
|
1983
|
+
class="MuiInputBase-root MuiOutlinedInput-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl css-md26zr-MuiInputBase-root-MuiOutlinedInput-root"
|
|
1984
1984
|
>
|
|
1985
1985
|
<input
|
|
1986
1986
|
aria-describedby="mui-1-helper-text"
|
|
1987
1987
|
aria-invalid="false"
|
|
1988
|
-
class="
|
|
1988
|
+
class="MuiInputBase-input MuiOutlinedInput-input css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input"
|
|
1989
1989
|
id="mui-1"
|
|
1990
1990
|
type="text"
|
|
1991
1991
|
value="bar"
|