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
1.8 KiB
1 line
1.8 KiB
{"ast":null,"code":"import * as React from 'react';\nimport Button from './Button';\nimport usePlaceholder from './usePlaceholder';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst PlaceholderButton = /*#__PURE__*/React.forwardRef((props, ref) => {\n const placeholderProps = usePlaceholder(props);\n return /*#__PURE__*/_jsx(Button, {\n ...placeholderProps,\n ref: ref,\n disabled: true,\n tabIndex: -1\n });\n});\nPlaceholderButton.displayName = 'PlaceholderButton';\nexport default PlaceholderButton;","map":{"version":3,"names":["React","Button","usePlaceholder","jsx","_jsx","PlaceholderButton","forwardRef","props","ref","placeholderProps","disabled","tabIndex","displayName"],"sources":["C:/Cours/SAE/SAE-3.01/Scripted/Scripted/website/node_modules/react-bootstrap/esm/PlaceholderButton.js"],"sourcesContent":["import * as React from 'react';\nimport Button from './Button';\nimport usePlaceholder from './usePlaceholder';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nconst PlaceholderButton = /*#__PURE__*/React.forwardRef((props, ref) => {\n const placeholderProps = usePlaceholder(props);\n return /*#__PURE__*/_jsx(Button, { ...placeholderProps,\n ref: ref,\n disabled: true,\n tabIndex: -1\n });\n});\nPlaceholderButton.displayName = 'PlaceholderButton';\nexport default PlaceholderButton;"],"mappings":"AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,OAAOC,MAAM,MAAM,UAAU;AAC7B,OAAOC,cAAc,MAAM,kBAAkB;AAC7C,SAASC,GAAG,IAAIC,IAAI,QAAQ,mBAAmB;AAC/C,MAAMC,iBAAiB,GAAG,aAAaL,KAAK,CAACM,UAAU,CAAC,CAACC,KAAK,EAAEC,GAAG,KAAK;EACtE,MAAMC,gBAAgB,GAAGP,cAAc,CAACK,KAAK,CAAC;EAC9C,OAAO,aAAaH,IAAI,CAACH,MAAM,EAAE;IAAE,GAAGQ,gBAAgB;IACpDD,GAAG,EAAEA,GAAG;IACRE,QAAQ,EAAE,IAAI;IACdC,QAAQ,EAAE,CAAC;EACb,CAAC,CAAC;AACJ,CAAC,CAAC;AACFN,iBAAiB,CAACO,WAAW,GAAG,mBAAmB;AACnD,eAAeP,iBAAiB"},"metadata":{},"sourceType":"module"} |