@apollo-annotation/jbrowse-plugin-apollo 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.js +3 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.development.js +3 -3
- package/dist/jbrowse-plugin-apollo.cjs.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.cjs.production.min.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.development.js +3 -3
- package/dist/jbrowse-plugin-apollo.umd.development.js.map +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js +1 -1
- package/dist/jbrowse-plugin-apollo.umd.production.min.js.map +1 -1
- package/package.json +4 -4
- package/src/components/FilterFeatures.tsx +2 -2
|
@@ -21068,7 +21068,7 @@
|
|
|
21068
21068
|
}), 'Add');
|
|
21069
21069
|
default_1$a = Add["default"] = _default$c;
|
|
21070
21070
|
|
|
21071
|
-
var version = "0.3.
|
|
21071
|
+
var version = "0.3.3";
|
|
21072
21072
|
|
|
21073
21073
|
const ApolloConfigSchema = configuration.ConfigurationSchema('ApolloInternetAccount', {
|
|
21074
21074
|
baseURL: {
|
|
@@ -53625,13 +53625,13 @@
|
|
|
53625
53625
|
React__default["default"].createElement(material.DialogContent, null,
|
|
53626
53626
|
React__default["default"].createElement(material.DialogContentText, null, "Select the feature types you want to display in the apollo track"),
|
|
53627
53627
|
React__default["default"].createElement(material.Grid2, { container: true, spacing: 2 },
|
|
53628
|
-
React__default["default"].createElement(material.Grid2,
|
|
53628
|
+
React__default["default"].createElement(material.Grid2, { size: 8 },
|
|
53629
53629
|
React__default["default"].createElement(OntologyTermAutocomplete, { session: session, ontologyName: "Sequence Ontology", style: { width: '100%' }, value: type, filterTerms: isOntologyClass, renderInput: (params) => (React__default["default"].createElement(material.TextField, { ...params, label: "Feature type", variant: "outlined", fullWidth: true })), onChange: (oldValue, newValue) => {
|
|
53630
53630
|
if (newValue) {
|
|
53631
53631
|
handleChange(newValue);
|
|
53632
53632
|
}
|
|
53633
53633
|
} })),
|
|
53634
|
-
React__default["default"].createElement(material.Grid2,
|
|
53634
|
+
React__default["default"].createElement(material.Grid2, { size: 4 },
|
|
53635
53635
|
React__default["default"].createElement(material.Button, { variant: "contained", onClick: handleAddFeatureType, disabled: !type, style: { marginTop: 9 }, size: "medium" }, "Add"))),
|
|
53636
53636
|
selectedFeatureTypes.length > 0 && (React__default["default"].createElement("div", null,
|
|
53637
53637
|
React__default["default"].createElement("hr", null),
|