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