Mercurial > repos > fubar > jbrowse2
view x/static/js/12.c0c7bdf9.chunk.js.map @ 127:fbabf7498471 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 116b1a4bbd62251ad552306df2dc8aa8f46c6721
author | fubar |
---|---|
date | Mon, 07 Oct 2024 02:11:55 +0000 |
parents | 49f3d3878413 |
children |
line wrap: on
line source
{"version":3,"file":"static/js/12.c0c7bdf9.chunk.js","mappings":"iTAEO,SAASA,EAAoBC,GAClC,OAAO,EAAAC,EAAA,IAAqB,UAAWD,EACzC,CACA,MACA,GADoB,EAAAE,EAAA,GAAuB,UAAW,CAAC,OAAQ,eAAgB,iBAAkB,cAAe,aAAc,gBAAiB,kBAAmB,gBAAiB,iBAAkB,kB,eCQrM,MAWMC,GAAW,EAAAC,EAAA,IAAO,OAAQ,CAC9BC,KAAM,UACNL,KAAM,OACNM,kBAAmB,CAACC,EAAOC,KACzB,MAAM,WACJC,GACEF,EACJ,MAAO,CAACC,EAAOE,KAA2B,YAArBD,EAAWE,OAAuBH,EAAO,SAAQ,EAAAI,EAAA,GAAWH,EAAWE,UAAWH,EAAO,YAAW,EAAAI,EAAA,GAAWH,EAAWI,aAAa,GAP/I,EASd,EAAAC,EAAA,IAAU,EACXC,YACI,CACJC,WAAY,OACZC,MAAO,MACPC,OAAQ,MAGRC,SAAU,SACVC,QAAS,eAETC,UAAW,SAEXC,WAAY,EACZC,SAAU,CAAC,CACThB,MAAO,CACLM,SAAU,WAEZW,MAAO,CACLX,SAAU,YAEX,CACDN,MAAO,CACLM,SAAU,SAEZW,MAAO,CACLX,SAAUE,EAAMU,WAAWC,QAAQ,MAEpC,CACDnB,MAAO,CACLM,SAAU,UAEZW,MAAO,CACLX,SAAUE,EAAMU,WAAWC,QAAQ,MAEpC,CACDnB,MAAO,CACLM,SAAU,SAEZW,MAAO,CACLX,SAAUE,EAAMU,WAAWC,QAAQ,MAEpC,CACDnB,MAAO,CACLI,MAAO,UAETa,MAAO,CACLb,OAAQI,EAAMY,MAAQZ,GAAOa,QAAQC,OAAOC,SAE7C,CACDvB,MAAO,CACLI,MAAO,YAETa,MAAO,CACLb,OAAQI,EAAMY,MAAQZ,GAAOa,QAAQC,OAAOE,WAE7C,CACDxB,MAAO,CACLI,MAAO,WAETa,MAAO,CACLb,WAAOqB,OAELC,OAAOC,QAAQnB,EAAMa,SAASO,QAAO,EAAAC,EAAA,MAAkCC,KAAI,EAAE1B,MAAW,CAC5FJ,MAAO,CACLI,SAEFa,MAAO,CACLb,OAAQI,EAAMY,MAAQZ,GAAOa,QAAQjB,GAAO2B,gBAI5CC,EAAoB,cAAiB,SAAcC,EAASC,GAChE,MAAMlC,GAAQ,OAAgB,CAC5BA,MAAOiC,EACPnC,KAAM,aAEF,cACJqC,EAAgB,iBAAgB,UAChCC,EAAS,MACThC,EAAQ,UACRiC,UAAWC,EAAY,OAAM,SAC7BhC,EAAW,YACRiC,GACDvC,EACEE,EAAa,IACdF,EACHmC,gBACA/B,QACAiC,UAAWC,EACXhC,YAEIkC,EAhHkBtC,KACxB,MAAM,MACJE,EAAK,SACLE,EAAQ,QACRkC,GACEtC,EACEuC,EAAQ,CACZtC,KAAM,CAAC,OAAkB,YAAVC,GAAuB,SAAQ,EAAAC,EAAA,GAAWD,KAAU,YAAW,EAAAC,EAAA,GAAWC,OAE3F,OAAO,EAAAoC,EAAA,GAAeD,EAAOjD,EAAqBgD,EAAQ,EAuG1CG,CAAkBzC,GAClC,OAAoB,SAAKN,EAAU,CACjCgD,GAAIN,EACJF,WAAW,EAAAS,EAAA,GAAKV,EAGhB,cAAeK,EAAQrC,KAAMiC,GAC7BlC,WAAYA,EACZ,eAAe,EACfgC,IAAKA,KACFK,GAEP,IA8CIP,IACFA,EAAKc,QAAU,QAEjB,S","sources":["../../../node_modules/@mui/material/Icon/iconClasses.js","../../../node_modules/@mui/material/Icon/Icon.js"],"sourcesContent":["import generateUtilityClasses from '@mui/utils/generateUtilityClasses';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nexport function getIconUtilityClass(slot) {\n return generateUtilityClass('MuiIcon', slot);\n}\nconst iconClasses = generateUtilityClasses('MuiIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);\nexport default iconClasses;","'use client';\n\nimport * as React from 'react';\nimport PropTypes from 'prop-types';\nimport clsx from 'clsx';\nimport composeClasses from '@mui/utils/composeClasses';\nimport capitalize from \"../utils/capitalize.js\";\nimport { styled } from \"../zero-styled/index.js\";\nimport memoTheme from \"../utils/memoTheme.js\";\nimport createSimplePaletteValueFilter from \"../utils/createSimplePaletteValueFilter.js\";\nimport { useDefaultProps } from \"../DefaultPropsProvider/index.js\";\nimport { getIconUtilityClass } from \"./iconClasses.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n const {\n color,\n fontSize,\n classes\n } = ownerState;\n const slots = {\n root: ['root', color !== 'inherit' && `color${capitalize(color)}`, `fontSize${capitalize(fontSize)}`]\n };\n return composeClasses(slots, getIconUtilityClass, classes);\n};\nconst IconRoot = styled('span', {\n name: 'MuiIcon',\n slot: 'Root',\n overridesResolver: (props, styles) => {\n const {\n ownerState\n } = props;\n return [styles.root, ownerState.color !== 'inherit' && styles[`color${capitalize(ownerState.color)}`], styles[`fontSize${capitalize(ownerState.fontSize)}`]];\n }\n})(memoTheme(({\n theme\n}) => ({\n userSelect: 'none',\n width: '1em',\n height: '1em',\n // Chrome fix for https://bugs.chromium.org/p/chromium/issues/detail?id=820541\n // To remove at some point.\n overflow: 'hidden',\n display: 'inline-block',\n // allow overflow hidden to take action\n textAlign: 'center',\n // support non-square icon\n flexShrink: 0,\n variants: [{\n props: {\n fontSize: 'inherit'\n },\n style: {\n fontSize: 'inherit'\n }\n }, {\n props: {\n fontSize: 'small'\n },\n style: {\n fontSize: theme.typography.pxToRem(20)\n }\n }, {\n props: {\n fontSize: 'medium'\n },\n style: {\n fontSize: theme.typography.pxToRem(24)\n }\n }, {\n props: {\n fontSize: 'large'\n },\n style: {\n fontSize: theme.typography.pxToRem(36)\n }\n }, {\n props: {\n color: 'action'\n },\n style: {\n color: (theme.vars || theme).palette.action.active\n }\n }, {\n props: {\n color: 'disabled'\n },\n style: {\n color: (theme.vars || theme).palette.action.disabled\n }\n }, {\n props: {\n color: 'inherit'\n },\n style: {\n color: undefined\n }\n }, ...Object.entries(theme.palette).filter(createSimplePaletteValueFilter()).map(([color]) => ({\n props: {\n color\n },\n style: {\n color: (theme.vars || theme).palette[color].main\n }\n }))]\n})));\nconst Icon = /*#__PURE__*/React.forwardRef(function Icon(inProps, ref) {\n const props = useDefaultProps({\n props: inProps,\n name: 'MuiIcon'\n });\n const {\n baseClassName = 'material-icons',\n className,\n color = 'inherit',\n component: Component = 'span',\n fontSize = 'medium',\n ...other\n } = props;\n const ownerState = {\n ...props,\n baseClassName,\n color,\n component: Component,\n fontSize\n };\n const classes = useUtilityClasses(ownerState);\n return /*#__PURE__*/_jsx(IconRoot, {\n as: Component,\n className: clsx(baseClassName,\n // Prevent the translation of the text content.\n // The font relies on the exact text content to render the icon.\n 'notranslate', classes.root, className),\n ownerState: ownerState,\n \"aria-hidden\": true,\n ref: ref,\n ...other\n });\n});\nprocess.env.NODE_ENV !== \"production\" ? Icon.propTypes /* remove-proptypes */ = {\n // ┌────────────────────────────── Warning ──────────────────────────────┐\n // │ These PropTypes are generated from the TypeScript type definitions. │\n // │ To update them, edit the d.ts file and run `pnpm proptypes`. │\n // └─────────────────────────────────────────────────────────────────────┘\n /**\n * The base class applied to the icon. Defaults to 'material-icons', but can be changed to any\n * other base class that suits the icon font you're using (for example material-icons-rounded, fas, etc).\n * @default 'material-icons'\n */\n baseClassName: PropTypes.string,\n /**\n * The name of the icon font ligature.\n */\n children: PropTypes.node,\n /**\n * Override or extend the styles applied to the component.\n */\n classes: PropTypes.object,\n /**\n * @ignore\n */\n className: PropTypes.string,\n /**\n * The color of the component.\n * It supports both default and custom theme colors, which can be added as shown in the\n * [palette customization guide](https://mui.com/material-ui/customization/palette/#custom-colors).\n * @default 'inherit'\n */\n color: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'action', 'disabled', 'primary', 'secondary', 'error', 'info', 'success', 'warning']), PropTypes.string]),\n /**\n * The component used for the root node.\n * Either a string to use a HTML element or a component.\n */\n component: PropTypes.elementType,\n /**\n * The fontSize applied to the icon. Defaults to 24px, but can be configure to inherit font size.\n * @default 'medium'\n */\n fontSize: PropTypes /* @typescript-to-proptypes-ignore */.oneOfType([PropTypes.oneOf(['inherit', 'large', 'medium', 'small']), PropTypes.string]),\n /**\n * The system prop that allows defining system overrides as well as additional CSS styles.\n */\n sx: PropTypes.oneOfType([PropTypes.arrayOf(PropTypes.oneOfType([PropTypes.func, PropTypes.object, PropTypes.bool])), PropTypes.func, PropTypes.object])\n} : void 0;\nif (Icon) {\n Icon.muiName = 'Icon';\n}\nexport default Icon;"],"names":["getIconUtilityClass","slot","generateUtilityClass","generateUtilityClasses","IconRoot","styled","name","overridesResolver","props","styles","ownerState","root","color","capitalize","fontSize","memoTheme","theme","userSelect","width","height","overflow","display","textAlign","flexShrink","variants","style","typography","pxToRem","vars","palette","action","active","disabled","undefined","Object","entries","filter","createSimplePaletteValueFilter","map","main","Icon","inProps","ref","baseClassName","className","component","Component","other","classes","slots","composeClasses","useUtilityClasses","as","clsx","muiName"],"sourceRoot":""}