{"version":3,"file":"static/js/87aa6d06cd95cf72cb9c.bundle.js","mappings":";2KAgBA,MAAMA,UAAmBC,EAAAA,cACdC,SACH,OAAOC,KAAKC,MAAMC,WAAWF,KAAKC,QAI1C,mECTO,MAAME,EAA4CC,IAA8B,IAA7B,KAAEC,EAAI,KAAEC,EAAI,UAAEC,GAAWH,EAC/E,MAAMI,OAAoBC,IAATJ,EAAqBA,EAAO,GAC7C,OACIP,EAAAA,cAAA,KAAGQ,KAAMA,EAAI,aAAcC,GACvBT,EAAAA,cAAA,QAAMY,SAAS,QAAQF,GACvBV,EAAAA,cAAA,QAAMY,SAAS,WAAWC,QAAQ,QCI9C,EAJuDV,IACnD,MAAM,KAAEW,GAASX,EAAMY,OACvB,OAAOf,EAAAA,cAACK,EAAc,CAACE,KAAMO,MAAAA,OAAI,EAAJA,EAAMJ,SAAUD,WAAWK,MAAAA,OAAI,EAAJA,EAAML,aAAaK,MAAAA,OAAI,EAAJA,EAAMJ,UAAUF,KAAMM,MAAAA,OAAI,EAAJA,EAAME,QAAQC,unBCpBnH,MAAMC,EAAU,CAAEC,QAAS,GAAIC,YAAa,IAEvCF,EAAQC,QAAQ,eAAiB,CAC9BE,EAAGA,IAAMC,EAAQ,MACjBC,MAAO,gBACPC,GAAI,GAEJC,KAAK,EACLC,GAAI,YACJC,EAAG,cACHC,EAAG,YAEHC,IAAK,GAGLC,GAAI,2BAKRC,OAAOC,aAAeD,OAAOC,cAAgB,GAC7CD,OAAOC,aAAab,QAAOc,EAAAA,EAAA,GACpBF,OAAOC,aAAab,SAAW,IAC/BD,EAAQC,SAGXY,OAAOC,aAAaZ,YAAWa,EAAAA,EAAA,GAC5BF,OAAOC,aAAaZ,aAAe,IACnCF,EAAQE,aAEY,MAAMc,EAAiB,GAC9BA,EAAe,uDAAyD,CAChFb,EAAGA,IAAMC,EAAQ,MACjBa,GAAI,mCAEpBJ,OAAOC,aAAeD,OAAOC,cAAgB,GAC7CD,OAAOC,aAAaE,eAAcD,EAAAA,EAAA,GACPF,OAAOC,aAAaE,gBAAkB,IACtCA,UCtC3BE,EAAOC,QAAUrC","sources":["webpack://Msdyn365.Commerce.Online/./src/modules/custom-link/custom-link.tsx?248d","webpack://Msdyn365.Commerce.Online/./src/modules/custom-link/components/link.tsx?5892","webpack://Msdyn365.Commerce.Online/./src/modules/custom-link/custom-link.view.tsx?37c1","webpack://Msdyn365.Commerce.Online/./lib/custom-link/module-registration.js?118e","webpack://Msdyn365.Commerce.Online/external var \"React\"?0d3b"],"sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation.\n * All rights reserved. See LICENSE in the project root for license information.\n */\n\nimport * as React from 'react';\nimport { ICustomLinkData } from './custom-link.data';\nimport { ICustomLinkProps } from './custom-link.props.autogenerated';\n\nexport interface ICustomLinkViewProps extends ICustomLinkProps {}\n\n/**\n *\n * CustomLink component\n * @extends {React.PureComponent>}\n */\nclass CustomLink extends React.PureComponent> {\n public render(): JSX.Element | null {\n return this.props.renderView(this.props);\n }\n}\n\nexport default CustomLink;\n","/*!\r\n * Copyright (c) Microsoft Corporation.\r\n * All rights reserved. See LICENSE in the project root for license information.\r\n */\r\n\r\nimport * as React from 'react';\r\n\r\ninterface IHrefCustomLink {\r\n text?: string;\r\n href?: string;\r\n ariaLabel?: string;\r\n}\r\n\r\nexport const HrefCustomLink: React.FC = ({ text, href, ariaLabel }) => {\r\n const linkText = text !== undefined ? text : '';\r\n return (\r\n \r\n {linkText}\r\n \r\n \r\n );\r\n};\r\n","/*!\n * Copyright (c) Microsoft Corporation.\n * All rights reserved. See LICENSE in the project root? for license information.\n */\n// import * as React from 'react';\n// import { ICustomLinkViewProps } from './custom-link';\n// import { HrefCustomLink } from './components/link';\n\n// const CustomLinkView: React.FC = props => {\n// const { root } = props.config;\n// return ();\n// };\n// export default CustomLinkView;\n\nimport * as React from 'react';\nimport { ICustomLinkViewProps } from './custom-link';\nimport { HrefCustomLink } from './components/link';\n\nconst CustomLinkView: React.FC = props => {\n const { root } = props.config;\n return ;\n};\nexport default CustomLinkView;\n","const binding = { modules: {}, dataActions: {} };\n\n (binding.modules['custom-link'] = {\n c: () => require('partner/modules/custom-link/custom-link.tsx'),\n $type: 'contentModule',\n da: [],\n \n iNM: false,\n ns: '__local__',\n n: 'custom-link',\n p: '__local__',\n \n pdp: '',\n \n \n md: 'src/modules/custom-link'\n });\n \n\n \n window.__bindings__ = window.__bindings__ || {};\n window.__bindings__.modules = {\n ...window.__bindings__.modules || {},\n ...binding.modules\n };\n \n window.__bindings__.dataActions = {\n ...window.__bindings__.dataActions || {},\n ...binding.dataActions\n };\n export const viewDictionary = {};\n viewDictionary['__local__|__local__|modules|custom-link|custom-link'] = {\n c: () => require('partner/modules/custom-link/custom-link.view.tsx'),\n cn: '__local__-__local__-custom-link'\n };\nwindow.__bindings__ = window.__bindings__ || {};\nwindow.__bindings__.viewDictionary = {\n ...window.__bindings__.viewDictionary || {},\n ...viewDictionary\n };","module.exports = React;"],"names":["CustomLink","React","render","this","props","renderView","HrefCustomLink","_ref","text","href","ariaLabel","linkText","undefined","itemProp","content","root","config","linkUrl","destinationUrl","binding","modules","dataActions","c","require","$type","da","iNM","ns","n","p","pdp","md","window","__bindings__","_objectSpread","viewDictionary","cn","module","exports"],"sourceRoot":""}