view x/static/js/6658.fe512b5a.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/6658.fe512b5a.chunk.js","mappings":"gKAIA,MAAMA,EAA2B,gBAAoB,CAAC,GAS/C,SAASC,IACd,OAAO,aAAiBD,EAC1B,CACA,S,8JCFA,MAeME,GAAoB,QAAO,MAAO,CACtCC,KAAM,mBACNC,KAAM,OACNC,kBAAmB,CAACC,EAAOC,KACzB,MAAM,WACJC,GACEF,EACJ,MAAO,CAACC,EAAOE,KAAMF,EAAOC,EAAWE,aAAcF,EAAWG,kBAAoBJ,EAAOI,iBAAkBH,EAAWI,WAAaL,EAAOK,UAAU,GAPhI,CASvB,CACDC,KAAM,WACNC,SAAU,CAAC,CACTR,MAAO,CACLI,YAAa,YAEfK,MAAO,CACLC,WAAY,KAEb,CACDV,MAAO,CACLK,kBAAkB,GAEpBI,MAAO,CACLE,SAAU,WACVC,IAAK,GACLC,KAAM,oBACNC,MAAO,wBAIPC,GAAoB,QAAO,OAAQ,CACvClB,KAAM,mBACNC,KAAM,OACNC,kBAAmB,CAACC,EAAOC,KACzB,MAAM,WACJC,GACEF,EACJ,MAAO,CAACC,EAAOe,KAAMf,EAAO,QAAO,OAAWC,EAAWE,gBAAgB,GAPnD,EASvB,QAAU,EACXa,YAEA,MAAMC,EAAqC,UAAvBD,EAAME,QAAQC,KAAmBH,EAAME,QAAQE,KAAK,KAAOJ,EAAME,QAAQE,KAAK,KAClG,MAAO,CACLC,QAAS,QACTJ,YAAaD,EAAMM,KAAON,EAAMM,KAAKJ,QAAQK,cAAcC,OAASP,EACpEV,SAAU,CAAC,CACTR,MAAO,CACLI,YAAa,cAEfK,MAAO,CACLiB,eAAgB,QAChBC,eAAgB,IAEjB,CACD3B,MAAO,CACLI,YAAa,YAEfK,MAAO,CACLmB,gBAAiB,QACjBC,gBAAiB,EACjBC,UAAW,MAGhB,KA0DH,EAxDmC,cAAiB,SAAuBC,EAASC,GAClF,MAAMhC,GAAQ,OAAgB,CAC5BA,MAAO+B,EACPlC,KAAM,sBAEF,UACJoC,KACGC,GACDlC,GACE,iBACJK,EAAgB,YAChBD,EAAc,cACZ,aAAiB,MACf,OACJ+B,EAAM,SACNC,EAAQ,UACR9B,GACE,aAAiB,KACfJ,EAAa,IACdF,EACHK,mBACAD,cACA+B,SACA7B,YACA8B,YAEIC,EA3GkBnC,KACxB,MAAM,QACJmC,EAAO,YACPjC,EAAW,iBACXC,EAAgB,OAChB8B,EAAM,UACN7B,EAAS,SACT8B,GACElC,EACEoC,EAAQ,CACZnC,KAAM,CAAC,OAAQC,EAAaC,GAAoB,mBAAoB8B,GAAU,SAAU7B,GAAa,YAAa8B,GAAY,YAC9HpB,KAAM,CAAC,OAAQ,QAAO,OAAWZ,OAEnC,OAAO,OAAekC,EAAO,IAA8BD,EAAQ,EA8FnDE,CAAkBrC,GAClC,OAAoB,SAAKN,EAAmB,CAC1CqC,WAAW,OAAKI,EAAQlC,KAAM8B,GAC9BD,IAAKA,EACL9B,WAAYA,KACTgC,EACHM,UAAuB,SAAKzB,EAAmB,CAC7CkB,UAAWI,EAAQrB,KACnBd,WAAYA,KAGlB,G,kNClIO,SAASuC,EAA6B3C,GAC3C,OAAO,QAAqB,mBAAoBA,EAClD,CACA,MACA,GAD6B,OAAuB,mBAAoB,CAAC,OAAQ,aAAc,WAAY,mBAAoB,SAAU,YAAa,WAAY,OAAQ,iBAAkB,gB,yDCD5L,MAAM4C,EAA8B,gBAAoB,CAAC,GASlD,SAASC,IACd,OAAO,aAAiBD,EAC1B,CACA,S","sources":["../../../node_modules/@mui/material/Step/StepContext.js","../../../node_modules/@mui/material/StepConnector/StepConnector.js","../../../node_modules/@mui/material/StepConnector/stepConnectorClasses.js","../../../node_modules/@mui/material/Stepper/StepperContext.js"],"sourcesContent":["import * as React from 'react';\n/**\n * Provides information about the current step in Stepper.\n */\nconst StepContext = /*#__PURE__*/React.createContext({});\nif (process.env.NODE_ENV !== 'production') {\n  StepContext.displayName = 'StepContext';\n}\n\n/**\n * Returns the current StepContext or an empty object if no StepContext\n * has been defined in the component tree.\n */\nexport function useStepContext() {\n  return React.useContext(StepContext);\n}\nexport default StepContext;","'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 { useDefaultProps } from \"../DefaultPropsProvider/index.js\";\nimport StepperContext from \"../Stepper/StepperContext.js\";\nimport StepContext from \"../Step/StepContext.js\";\nimport { getStepConnectorUtilityClass } from \"./stepConnectorClasses.js\";\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst useUtilityClasses = ownerState => {\n  const {\n    classes,\n    orientation,\n    alternativeLabel,\n    active,\n    completed,\n    disabled\n  } = ownerState;\n  const slots = {\n    root: ['root', orientation, alternativeLabel && 'alternativeLabel', active && 'active', completed && 'completed', disabled && 'disabled'],\n    line: ['line', `line${capitalize(orientation)}`]\n  };\n  return composeClasses(slots, getStepConnectorUtilityClass, classes);\n};\nconst StepConnectorRoot = styled('div', {\n  name: 'MuiStepConnector',\n  slot: 'Root',\n  overridesResolver: (props, styles) => {\n    const {\n      ownerState\n    } = props;\n    return [styles.root, styles[ownerState.orientation], ownerState.alternativeLabel && styles.alternativeLabel, ownerState.completed && styles.completed];\n  }\n})({\n  flex: '1 1 auto',\n  variants: [{\n    props: {\n      orientation: 'vertical'\n    },\n    style: {\n      marginLeft: 12 // half icon\n    }\n  }, {\n    props: {\n      alternativeLabel: true\n    },\n    style: {\n      position: 'absolute',\n      top: 8 + 4,\n      left: 'calc(-50% + 20px)',\n      right: 'calc(50% + 20px)'\n    }\n  }]\n});\nconst StepConnectorLine = styled('span', {\n  name: 'MuiStepConnector',\n  slot: 'Line',\n  overridesResolver: (props, styles) => {\n    const {\n      ownerState\n    } = props;\n    return [styles.line, styles[`line${capitalize(ownerState.orientation)}`]];\n  }\n})(memoTheme(({\n  theme\n}) => {\n  const borderColor = theme.palette.mode === 'light' ? theme.palette.grey[400] : theme.palette.grey[600];\n  return {\n    display: 'block',\n    borderColor: theme.vars ? theme.vars.palette.StepConnector.border : borderColor,\n    variants: [{\n      props: {\n        orientation: 'horizontal'\n      },\n      style: {\n        borderTopStyle: 'solid',\n        borderTopWidth: 1\n      }\n    }, {\n      props: {\n        orientation: 'vertical'\n      },\n      style: {\n        borderLeftStyle: 'solid',\n        borderLeftWidth: 1,\n        minHeight: 24\n      }\n    }]\n  };\n}));\nconst StepConnector = /*#__PURE__*/React.forwardRef(function StepConnector(inProps, ref) {\n  const props = useDefaultProps({\n    props: inProps,\n    name: 'MuiStepConnector'\n  });\n  const {\n    className,\n    ...other\n  } = props;\n  const {\n    alternativeLabel,\n    orientation = 'horizontal'\n  } = React.useContext(StepperContext);\n  const {\n    active,\n    disabled,\n    completed\n  } = React.useContext(StepContext);\n  const ownerState = {\n    ...props,\n    alternativeLabel,\n    orientation,\n    active,\n    completed,\n    disabled\n  };\n  const classes = useUtilityClasses(ownerState);\n  return /*#__PURE__*/_jsx(StepConnectorRoot, {\n    className: clsx(classes.root, className),\n    ref: ref,\n    ownerState: ownerState,\n    ...other,\n    children: /*#__PURE__*/_jsx(StepConnectorLine, {\n      className: classes.line,\n      ownerState: ownerState\n    })\n  });\n});\nprocess.env.NODE_ENV !== \"production\" ? StepConnector.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   * 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 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;\nexport default StepConnector;","import generateUtilityClasses from '@mui/utils/generateUtilityClasses';\nimport generateUtilityClass from '@mui/utils/generateUtilityClass';\nexport function getStepConnectorUtilityClass(slot) {\n  return generateUtilityClass('MuiStepConnector', slot);\n}\nconst stepConnectorClasses = generateUtilityClasses('MuiStepConnector', ['root', 'horizontal', 'vertical', 'alternativeLabel', 'active', 'completed', 'disabled', 'line', 'lineHorizontal', 'lineVertical']);\nexport default stepConnectorClasses;","import * as React from 'react';\n/**\n * Provides information about the current step in Stepper.\n */\nconst StepperContext = /*#__PURE__*/React.createContext({});\nif (process.env.NODE_ENV !== 'production') {\n  StepperContext.displayName = 'StepperContext';\n}\n\n/**\n * Returns the current StepperContext or an empty object if no StepperContext\n * has been defined in the component tree.\n */\nexport function useStepperContext() {\n  return React.useContext(StepperContext);\n}\nexport default StepperContext;"],"names":["StepContext","useStepContext","StepConnectorRoot","name","slot","overridesResolver","props","styles","ownerState","root","orientation","alternativeLabel","completed","flex","variants","style","marginLeft","position","top","left","right","StepConnectorLine","line","theme","borderColor","palette","mode","grey","display","vars","StepConnector","border","borderTopStyle","borderTopWidth","borderLeftStyle","borderLeftWidth","minHeight","inProps","ref","className","other","active","disabled","classes","slots","useUtilityClasses","children","getStepConnectorUtilityClass","StepperContext","useStepperContext"],"sourceRoot":""}