@jbrowse/plugin-data-management 1.7.11 → 2.0.0
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/AddConnectionWidget/components/AddConnectionWidget.js +115 -162
- package/dist/AddConnectionWidget/components/AddConnectionWidget.js.map +1 -0
- package/dist/AddConnectionWidget/components/ConfigureConnection.js +33 -32
- package/dist/AddConnectionWidget/components/ConfigureConnection.js.map +1 -0
- package/dist/AddConnectionWidget/components/ConnectionTypeSelect.js +48 -64
- package/dist/AddConnectionWidget/components/ConnectionTypeSelect.js.map +1 -0
- package/dist/AddConnectionWidget/index.js +10 -20
- package/dist/AddConnectionWidget/index.js.map +1 -0
- package/dist/AddConnectionWidget/model.js +7 -15
- package/dist/AddConnectionWidget/model.js.map +1 -0
- package/dist/AddTrackWidget/components/AddTrackWidget.js +206 -230
- package/dist/AddTrackWidget/components/AddTrackWidget.js.map +1 -0
- package/dist/AddTrackWidget/components/ConfirmTrack.js +268 -385
- package/dist/AddTrackWidget/components/ConfirmTrack.js.map +1 -0
- package/dist/AddTrackWidget/components/TrackSourceSelect.js +28 -55
- package/dist/AddTrackWidget/components/TrackSourceSelect.js.map +1 -0
- package/dist/AddTrackWidget/index.js +10 -20
- package/dist/AddTrackWidget/index.js.map +1 -0
- package/dist/AddTrackWidget/model.js +150 -174
- package/dist/AddTrackWidget/model.js.map +1 -0
- package/dist/AssemblyManager/AssemblyAddForm.js +162 -282
- package/dist/AssemblyManager/AssemblyAddForm.js.map +1 -0
- package/dist/AssemblyManager/AssemblyEditor.js +12 -23
- package/dist/AssemblyManager/AssemblyEditor.js.map +1 -0
- package/dist/AssemblyManager/AssemblyManager.js +102 -132
- package/dist/AssemblyManager/AssemblyManager.js.map +1 -0
- package/dist/AssemblyManager/AssemblyTable.d.ts +1 -1
- package/dist/AssemblyManager/AssemblyTable.js +60 -84
- package/dist/AssemblyManager/AssemblyTable.js.map +1 -0
- package/dist/AssemblyManager/index.js +8 -14
- package/dist/AssemblyManager/index.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.js +49 -50
- package/dist/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.js +28 -44
- package/dist/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.d.ts +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js +416 -639
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.js +45 -74
- package/dist/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.js +57 -91
- package/dist/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/index.js +10 -20
- package/dist/HierarchicalTrackSelectorWidget/index.js.map +1 -0
- package/dist/HierarchicalTrackSelectorWidget/model.d.ts +3 -1
- package/dist/HierarchicalTrackSelectorWidget/model.js +247 -285
- package/dist/HierarchicalTrackSelectorWidget/model.js.map +1 -0
- package/dist/PluginStoreWidget/components/CustomPluginForm.js +140 -202
- package/dist/PluginStoreWidget/components/CustomPluginForm.js.map +1 -0
- package/dist/PluginStoreWidget/components/InstalledPlugin.js +112 -127
- package/dist/PluginStoreWidget/components/InstalledPlugin.js.map +1 -0
- package/dist/PluginStoreWidget/components/InstalledPluginsList.js +22 -45
- package/dist/PluginStoreWidget/components/InstalledPluginsList.js.map +1 -0
- package/dist/PluginStoreWidget/components/PluginCard.js +95 -110
- package/dist/PluginStoreWidget/components/PluginCard.js.map +1 -0
- package/dist/PluginStoreWidget/components/PluginStoreWidget.js +188 -227
- package/dist/PluginStoreWidget/components/PluginStoreWidget.js.map +1 -0
- package/dist/PluginStoreWidget/index.d.ts +0 -1
- package/dist/PluginStoreWidget/index.js +10 -28
- package/dist/PluginStoreWidget/index.js.map +1 -0
- package/dist/PluginStoreWidget/model.js +21 -26
- package/dist/PluginStoreWidget/model.js.map +1 -0
- package/dist/SetDefaultSession/SetDefaultSession.js +34 -58
- package/dist/SetDefaultSession/SetDefaultSession.js.map +1 -0
- package/dist/SetDefaultSession/index.js +8 -14
- package/dist/SetDefaultSession/index.js.map +1 -0
- package/dist/index.js +109 -147
- package/dist/index.js.map +1 -0
- package/dist/ucsc-trackhub/configSchema.js +18 -28
- package/dist/ucsc-trackhub/configSchema.js.map +1 -0
- package/dist/ucsc-trackhub/index.js +10 -22
- package/dist/ucsc-trackhub/index.js.map +1 -0
- package/dist/ucsc-trackhub/model.js +150 -128
- package/dist/ucsc-trackhub/model.js.map +1 -0
- package/dist/ucsc-trackhub/ucscAssemblies.js +3 -9
- package/dist/ucsc-trackhub/ucscAssemblies.js.map +1 -0
- package/dist/ucsc-trackhub/ucscTrackHub.js +458 -491
- package/dist/ucsc-trackhub/ucscTrackHub.js.map +1 -0
- package/esm/AddConnectionWidget/components/AddConnectionWidget.d.ts +9 -0
- package/esm/AddConnectionWidget/components/AddConnectionWidget.js +86 -0
- package/esm/AddConnectionWidget/components/AddConnectionWidget.js.map +1 -0
- package/esm/AddConnectionWidget/components/ConfigureConnection.d.ts +2 -0
- package/esm/AddConnectionWidget/components/ConfigureConnection.js +11 -0
- package/esm/AddConnectionWidget/components/ConfigureConnection.js.map +1 -0
- package/esm/AddConnectionWidget/components/ConnectionTypeSelect.d.ts +8 -0
- package/esm/AddConnectionWidget/components/ConnectionTypeSelect.js +24 -0
- package/esm/AddConnectionWidget/components/ConnectionTypeSelect.js.map +1 -0
- package/esm/AddConnectionWidget/index.d.ts +2 -0
- package/esm/AddConnectionWidget/index.js +4 -0
- package/esm/AddConnectionWidget/index.js.map +1 -0
- package/esm/AddConnectionWidget/model.d.ts +5 -0
- package/esm/AddConnectionWidget/model.js +7 -0
- package/esm/AddConnectionWidget/model.js.map +1 -0
- package/esm/AddTrackWidget/components/AddTrackWidget.d.ts +7 -0
- package/esm/AddTrackWidget/components/AddTrackWidget.js +139 -0
- package/esm/AddTrackWidget/components/AddTrackWidget.js.map +1 -0
- package/esm/AddTrackWidget/components/ConfirmTrack.d.ts +7 -0
- package/esm/AddTrackWidget/components/ConfirmTrack.js +247 -0
- package/esm/AddTrackWidget/components/ConfirmTrack.js.map +1 -0
- package/esm/AddTrackWidget/components/TrackSourceSelect.d.ts +7 -0
- package/esm/AddTrackWidget/components/TrackSourceSelect.js +27 -0
- package/esm/AddTrackWidget/components/TrackSourceSelect.js.map +1 -0
- package/esm/AddTrackWidget/index.d.ts +2 -0
- package/esm/AddTrackWidget/index.js +4 -0
- package/esm/AddTrackWidget/index.js.map +1 -0
- package/esm/AddTrackWidget/model.d.ts +51 -0
- package/esm/AddTrackWidget/model.js +154 -0
- package/esm/AddTrackWidget/model.js.map +1 -0
- package/esm/AssemblyManager/AssemblyAddForm.d.ts +6 -0
- package/esm/AssemblyManager/AssemblyAddForm.js +132 -0
- package/esm/AssemblyManager/AssemblyAddForm.js.map +1 -0
- package/esm/AssemblyManager/AssemblyEditor.d.ts +5 -0
- package/esm/AssemblyManager/AssemblyEditor.js +8 -0
- package/esm/AssemblyManager/AssemblyEditor.js.map +1 -0
- package/esm/AssemblyManager/AssemblyManager.d.ts +6 -0
- package/esm/AssemblyManager/AssemblyManager.js +69 -0
- package/esm/AssemblyManager/AssemblyManager.js.map +1 -0
- package/esm/AssemblyManager/AssemblyTable.d.ts +13 -0
- package/esm/AssemblyManager/AssemblyTable.js +62 -0
- package/esm/AssemblyManager/AssemblyTable.js.map +1 -0
- package/esm/AssemblyManager/index.d.ts +1 -0
- package/esm/AssemblyManager/index.js +2 -0
- package/esm/AssemblyManager/index.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.d.ts +13 -0
- package/esm/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.js +26 -0
- package/esm/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.d.ts +13 -0
- package/esm/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.js +24 -0
- package/esm/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.d.ts +11 -0
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js +326 -0
- package/esm/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.d.ts +10 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.js +45 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.d.ts +11 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.js +57 -0
- package/esm/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/index.d.ts +2 -0
- package/esm/HierarchicalTrackSelectorWidget/index.js +4 -0
- package/esm/HierarchicalTrackSelectorWidget/index.js.map +1 -0
- package/esm/HierarchicalTrackSelectorWidget/model.d.ts +61 -0
- package/esm/HierarchicalTrackSelectorWidget/model.js +200 -0
- package/esm/HierarchicalTrackSelectorWidget/model.js.map +1 -0
- package/esm/PluginStoreWidget/components/CustomPluginForm.d.ts +9 -0
- package/esm/PluginStoreWidget/components/CustomPluginForm.js +109 -0
- package/esm/PluginStoreWidget/components/CustomPluginForm.js.map +1 -0
- package/esm/PluginStoreWidget/components/InstalledPlugin.d.ts +11 -0
- package/esm/PluginStoreWidget/components/InstalledPlugin.js +77 -0
- package/esm/PluginStoreWidget/components/InstalledPlugin.js.map +1 -0
- package/esm/PluginStoreWidget/components/InstalledPluginsList.d.ts +9 -0
- package/esm/PluginStoreWidget/components/InstalledPluginsList.js +16 -0
- package/esm/PluginStoreWidget/components/InstalledPluginsList.js.map +1 -0
- package/esm/PluginStoreWidget/components/PluginCard.d.ts +10 -0
- package/esm/PluginStoreWidget/components/PluginCard.js +61 -0
- package/esm/PluginStoreWidget/components/PluginCard.js.map +1 -0
- package/esm/PluginStoreWidget/components/PluginStoreWidget.d.ts +7 -0
- package/esm/PluginStoreWidget/components/PluginStoreWidget.js +106 -0
- package/esm/PluginStoreWidget/components/PluginStoreWidget.js.map +1 -0
- package/esm/PluginStoreWidget/index.d.ts +2 -0
- package/esm/PluginStoreWidget/index.js +4 -0
- package/esm/PluginStoreWidget/index.js.map +1 -0
- package/esm/PluginStoreWidget/model.d.ts +13 -0
- package/esm/PluginStoreWidget/model.js +20 -0
- package/esm/PluginStoreWidget/model.js.map +1 -0
- package/esm/SetDefaultSession/SetDefaultSession.d.ts +6 -0
- package/esm/SetDefaultSession/SetDefaultSession.js +34 -0
- package/esm/SetDefaultSession/SetDefaultSession.js.map +1 -0
- package/esm/SetDefaultSession/index.d.ts +1 -0
- package/esm/SetDefaultSession/index.js +2 -0
- package/esm/SetDefaultSession/index.js.map +1 -0
- package/esm/index.d.ts +27 -0
- package/esm/index.js +70 -0
- package/esm/index.js.map +1 -0
- package/esm/ucsc-trackhub/configSchema.d.ts +2 -0
- package/esm/ucsc-trackhub/configSchema.js +18 -0
- package/esm/ucsc-trackhub/configSchema.js.map +1 -0
- package/esm/ucsc-trackhub/index.d.ts +2 -0
- package/esm/ucsc-trackhub/index.js +3 -0
- package/esm/ucsc-trackhub/index.js.map +1 -0
- package/esm/ucsc-trackhub/model.d.ts +15 -0
- package/esm/ucsc-trackhub/model.js +82 -0
- package/esm/ucsc-trackhub/model.js.map +1 -0
- package/esm/ucsc-trackhub/ucscAssemblies.d.ts +2 -0
- package/esm/ucsc-trackhub/ucscAssemblies.js +201 -0
- package/esm/ucsc-trackhub/ucscAssemblies.js.map +1 -0
- package/esm/ucsc-trackhub/ucscTrackHub.d.ts +6 -0
- package/esm/ucsc-trackhub/ucscTrackHub.js +348 -0
- package/esm/ucsc-trackhub/ucscTrackHub.js.map +1 -0
- package/package.json +19 -11
- package/src/AddConnectionWidget/components/AddConnectionWidget.js +14 -10
- package/src/AddConnectionWidget/components/ConnectionTypeSelect.tsx +2 -4
- package/src/AddConnectionWidget/components/__snapshots__/AddConnectionWidget.test.js.snap +63 -67
- package/src/AddTrackWidget/components/AddTrackWidget.test.js +4 -4
- package/src/AddTrackWidget/components/AddTrackWidget.tsx +5 -5
- package/src/AddTrackWidget/components/ConfirmTrack.tsx +22 -22
- package/src/AddTrackWidget/components/TrackSourceSelect.tsx +9 -5
- package/src/AddTrackWidget/components/__snapshots__/AddTrackWidget.test.js.snap +76 -95
- package/src/AssemblyManager/AssemblyAddForm.tsx +5 -11
- package/src/AssemblyManager/AssemblyManager.tsx +8 -8
- package/src/AssemblyManager/AssemblyTable.tsx +10 -10
- package/src/HierarchicalTrackSelectorWidget/components/CloseConnectionDialog.tsx +1 -1
- package/src/HierarchicalTrackSelectorWidget/components/DeleteConnectionDialog.tsx +1 -1
- package/src/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.test.js +1 -1
- package/src/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.tsx +15 -13
- package/src/HierarchicalTrackSelectorWidget/components/ManageConnectionsDialog.tsx +6 -6
- package/src/HierarchicalTrackSelectorWidget/components/ToggleConnectionsDialog.tsx +7 -7
- package/src/HierarchicalTrackSelectorWidget/components/__snapshots__/HierarchicalTrackSelector.test.js.snap +122 -115
- package/src/PluginStoreWidget/components/CustomPluginForm.tsx +11 -14
- package/src/PluginStoreWidget/components/InstalledPlugin.tsx +9 -8
- package/src/PluginStoreWidget/components/InstalledPluginsList.tsx +1 -1
- package/src/PluginStoreWidget/components/PluginCard.tsx +10 -11
- package/src/PluginStoreWidget/components/PluginStoreWidget.tsx +9 -9
- package/src/PluginStoreWidget/components/__snapshots__/PluginStoreWidget.test.js.snap +267 -217
- package/src/PluginStoreWidget/index.js +0 -1
- package/src/SetDefaultSession/SetDefaultSession.tsx +1 -1
- package/dist/AddConnectionWidget/components/AddConnectionWidget.test.js +0 -279
- package/dist/AddTrackWidget/components/AddTrackWidget.test.js +0 -218
- package/dist/AddTrackWidget/index.test.js +0 -292
- package/dist/AssemblyManager/AssemblyManager.test.js +0 -113
- package/dist/HierarchicalTrackSelectorWidget/components/HierarchicalTrackSelector.test.js +0 -191
- package/dist/HierarchicalTrackSelectorWidget/model.test.js +0 -28
- package/dist/PluginStoreWidget/components/PluginStoreWidget.test.js +0 -201
- package/dist/PluginStoreWidget/model.test.js +0 -17
- package/dist/SetDefaultSession/SetDefaultSession.test.js +0 -75
- package/dist/index.test.js +0 -56
|
@@ -2,125 +2,131 @@
|
|
|
2
2
|
|
|
3
3
|
exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
4
4
|
<div
|
|
5
|
-
class="
|
|
5
|
+
class="tss-dgo1uw-root"
|
|
6
6
|
>
|
|
7
7
|
<div
|
|
8
|
-
class="MuiFormControl-root MuiTextField-root MuiFormControl-
|
|
8
|
+
class="MuiFormControl-root MuiFormControl-fullWidth MuiTextField-root css-wb57ya-MuiFormControl-root-MuiTextField-root"
|
|
9
9
|
>
|
|
10
10
|
<label
|
|
11
|
-
class="
|
|
11
|
+
class="MuiInputLabel-root MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-outlined MuiFormLabel-root MuiFormLabel-colorPrimary css-14s5rfu-MuiFormLabel-root-MuiInputLabel-root"
|
|
12
12
|
data-shrink="false"
|
|
13
|
+
for="mui-1"
|
|
14
|
+
id="mui-1-label"
|
|
13
15
|
>
|
|
14
16
|
Filter plugins
|
|
15
17
|
</label>
|
|
16
18
|
<div
|
|
17
|
-
class="
|
|
19
|
+
class="MuiOutlinedInput-root MuiInputBase-root MuiInputBase-colorPrimary MuiInputBase-fullWidth MuiInputBase-formControl MuiInputBase-adornedEnd css-154xyx0-MuiInputBase-root-MuiOutlinedInput-root"
|
|
18
20
|
>
|
|
19
21
|
<input
|
|
20
22
|
aria-invalid="false"
|
|
21
|
-
class="
|
|
23
|
+
class="MuiOutlinedInput-input MuiInputBase-input MuiInputBase-inputAdornedEnd css-nxo287-MuiInputBase-input-MuiOutlinedInput-input"
|
|
24
|
+
id="mui-1"
|
|
22
25
|
type="text"
|
|
23
26
|
value=""
|
|
24
27
|
/>
|
|
25
28
|
<div
|
|
26
|
-
class="MuiInputAdornment-root MuiInputAdornment-positionEnd"
|
|
29
|
+
class="MuiInputAdornment-root MuiInputAdornment-positionEnd MuiInputAdornment-outlined MuiInputAdornment-sizeMedium css-1laqsz7-MuiInputAdornment-root"
|
|
27
30
|
>
|
|
28
31
|
<button
|
|
29
|
-
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary"
|
|
32
|
+
class="MuiButtonBase-root MuiIconButton-root MuiIconButton-colorSecondary MuiIconButton-sizeMedium css-1gws2xf-MuiButtonBase-root-MuiIconButton-root"
|
|
30
33
|
tabindex="0"
|
|
31
34
|
type="button"
|
|
32
35
|
>
|
|
33
|
-
<
|
|
34
|
-
|
|
36
|
+
<svg
|
|
37
|
+
aria-hidden="true"
|
|
38
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
39
|
+
data-testid="ClearIcon"
|
|
40
|
+
focusable="false"
|
|
41
|
+
viewBox="0 0 24 24"
|
|
35
42
|
>
|
|
36
|
-
<
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
viewBox="0 0 24 24"
|
|
41
|
-
>
|
|
42
|
-
<path
|
|
43
|
-
d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
44
|
-
/>
|
|
45
|
-
</svg>
|
|
46
|
-
</span>
|
|
43
|
+
<path
|
|
44
|
+
d="M19 6.41 17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
47
|
<span
|
|
48
|
-
class="MuiTouchRipple-root"
|
|
48
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
49
49
|
/>
|
|
50
50
|
</button>
|
|
51
51
|
</div>
|
|
52
|
+
<fieldset
|
|
53
|
+
aria-hidden="true"
|
|
54
|
+
class="MuiOutlinedInput-notchedOutline css-1d3z3hw-MuiOutlinedInput-notchedOutline"
|
|
55
|
+
>
|
|
56
|
+
<legend
|
|
57
|
+
class="css-1ftyaf0"
|
|
58
|
+
>
|
|
59
|
+
<span>
|
|
60
|
+
Filter plugins
|
|
61
|
+
</span>
|
|
62
|
+
</legend>
|
|
63
|
+
</fieldset>
|
|
52
64
|
</div>
|
|
53
65
|
</div>
|
|
54
66
|
<div
|
|
55
|
-
class="MuiPaper-root MuiAccordion-root MuiAccordion-expanded MuiAccordion-
|
|
67
|
+
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiAccordion-root MuiAccordion-rounded Mui-expanded MuiAccordion-gutters css-1elwnq4-MuiPaper-root-MuiAccordion-root"
|
|
56
68
|
>
|
|
57
69
|
<div
|
|
58
|
-
aria-disabled="false"
|
|
59
70
|
aria-expanded="true"
|
|
60
|
-
class="MuiButtonBase-root MuiAccordionSummary-root MuiAccordionSummary-
|
|
71
|
+
class="MuiButtonBase-root MuiAccordionSummary-root Mui-expanded MuiAccordionSummary-gutters css-sh22l5-MuiButtonBase-root-MuiAccordionSummary-root"
|
|
61
72
|
role="button"
|
|
62
73
|
tabindex="0"
|
|
63
74
|
>
|
|
64
75
|
<div
|
|
65
|
-
class="MuiAccordionSummary-content MuiAccordionSummary-
|
|
76
|
+
class="MuiAccordionSummary-content Mui-expanded MuiAccordionSummary-contentGutters css-o4b71y-MuiAccordionSummary-content"
|
|
66
77
|
>
|
|
67
78
|
<h5
|
|
68
|
-
class="MuiTypography-root MuiTypography-h5"
|
|
79
|
+
class="MuiTypography-root MuiTypography-h5 css-ag7rrr-MuiTypography-root"
|
|
69
80
|
>
|
|
70
81
|
Installed plugins
|
|
71
82
|
</h5>
|
|
72
83
|
</div>
|
|
73
84
|
<div
|
|
74
|
-
|
|
75
|
-
aria-hidden="true"
|
|
76
|
-
class="MuiButtonBase-root MuiIconButton-root MuiAccordionSummary-expandIcon MuiAccordionSummary-expanded MuiIconButton-edgeEnd"
|
|
85
|
+
class="MuiAccordionSummary-expandIconWrapper Mui-expanded css-yw020d-MuiAccordionSummary-expandIconWrapper"
|
|
77
86
|
>
|
|
78
|
-
<
|
|
79
|
-
|
|
87
|
+
<svg
|
|
88
|
+
aria-hidden="true"
|
|
89
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-5xjg5v-expandIcon css-i4bv87-MuiSvgIcon-root"
|
|
90
|
+
data-testid="ExpandMoreIcon"
|
|
91
|
+
focusable="false"
|
|
92
|
+
viewBox="0 0 24 24"
|
|
80
93
|
>
|
|
81
|
-
<
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
viewBox="0 0 24 24"
|
|
86
|
-
>
|
|
87
|
-
<path
|
|
88
|
-
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
89
|
-
/>
|
|
90
|
-
</svg>
|
|
91
|
-
</span>
|
|
92
|
-
<span
|
|
93
|
-
class="MuiTouchRipple-root"
|
|
94
|
-
/>
|
|
94
|
+
<path
|
|
95
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
96
|
+
/>
|
|
97
|
+
</svg>
|
|
95
98
|
</div>
|
|
96
99
|
</div>
|
|
97
100
|
<div
|
|
98
|
-
class="MuiCollapse-root MuiCollapse-entered"
|
|
101
|
+
class="MuiCollapse-root MuiCollapse-vertical MuiCollapse-entered css-pwcg7p-MuiCollapse-root"
|
|
99
102
|
style="min-height: 0px;"
|
|
100
103
|
>
|
|
101
104
|
<div
|
|
102
|
-
class="MuiCollapse-wrapper"
|
|
105
|
+
class="MuiCollapse-wrapper MuiCollapse-vertical css-smkl36-MuiCollapse-wrapper"
|
|
103
106
|
>
|
|
104
107
|
<div
|
|
105
|
-
class="MuiCollapse-wrapperInner"
|
|
108
|
+
class="MuiCollapse-wrapperInner MuiCollapse-vertical css-9l5vo-MuiCollapse-wrapperInner"
|
|
106
109
|
>
|
|
107
110
|
<div
|
|
111
|
+
class="MuiAccordion-region"
|
|
108
112
|
role="region"
|
|
109
113
|
>
|
|
110
114
|
<div
|
|
111
115
|
style="margin: 1em;"
|
|
112
116
|
>
|
|
113
117
|
<ul
|
|
114
|
-
class="MuiList-root MuiList-padding"
|
|
118
|
+
class="MuiList-root MuiList-padding css-h4y409-MuiList-root"
|
|
115
119
|
>
|
|
116
120
|
<li
|
|
117
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
121
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
118
122
|
>
|
|
119
123
|
<svg
|
|
120
124
|
aria-hidden="true"
|
|
121
|
-
|
|
125
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
126
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
127
|
+
data-mui-internal-clone-element="true"
|
|
128
|
+
data-testid="LockIcon"
|
|
122
129
|
focusable="false"
|
|
123
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
124
130
|
viewBox="0 0 24 24"
|
|
125
131
|
>
|
|
126
132
|
<path
|
|
@@ -128,19 +134,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
128
134
|
/>
|
|
129
135
|
</svg>
|
|
130
136
|
<p
|
|
131
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
137
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
132
138
|
>
|
|
133
139
|
SVGPlugin
|
|
134
140
|
</p>
|
|
135
141
|
</li>
|
|
136
142
|
<li
|
|
137
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
143
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
138
144
|
>
|
|
139
145
|
<svg
|
|
140
146
|
aria-hidden="true"
|
|
141
|
-
|
|
147
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
148
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
149
|
+
data-mui-internal-clone-element="true"
|
|
150
|
+
data-testid="LockIcon"
|
|
142
151
|
focusable="false"
|
|
143
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
144
152
|
viewBox="0 0 24 24"
|
|
145
153
|
>
|
|
146
154
|
<path
|
|
@@ -148,19 +156,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
148
156
|
/>
|
|
149
157
|
</svg>
|
|
150
158
|
<p
|
|
151
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
159
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
152
160
|
>
|
|
153
161
|
LinearGenomeViewPlugin
|
|
154
162
|
</p>
|
|
155
163
|
</li>
|
|
156
164
|
<li
|
|
157
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
165
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
158
166
|
>
|
|
159
167
|
<svg
|
|
160
168
|
aria-hidden="true"
|
|
161
|
-
|
|
169
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
170
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
171
|
+
data-mui-internal-clone-element="true"
|
|
172
|
+
data-testid="LockIcon"
|
|
162
173
|
focusable="false"
|
|
163
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
164
174
|
viewBox="0 0 24 24"
|
|
165
175
|
>
|
|
166
176
|
<path
|
|
@@ -168,19 +178,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
168
178
|
/>
|
|
169
179
|
</svg>
|
|
170
180
|
<p
|
|
171
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
181
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
172
182
|
>
|
|
173
183
|
AlignmentsPlugin
|
|
174
184
|
</p>
|
|
175
185
|
</li>
|
|
176
186
|
<li
|
|
177
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
187
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
178
188
|
>
|
|
179
189
|
<svg
|
|
180
190
|
aria-hidden="true"
|
|
181
|
-
|
|
191
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
192
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
193
|
+
data-mui-internal-clone-element="true"
|
|
194
|
+
data-testid="LockIcon"
|
|
182
195
|
focusable="false"
|
|
183
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
184
196
|
viewBox="0 0 24 24"
|
|
185
197
|
>
|
|
186
198
|
<path
|
|
@@ -188,19 +200,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
188
200
|
/>
|
|
189
201
|
</svg>
|
|
190
202
|
<p
|
|
191
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
203
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
192
204
|
>
|
|
193
205
|
AuthenticationPlugin
|
|
194
206
|
</p>
|
|
195
207
|
</li>
|
|
196
208
|
<li
|
|
197
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
209
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
198
210
|
>
|
|
199
211
|
<svg
|
|
200
212
|
aria-hidden="true"
|
|
201
|
-
|
|
213
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
214
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
215
|
+
data-mui-internal-clone-element="true"
|
|
216
|
+
data-testid="LockIcon"
|
|
202
217
|
focusable="false"
|
|
203
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
204
218
|
viewBox="0 0 24 24"
|
|
205
219
|
>
|
|
206
220
|
<path
|
|
@@ -208,19 +222,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
208
222
|
/>
|
|
209
223
|
</svg>
|
|
210
224
|
<p
|
|
211
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
225
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
212
226
|
>
|
|
213
227
|
BedPlugin
|
|
214
228
|
</p>
|
|
215
229
|
</li>
|
|
216
230
|
<li
|
|
217
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
231
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
218
232
|
>
|
|
219
233
|
<svg
|
|
220
234
|
aria-hidden="true"
|
|
221
|
-
|
|
235
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
236
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
237
|
+
data-mui-internal-clone-element="true"
|
|
238
|
+
data-testid="LockIcon"
|
|
222
239
|
focusable="false"
|
|
223
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
224
240
|
viewBox="0 0 24 24"
|
|
225
241
|
>
|
|
226
242
|
<path
|
|
@@ -228,19 +244,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
228
244
|
/>
|
|
229
245
|
</svg>
|
|
230
246
|
<p
|
|
231
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
247
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
232
248
|
>
|
|
233
249
|
CircularViewPlugin
|
|
234
250
|
</p>
|
|
235
251
|
</li>
|
|
236
252
|
<li
|
|
237
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
253
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
238
254
|
>
|
|
239
255
|
<svg
|
|
240
256
|
aria-hidden="true"
|
|
241
|
-
|
|
257
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
258
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
259
|
+
data-mui-internal-clone-element="true"
|
|
260
|
+
data-testid="LockIcon"
|
|
242
261
|
focusable="false"
|
|
243
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
244
262
|
viewBox="0 0 24 24"
|
|
245
263
|
>
|
|
246
264
|
<path
|
|
@@ -248,19 +266,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
248
266
|
/>
|
|
249
267
|
</svg>
|
|
250
268
|
<p
|
|
251
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
269
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
252
270
|
>
|
|
253
271
|
ConfigurationPlugin
|
|
254
272
|
</p>
|
|
255
273
|
</li>
|
|
256
274
|
<li
|
|
257
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
275
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
258
276
|
>
|
|
259
277
|
<svg
|
|
260
278
|
aria-hidden="true"
|
|
261
|
-
|
|
279
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
280
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
281
|
+
data-mui-internal-clone-element="true"
|
|
282
|
+
data-testid="LockIcon"
|
|
262
283
|
focusable="false"
|
|
263
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
264
284
|
viewBox="0 0 24 24"
|
|
265
285
|
>
|
|
266
286
|
<path
|
|
@@ -268,19 +288,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
268
288
|
/>
|
|
269
289
|
</svg>
|
|
270
290
|
<p
|
|
271
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
291
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
272
292
|
>
|
|
273
293
|
DataManagementPlugin
|
|
274
294
|
</p>
|
|
275
295
|
</li>
|
|
276
296
|
<li
|
|
277
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
297
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
278
298
|
>
|
|
279
299
|
<svg
|
|
280
300
|
aria-hidden="true"
|
|
281
|
-
|
|
301
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
302
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
303
|
+
data-mui-internal-clone-element="true"
|
|
304
|
+
data-testid="LockIcon"
|
|
282
305
|
focusable="false"
|
|
283
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
284
306
|
viewBox="0 0 24 24"
|
|
285
307
|
>
|
|
286
308
|
<path
|
|
@@ -288,19 +310,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
288
310
|
/>
|
|
289
311
|
</svg>
|
|
290
312
|
<p
|
|
291
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
313
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
292
314
|
>
|
|
293
315
|
DotplotPlugin
|
|
294
316
|
</p>
|
|
295
317
|
</li>
|
|
296
318
|
<li
|
|
297
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
319
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
298
320
|
>
|
|
299
321
|
<svg
|
|
300
322
|
aria-hidden="true"
|
|
301
|
-
|
|
323
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
324
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
325
|
+
data-mui-internal-clone-element="true"
|
|
326
|
+
data-testid="LockIcon"
|
|
302
327
|
focusable="false"
|
|
303
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
304
328
|
viewBox="0 0 24 24"
|
|
305
329
|
>
|
|
306
330
|
<path
|
|
@@ -308,19 +332,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
308
332
|
/>
|
|
309
333
|
</svg>
|
|
310
334
|
<p
|
|
311
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
335
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
312
336
|
>
|
|
313
337
|
GTFPlugin
|
|
314
338
|
</p>
|
|
315
339
|
</li>
|
|
316
340
|
<li
|
|
317
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
341
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
318
342
|
>
|
|
319
343
|
<svg
|
|
320
344
|
aria-hidden="true"
|
|
321
|
-
|
|
345
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
346
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
347
|
+
data-mui-internal-clone-element="true"
|
|
348
|
+
data-testid="LockIcon"
|
|
322
349
|
focusable="false"
|
|
323
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
324
350
|
viewBox="0 0 24 24"
|
|
325
351
|
>
|
|
326
352
|
<path
|
|
@@ -328,19 +354,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
328
354
|
/>
|
|
329
355
|
</svg>
|
|
330
356
|
<p
|
|
331
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
357
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
332
358
|
>
|
|
333
359
|
GFF3Plugin
|
|
334
360
|
</p>
|
|
335
361
|
</li>
|
|
336
362
|
<li
|
|
337
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
363
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
338
364
|
>
|
|
339
365
|
<svg
|
|
340
366
|
aria-hidden="true"
|
|
341
|
-
|
|
367
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
368
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
369
|
+
data-mui-internal-clone-element="true"
|
|
370
|
+
data-testid="LockIcon"
|
|
342
371
|
focusable="false"
|
|
343
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
344
372
|
viewBox="0 0 24 24"
|
|
345
373
|
>
|
|
346
374
|
<path
|
|
@@ -348,19 +376,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
348
376
|
/>
|
|
349
377
|
</svg>
|
|
350
378
|
<p
|
|
351
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
379
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
352
380
|
>
|
|
353
381
|
LegacyJBrowsePlugin
|
|
354
382
|
</p>
|
|
355
383
|
</li>
|
|
356
384
|
<li
|
|
357
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
385
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
358
386
|
>
|
|
359
387
|
<svg
|
|
360
388
|
aria-hidden="true"
|
|
361
|
-
|
|
389
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
390
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
391
|
+
data-mui-internal-clone-element="true"
|
|
392
|
+
data-testid="LockIcon"
|
|
362
393
|
focusable="false"
|
|
363
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
364
394
|
viewBox="0 0 24 24"
|
|
365
395
|
>
|
|
366
396
|
<path
|
|
@@ -368,19 +398,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
368
398
|
/>
|
|
369
399
|
</svg>
|
|
370
400
|
<p
|
|
371
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
401
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
372
402
|
>
|
|
373
403
|
LinearComparativeViewPlugin
|
|
374
404
|
</p>
|
|
375
405
|
</li>
|
|
376
406
|
<li
|
|
377
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
407
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
378
408
|
>
|
|
379
409
|
<svg
|
|
380
410
|
aria-hidden="true"
|
|
381
|
-
|
|
411
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
412
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
413
|
+
data-mui-internal-clone-element="true"
|
|
414
|
+
data-testid="LockIcon"
|
|
382
415
|
focusable="false"
|
|
383
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
384
416
|
viewBox="0 0 24 24"
|
|
385
417
|
>
|
|
386
418
|
<path
|
|
@@ -388,19 +420,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
388
420
|
/>
|
|
389
421
|
</svg>
|
|
390
422
|
<p
|
|
391
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
423
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
392
424
|
>
|
|
393
425
|
LollipopPlugin
|
|
394
426
|
</p>
|
|
395
427
|
</li>
|
|
396
428
|
<li
|
|
397
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
429
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
398
430
|
>
|
|
399
431
|
<svg
|
|
400
432
|
aria-hidden="true"
|
|
401
|
-
|
|
433
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
434
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
435
|
+
data-mui-internal-clone-element="true"
|
|
436
|
+
data-testid="LockIcon"
|
|
402
437
|
focusable="false"
|
|
403
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
404
438
|
viewBox="0 0 24 24"
|
|
405
439
|
>
|
|
406
440
|
<path
|
|
@@ -408,19 +442,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
408
442
|
/>
|
|
409
443
|
</svg>
|
|
410
444
|
<p
|
|
411
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
445
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
412
446
|
>
|
|
413
447
|
ArcRenderer
|
|
414
448
|
</p>
|
|
415
449
|
</li>
|
|
416
450
|
<li
|
|
417
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
451
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
418
452
|
>
|
|
419
453
|
<svg
|
|
420
454
|
aria-hidden="true"
|
|
421
|
-
|
|
455
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
456
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
457
|
+
data-mui-internal-clone-element="true"
|
|
458
|
+
data-testid="LockIcon"
|
|
422
459
|
focusable="false"
|
|
423
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
424
460
|
viewBox="0 0 24 24"
|
|
425
461
|
>
|
|
426
462
|
<path
|
|
@@ -428,19 +464,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
428
464
|
/>
|
|
429
465
|
</svg>
|
|
430
466
|
<p
|
|
431
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
467
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
432
468
|
>
|
|
433
469
|
MenusPlugin
|
|
434
470
|
</p>
|
|
435
471
|
</li>
|
|
436
472
|
<li
|
|
437
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
473
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
438
474
|
>
|
|
439
475
|
<svg
|
|
440
476
|
aria-hidden="true"
|
|
441
|
-
|
|
477
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
478
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
479
|
+
data-mui-internal-clone-element="true"
|
|
480
|
+
data-testid="LockIcon"
|
|
442
481
|
focusable="false"
|
|
443
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
444
482
|
viewBox="0 0 24 24"
|
|
445
483
|
>
|
|
446
484
|
<path
|
|
@@ -448,19 +486,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
448
486
|
/>
|
|
449
487
|
</svg>
|
|
450
488
|
<p
|
|
451
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
489
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
452
490
|
>
|
|
453
491
|
RdfPlugin
|
|
454
492
|
</p>
|
|
455
493
|
</li>
|
|
456
494
|
<li
|
|
457
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
495
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
458
496
|
>
|
|
459
497
|
<svg
|
|
460
498
|
aria-hidden="true"
|
|
461
|
-
|
|
499
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
500
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
501
|
+
data-mui-internal-clone-element="true"
|
|
502
|
+
data-testid="LockIcon"
|
|
462
503
|
focusable="false"
|
|
463
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
464
504
|
viewBox="0 0 24 24"
|
|
465
505
|
>
|
|
466
506
|
<path
|
|
@@ -468,19 +508,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
468
508
|
/>
|
|
469
509
|
</svg>
|
|
470
510
|
<p
|
|
471
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
511
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
472
512
|
>
|
|
473
513
|
SequencePlugin
|
|
474
514
|
</p>
|
|
475
515
|
</li>
|
|
476
516
|
<li
|
|
477
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
517
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
478
518
|
>
|
|
479
519
|
<svg
|
|
480
520
|
aria-hidden="true"
|
|
481
|
-
|
|
521
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
522
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
523
|
+
data-mui-internal-clone-element="true"
|
|
524
|
+
data-testid="LockIcon"
|
|
482
525
|
focusable="false"
|
|
483
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
484
526
|
viewBox="0 0 24 24"
|
|
485
527
|
>
|
|
486
528
|
<path
|
|
@@ -488,19 +530,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
488
530
|
/>
|
|
489
531
|
</svg>
|
|
490
532
|
<p
|
|
491
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
533
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
492
534
|
>
|
|
493
535
|
TrackHubRegistryPlugin
|
|
494
536
|
</p>
|
|
495
537
|
</li>
|
|
496
538
|
<li
|
|
497
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
539
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
498
540
|
>
|
|
499
541
|
<svg
|
|
500
542
|
aria-hidden="true"
|
|
501
|
-
|
|
543
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
544
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
545
|
+
data-mui-internal-clone-element="true"
|
|
546
|
+
data-testid="LockIcon"
|
|
502
547
|
focusable="false"
|
|
503
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
504
548
|
viewBox="0 0 24 24"
|
|
505
549
|
>
|
|
506
550
|
<path
|
|
@@ -508,19 +552,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
508
552
|
/>
|
|
509
553
|
</svg>
|
|
510
554
|
<p
|
|
511
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
555
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
512
556
|
>
|
|
513
557
|
VariantsPlugin
|
|
514
558
|
</p>
|
|
515
559
|
</li>
|
|
516
560
|
<li
|
|
517
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
561
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
518
562
|
>
|
|
519
563
|
<svg
|
|
520
564
|
aria-hidden="true"
|
|
521
|
-
|
|
565
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
566
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
567
|
+
data-mui-internal-clone-element="true"
|
|
568
|
+
data-testid="LockIcon"
|
|
522
569
|
focusable="false"
|
|
523
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
524
570
|
viewBox="0 0 24 24"
|
|
525
571
|
>
|
|
526
572
|
<path
|
|
@@ -528,19 +574,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
528
574
|
/>
|
|
529
575
|
</svg>
|
|
530
576
|
<p
|
|
531
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
577
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
532
578
|
>
|
|
533
579
|
WigglePlugin
|
|
534
580
|
</p>
|
|
535
581
|
</li>
|
|
536
582
|
<li
|
|
537
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
583
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
538
584
|
>
|
|
539
585
|
<svg
|
|
540
586
|
aria-hidden="true"
|
|
541
|
-
|
|
587
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
588
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
589
|
+
data-mui-internal-clone-element="true"
|
|
590
|
+
data-testid="LockIcon"
|
|
542
591
|
focusable="false"
|
|
543
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
544
592
|
viewBox="0 0 24 24"
|
|
545
593
|
>
|
|
546
594
|
<path
|
|
@@ -548,19 +596,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
548
596
|
/>
|
|
549
597
|
</svg>
|
|
550
598
|
<p
|
|
551
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
599
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
552
600
|
>
|
|
553
601
|
SpreadsheetViewPlugin
|
|
554
602
|
</p>
|
|
555
603
|
</li>
|
|
556
604
|
<li
|
|
557
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
605
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
558
606
|
>
|
|
559
607
|
<svg
|
|
560
608
|
aria-hidden="true"
|
|
561
|
-
|
|
609
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
610
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
611
|
+
data-mui-internal-clone-element="true"
|
|
612
|
+
data-testid="LockIcon"
|
|
562
613
|
focusable="false"
|
|
563
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
564
614
|
viewBox="0 0 24 24"
|
|
565
615
|
>
|
|
566
616
|
<path
|
|
@@ -568,19 +618,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
568
618
|
/>
|
|
569
619
|
</svg>
|
|
570
620
|
<p
|
|
571
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
621
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
572
622
|
>
|
|
573
623
|
SvInspectorViewPlugin
|
|
574
624
|
</p>
|
|
575
625
|
</li>
|
|
576
626
|
<li
|
|
577
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
627
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
578
628
|
>
|
|
579
629
|
<svg
|
|
580
630
|
aria-hidden="true"
|
|
581
|
-
|
|
631
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
632
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
633
|
+
data-mui-internal-clone-element="true"
|
|
634
|
+
data-testid="LockIcon"
|
|
582
635
|
focusable="false"
|
|
583
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
584
636
|
viewBox="0 0 24 24"
|
|
585
637
|
>
|
|
586
638
|
<path
|
|
@@ -588,19 +640,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
588
640
|
/>
|
|
589
641
|
</svg>
|
|
590
642
|
<p
|
|
591
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
643
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
592
644
|
>
|
|
593
645
|
BreakpointSplitViewPlugin
|
|
594
646
|
</p>
|
|
595
647
|
</li>
|
|
596
648
|
<li
|
|
597
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
649
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
598
650
|
>
|
|
599
651
|
<svg
|
|
600
652
|
aria-hidden="true"
|
|
601
|
-
|
|
653
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
654
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
655
|
+
data-mui-internal-clone-element="true"
|
|
656
|
+
data-testid="LockIcon"
|
|
602
657
|
focusable="false"
|
|
603
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
604
658
|
viewBox="0 0 24 24"
|
|
605
659
|
>
|
|
606
660
|
<path
|
|
@@ -608,19 +662,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
608
662
|
/>
|
|
609
663
|
</svg>
|
|
610
664
|
<p
|
|
611
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
665
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
612
666
|
>
|
|
613
667
|
HicPlugin
|
|
614
668
|
</p>
|
|
615
669
|
</li>
|
|
616
670
|
<li
|
|
617
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
671
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
618
672
|
>
|
|
619
673
|
<svg
|
|
620
674
|
aria-hidden="true"
|
|
621
|
-
|
|
675
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
676
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
677
|
+
data-mui-internal-clone-element="true"
|
|
678
|
+
data-testid="LockIcon"
|
|
622
679
|
focusable="false"
|
|
623
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
624
680
|
viewBox="0 0 24 24"
|
|
625
681
|
>
|
|
626
682
|
<path
|
|
@@ -628,19 +684,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
628
684
|
/>
|
|
629
685
|
</svg>
|
|
630
686
|
<p
|
|
631
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
687
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
632
688
|
>
|
|
633
689
|
TrixPlugin
|
|
634
690
|
</p>
|
|
635
691
|
</li>
|
|
636
692
|
<li
|
|
637
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
693
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
638
694
|
>
|
|
639
695
|
<svg
|
|
640
696
|
aria-hidden="true"
|
|
641
|
-
|
|
697
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
698
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
699
|
+
data-mui-internal-clone-element="true"
|
|
700
|
+
data-testid="LockIcon"
|
|
642
701
|
focusable="false"
|
|
643
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
644
702
|
viewBox="0 0 24 24"
|
|
645
703
|
>
|
|
646
704
|
<path
|
|
@@ -648,19 +706,21 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
648
706
|
/>
|
|
649
707
|
</svg>
|
|
650
708
|
<p
|
|
651
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
709
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
652
710
|
>
|
|
653
711
|
GridBookmarkPlugin
|
|
654
712
|
</p>
|
|
655
713
|
</li>
|
|
656
714
|
<li
|
|
657
|
-
class="MuiListItem-root MuiListItem-gutters"
|
|
715
|
+
class="MuiListItem-root MuiListItem-gutters MuiListItem-padding css-1p823my-MuiListItem-root"
|
|
658
716
|
>
|
|
659
717
|
<svg
|
|
660
718
|
aria-hidden="true"
|
|
661
|
-
|
|
719
|
+
aria-label="This plugin was installed by an administrator, you cannot remove it."
|
|
720
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-1qzgyfr-lockedPluginTooltip css-i4bv87-MuiSvgIcon-root"
|
|
721
|
+
data-mui-internal-clone-element="true"
|
|
722
|
+
data-testid="LockIcon"
|
|
662
723
|
focusable="false"
|
|
663
|
-
title="This plugin was installed by an administrator, you cannot remove it."
|
|
664
724
|
viewBox="0 0 24 24"
|
|
665
725
|
>
|
|
666
726
|
<path
|
|
@@ -668,7 +728,7 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
668
728
|
/>
|
|
669
729
|
</svg>
|
|
670
730
|
<p
|
|
671
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
731
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
672
732
|
>
|
|
673
733
|
ComparativeAdaptersPlugin
|
|
674
734
|
</p>
|
|
@@ -681,75 +741,67 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
681
741
|
</div>
|
|
682
742
|
</div>
|
|
683
743
|
<div
|
|
684
|
-
class="MuiPaper-root MuiAccordion-root MuiAccordion-expanded MuiAccordion-
|
|
744
|
+
class="MuiPaper-root MuiPaper-elevation MuiPaper-rounded MuiPaper-elevation1 MuiAccordion-root MuiAccordion-rounded Mui-expanded MuiAccordion-gutters css-1elwnq4-MuiPaper-root-MuiAccordion-root"
|
|
685
745
|
>
|
|
686
746
|
<div
|
|
687
|
-
aria-disabled="false"
|
|
688
747
|
aria-expanded="true"
|
|
689
|
-
class="MuiButtonBase-root MuiAccordionSummary-root MuiAccordionSummary-
|
|
748
|
+
class="MuiButtonBase-root MuiAccordionSummary-root Mui-expanded MuiAccordionSummary-gutters css-sh22l5-MuiButtonBase-root-MuiAccordionSummary-root"
|
|
690
749
|
role="button"
|
|
691
750
|
tabindex="0"
|
|
692
751
|
>
|
|
693
752
|
<div
|
|
694
|
-
class="MuiAccordionSummary-content MuiAccordionSummary-
|
|
753
|
+
class="MuiAccordionSummary-content Mui-expanded MuiAccordionSummary-contentGutters css-o4b71y-MuiAccordionSummary-content"
|
|
695
754
|
>
|
|
696
755
|
<h5
|
|
697
|
-
class="MuiTypography-root MuiTypography-h5"
|
|
756
|
+
class="MuiTypography-root MuiTypography-h5 css-ag7rrr-MuiTypography-root"
|
|
698
757
|
>
|
|
699
758
|
Available plugins
|
|
700
759
|
</h5>
|
|
701
760
|
</div>
|
|
702
761
|
<div
|
|
703
|
-
|
|
704
|
-
aria-hidden="true"
|
|
705
|
-
class="MuiButtonBase-root MuiIconButton-root MuiAccordionSummary-expandIcon MuiAccordionSummary-expanded MuiIconButton-edgeEnd"
|
|
762
|
+
class="MuiAccordionSummary-expandIconWrapper Mui-expanded css-yw020d-MuiAccordionSummary-expandIconWrapper"
|
|
706
763
|
>
|
|
707
|
-
<
|
|
708
|
-
|
|
764
|
+
<svg
|
|
765
|
+
aria-hidden="true"
|
|
766
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium tss-5xjg5v-expandIcon css-i4bv87-MuiSvgIcon-root"
|
|
767
|
+
data-testid="ExpandMoreIcon"
|
|
768
|
+
focusable="false"
|
|
769
|
+
viewBox="0 0 24 24"
|
|
709
770
|
>
|
|
710
|
-
<
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
viewBox="0 0 24 24"
|
|
715
|
-
>
|
|
716
|
-
<path
|
|
717
|
-
d="M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
718
|
-
/>
|
|
719
|
-
</svg>
|
|
720
|
-
</span>
|
|
721
|
-
<span
|
|
722
|
-
class="MuiTouchRipple-root"
|
|
723
|
-
/>
|
|
771
|
+
<path
|
|
772
|
+
d="M16.59 8.59 12 13.17 7.41 8.59 6 10l6 6 6-6z"
|
|
773
|
+
/>
|
|
774
|
+
</svg>
|
|
724
775
|
</div>
|
|
725
776
|
</div>
|
|
726
777
|
<div
|
|
727
|
-
class="MuiCollapse-root MuiCollapse-entered"
|
|
778
|
+
class="MuiCollapse-root MuiCollapse-vertical MuiCollapse-entered css-pwcg7p-MuiCollapse-root"
|
|
728
779
|
style="min-height: 0px;"
|
|
729
780
|
>
|
|
730
781
|
<div
|
|
731
|
-
class="MuiCollapse-wrapper"
|
|
782
|
+
class="MuiCollapse-wrapper MuiCollapse-vertical css-smkl36-MuiCollapse-wrapper"
|
|
732
783
|
>
|
|
733
784
|
<div
|
|
734
|
-
class="MuiCollapse-wrapperInner"
|
|
785
|
+
class="MuiCollapse-wrapperInner MuiCollapse-vertical css-9l5vo-MuiCollapse-wrapperInner"
|
|
735
786
|
>
|
|
736
787
|
<div
|
|
788
|
+
class="MuiAccordion-region"
|
|
737
789
|
role="region"
|
|
738
790
|
>
|
|
739
791
|
<div
|
|
740
|
-
class="MuiPaper-root MuiCard-root
|
|
792
|
+
class="MuiPaper-root MuiPaper-outlined MuiPaper-rounded MuiCard-root tss-s87f4t-card css-1v5z4dq-MuiPaper-root-MuiCard-root"
|
|
741
793
|
>
|
|
742
794
|
<div
|
|
743
|
-
class="MuiCardContent-root"
|
|
795
|
+
class="MuiCardContent-root css-46bh2p-MuiCardContent-root"
|
|
744
796
|
>
|
|
745
797
|
<div
|
|
746
|
-
class="
|
|
798
|
+
class="tss-yyi66y-dataField"
|
|
747
799
|
>
|
|
748
800
|
<h5
|
|
749
|
-
class="MuiTypography-root MuiTypography-h5"
|
|
801
|
+
class="MuiTypography-root MuiTypography-h5 css-ag7rrr-MuiTypography-root"
|
|
750
802
|
>
|
|
751
803
|
<a
|
|
752
|
-
class="MuiTypography-root MuiLink-root MuiLink-
|
|
804
|
+
class="MuiTypography-root MuiTypography-inherit MuiLink-root MuiLink-underlineAlways css-1ps4owl-MuiTypography-root-MuiLink-root"
|
|
753
805
|
href="https://github.com/GMOD/jbrowse-plugin-msaview#readme"
|
|
754
806
|
rel="noopener"
|
|
755
807
|
target="_blank"
|
|
@@ -759,11 +811,12 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
759
811
|
</h5>
|
|
760
812
|
</div>
|
|
761
813
|
<div
|
|
762
|
-
class="
|
|
814
|
+
class="tss-yyi66y-dataField"
|
|
763
815
|
>
|
|
764
816
|
<svg
|
|
765
817
|
aria-hidden="true"
|
|
766
|
-
class="MuiSvgIcon-root"
|
|
818
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
819
|
+
data-testid="PersonIcon"
|
|
767
820
|
focusable="false"
|
|
768
821
|
style="margin-right: 0.5em;"
|
|
769
822
|
viewBox="0 0 24 24"
|
|
@@ -773,51 +826,48 @@ exports[`<PluginStoreWidget /> renders with the available plugins 1`] = `
|
|
|
773
826
|
/>
|
|
774
827
|
</svg>
|
|
775
828
|
<p
|
|
776
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
829
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
777
830
|
>
|
|
778
831
|
Colin Diesh
|
|
779
832
|
</p>
|
|
780
833
|
</div>
|
|
781
834
|
<p
|
|
782
|
-
class="MuiTypography-root
|
|
835
|
+
class="MuiTypography-root MuiTypography-body1 tss-19fbf4i-bold css-ahj2mt-MuiTypography-root"
|
|
783
836
|
>
|
|
784
837
|
Description:
|
|
785
838
|
</p>
|
|
786
839
|
<p
|
|
787
|
-
class="MuiTypography-root MuiTypography-body1"
|
|
840
|
+
class="MuiTypography-root MuiTypography-body1 css-ahj2mt-MuiTypography-root"
|
|
788
841
|
>
|
|
789
842
|
multiple sequence alignment browser plugin for JBrowse 2
|
|
790
843
|
</p>
|
|
791
844
|
</div>
|
|
792
845
|
<div
|
|
793
|
-
class="MuiCardActions-root MuiCardActions-spacing"
|
|
846
|
+
class="MuiCardActions-root MuiCardActions-spacing css-1t6e9jv-MuiCardActions-root"
|
|
794
847
|
>
|
|
795
848
|
<button
|
|
796
|
-
class="
|
|
849
|
+
class="MuiButton-root MuiButton-contained MuiButton-containedPrimary MuiButton-sizeMedium MuiButton-containedSizeMedium MuiButtonBase-root css-sghohy-MuiButtonBase-root-MuiButton-root"
|
|
797
850
|
tabindex="0"
|
|
798
851
|
type="button"
|
|
799
852
|
>
|
|
800
853
|
<span
|
|
801
|
-
class="MuiButton-
|
|
802
|
-
>
|
|
803
|
-
<
|
|
804
|
-
|
|
854
|
+
class="MuiButton-startIcon MuiButton-iconSizeMedium css-1d6wzja-MuiButton-startIcon"
|
|
855
|
+
>
|
|
856
|
+
<svg
|
|
857
|
+
aria-hidden="true"
|
|
858
|
+
class="MuiSvgIcon-root MuiSvgIcon-fontSizeMedium css-i4bv87-MuiSvgIcon-root"
|
|
859
|
+
data-testid="AddIcon"
|
|
860
|
+
focusable="false"
|
|
861
|
+
viewBox="0 0 24 24"
|
|
805
862
|
>
|
|
806
|
-
<
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
viewBox="0 0 24 24"
|
|
811
|
-
>
|
|
812
|
-
<path
|
|
813
|
-
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
814
|
-
/>
|
|
815
|
-
</svg>
|
|
816
|
-
</span>
|
|
817
|
-
Install
|
|
863
|
+
<path
|
|
864
|
+
d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"
|
|
865
|
+
/>
|
|
866
|
+
</svg>
|
|
818
867
|
</span>
|
|
868
|
+
Install
|
|
819
869
|
<span
|
|
820
|
-
class="MuiTouchRipple-root"
|
|
870
|
+
class="MuiTouchRipple-root css-8je8zh-MuiTouchRipple-root"
|
|
821
871
|
/>
|
|
822
872
|
</button>
|
|
823
873
|
</div>
|