You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
2.5 KiB
1 line
2.5 KiB
{"ast":null,"code":"import classNames from 'classnames';\nimport * as React from 'react';\nimport { useContext } from 'react';\nimport { useBootstrapPrefix } from './ThemeProvider';\nimport FormContext from './FormContext';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst FormRange = /*#__PURE__*/React.forwardRef((_ref, ref) => {\n let {\n bsPrefix,\n className,\n id,\n ...props\n } = _ref;\n const {\n controlId\n } = useContext(FormContext);\n bsPrefix = useBootstrapPrefix(bsPrefix, 'form-range');\n return /*#__PURE__*/_jsx(\"input\", {\n ...props,\n type: \"range\",\n ref: ref,\n className: classNames(className, bsPrefix),\n id: id || controlId\n });\n});\nFormRange.displayName = 'FormRange';\nexport default FormRange;","map":{"version":3,"names":["classNames","React","useContext","useBootstrapPrefix","FormContext","jsx","_jsx","FormRange","forwardRef","ref","bsPrefix","className","id","props","controlId","type","displayName"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/react-bootstrap/esm/FormRange.js"],"sourcesContent":["import classNames from 'classnames';\nimport * as React from 'react';\nimport { useContext } from 'react';\nimport { useBootstrapPrefix } from './ThemeProvider';\nimport FormContext from './FormContext';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst FormRange = /*#__PURE__*/React.forwardRef(({\n bsPrefix,\n className,\n id,\n ...props\n}, ref) => {\n const {\n controlId\n } = useContext(FormContext);\n bsPrefix = useBootstrapPrefix(bsPrefix, 'form-range');\n return /*#__PURE__*/_jsx(\"input\", { ...props,\n type: \"range\",\n ref: ref,\n className: classNames(className, bsPrefix),\n id: id || controlId\n });\n});\nFormRange.displayName = 'FormRange';\nexport default FormRange;"],"mappings":"AAAA,OAAOA,UAAU,MAAM,YAAY;AACnC,OAAO,KAAKC,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,OAAO;AAClC,SAASC,kBAAkB,QAAQ,iBAAiB;AACpD,OAAOC,WAAW,MAAM,eAAe;AACvC,SAASC,GAAG,IAAIC,IAAI,QAAQ,mBAAmB;AAC/C,MAAMC,SAAS,GAAG,aAAaN,KAAK,CAACO,UAAU,CAAC,OAK7CC,GAAG,KAAK;EAAA,IALsC;IAC/CC,QAAQ;IACRC,SAAS;IACTC,EAAE;IACF,GAAGC;EACL,CAAC;EACC,MAAM;IACJC;EACF,CAAC,GAAGZ,UAAU,CAACE,WAAW,CAAC;EAC3BM,QAAQ,GAAGP,kBAAkB,CAACO,QAAQ,EAAE,YAAY,CAAC;EACrD,OAAO,aAAaJ,IAAI,CAAC,OAAO,EAAE;IAAE,GAAGO,KAAK;IAC1CE,IAAI,EAAE,OAAO;IACbN,GAAG,EAAEA,GAAG;IACRE,SAAS,EAAEX,UAAU,CAACW,SAAS,EAAED,QAAQ,CAAC;IAC1CE,EAAE,EAAEA,EAAE,IAAIE;EACZ,CAAC,CAAC;AACJ,CAAC,CAAC;AACFP,SAAS,CAACS,WAAW,GAAG,WAAW;AACnC,eAAeT,SAAS"},"metadata":{},"sourceType":"module"} |