Mercurial > repos > fubar > jbrowse2
view x/static/js/5677.28a25579.chunk.js.map @ 125:49f3d3878413 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author | fubar |
---|---|
date | Sat, 05 Oct 2024 23:58:05 +0000 |
parents | |
children |
line wrap: on
line source
{"version":3,"file":"static/js/5677.28a25579.chunk.js","mappings":"oMAQA,MAgBA,GAhB0CA,EAAAA,EAAAA,WAAS,UAAU,MAC3DC,IAIA,MAAM,SAAEC,EAAQ,SAAEC,GAAaC,KAAKC,MAAMD,KAAKE,UAAUL,EAAMM,cAC/D,OACEC,EAAAA,cAACC,EAAAA,EAAK,CAAC,cAAY,yBACjBD,EAAAA,cAACE,EAAAA,gBAAe,CAACC,MAAM,YAAYC,QAASV,IAC5CM,EAAAA,cAACE,EAAAA,gBAAe,CAACC,MAAM,YAAYC,QAAST,IAC5CK,EAAAA,cAACK,EAAAA,eAAc,CAACF,MAAM,uBAAuBC,QAASV,IACtDM,EAAAA,cAACK,EAAAA,eAAc,CAACF,MAAM,uBAAuBC,QAAST,IAG5D,G","sources":["../../../plugins/breakpoint-split-view/src/BreakpointAlignmentsFeatureDetail/BreakpointAlignmentsFeatureDetail.tsx"],"sourcesContent":["import React from 'react'\nimport { Paper } from '@mui/material'\nimport { observer } from 'mobx-react'\nimport {\n BaseCoreDetails,\n BaseAttributes,\n} from '@jbrowse/core/BaseFeatureWidget/BaseFeatureDetail'\n\nconst BreakpointAlignmentsFeatureDetail = observer(function ({\n model,\n}: {\n model: { featureData: Record<string, unknown> }\n}) {\n const { feature1, feature2 } = JSON.parse(JSON.stringify(model.featureData))\n return (\n <Paper data-testid=\"alignment-side-drawer\">\n <BaseCoreDetails title=\"Feature 1\" feature={feature1} />\n <BaseCoreDetails title=\"Feature 2\" feature={feature2} />\n <BaseAttributes title=\"Feature 1 attributes\" feature={feature1} />\n <BaseAttributes title=\"Feature 2 attributes\" feature={feature2} />\n </Paper>\n )\n})\n\nexport default BreakpointAlignmentsFeatureDetail\n"],"names":["observer","model","feature1","feature2","JSON","parse","stringify","featureData","React","Paper","BaseCoreDetails","title","feature","BaseAttributes"],"sourceRoot":""}