{"version":3,"sources":["webpack:///external \"React\"?c481","webpack:///./lib/szf-map/module-registration.js?726f","webpack:///./src/modules/szf-map/szf-map.tsx?1374","webpack:///./src/modules/szf-map/szf-map.view.tsx?bb2c"],"names":["module","exports","React","binding","modules","dataActions","c","require","$type","da","iNM","ns","n","p","pdp","md","window","__bindings__","_objectSpread","viewDictionary","cn","SzfMap","render","this","props","renderView","iFrameContainerClass","config","iFrameSrc","iFrameWidth","iFrameHeight","iFrameAllowFullScreen","className","src","width","height","allowFullScreen"],"mappings":";8EAAAA,EAAOC,QAAUC,O,6rBCAjB,MAAMC,EAAU,CAAEC,QAAS,GAAIC,YAAa,IAEvCF,EAAQC,QAAQ,WAAa,CAC1BE,EAAGA,IAAMC,EAAQ,QACjBC,MAAO,gBACPC,GAAI,GAEJC,KAAK,EACLC,GAAI,YACJC,EAAG,UACHC,EAAG,YAEHC,IAAK,GAGLC,GAAI,uBAKRC,OAAOC,aAAeD,OAAOC,cAAgB,GAC7CD,OAAOC,aAAab,QAAOc,IAAA,GACpBF,OAAOC,aAAab,SAAW,IAC/BD,EAAQC,SAGXY,OAAOC,aAAaZ,YAAWa,IAAA,GAC5BF,OAAOC,aAAaZ,aAAe,IACnCF,EAAQE,aAEY,MAAMc,EAAiB,GAC9BA,EAAe,+CAAiD,CACxEb,EAAGA,IAAMC,EAAQ,QACjBa,GAAI,+BAEpBJ,OAAOC,aAAeD,OAAOC,cAAgB,GAC7CD,OAAOC,aAAaE,eAAcD,IAAA,GACPF,OAAOC,aAAaE,gBAAkB,IACtCA,I,kCCtC3B,uBAiBA,MAAME,UAAenB,gBACVoB,SACH,OAAOC,KAAKC,MAAMC,WAAWF,KAAKC,QAI3BH,a,kCCvBf,uBAQgBG,cACZ,MAAME,EAAuBF,EAAMG,OAAOD,qBACpCE,EAAYJ,EAAMG,OAAOC,UACzBC,EAAcL,EAAMG,OAAOE,YAC3BC,EAAeN,EAAMG,OAAOG,aAC5BC,EAAwBP,EAAMG,OAAOI,sBAC3C,OACI7B,gBAAA,OAAK8B,UAAWN,GAAwB,OACpCxB,gBAAA,UACI+B,IAAKL,EACLM,MAAO,GAAGL,EACVM,OAAQ,GAAGL,EAEXM,gBAAiBL,Q","file":"static/js/152.a012ee1f8bd9c2ed0d1e.chunk.js","sourcesContent":["module.exports = React;","const binding = { modules: {}, dataActions: {} };\n\n (binding.modules['szf-map'] = {\n c: () => require('partner/modules/szf-map/szf-map.tsx'),\n $type: 'contentModule',\n da: [],\n \n iNM: false,\n ns: '__local__',\n n: 'szf-map',\n p: '__local__',\n \n pdp: '',\n \n \n md: 'src/modules/szf-map'\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|szf-map|szf-map'] = {\n c: () => require('partner/modules/szf-map/szf-map.view.tsx'),\n cn: '__local__-__local__-szf-map'\n };\nwindow.__bindings__ = window.__bindings__ || {};\nwindow.__bindings__.viewDictionary = {\n ...window.__bindings__.viewDictionary || {},\n ...viewDictionary\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\nimport { ISzfMapData } from './szf-map.data';\r\nimport { ISzfMapProps } from './szf-map.props.autogenerated';\r\n\r\nexport interface ISzfMapViewProps extends ISzfMapProps {}\r\n\r\n/**\r\n *\r\n * SzfMap component\r\n * @extends {React.PureComponent>}\r\n */\r\nclass SzfMap extends React.PureComponent> {\r\n public render(): JSX.Element | null {\r\n return this.props.renderView(this.props);\r\n }\r\n}\r\n\r\nexport default SzfMap;\r\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\nimport { ISzfMapViewProps } from './szf-map';\r\n\r\nexport default (props: ISzfMapViewProps) => {\r\n const iFrameContainerClass = props.config.iFrameContainerClass;\r\n const iFrameSrc = props.config.iFrameSrc;\r\n const iFrameWidth = props.config.iFrameWidth;\r\n const iFrameHeight = props.config.iFrameHeight;\r\n const iFrameAllowFullScreen = props.config.iFrameAllowFullScreen;\r\n return (\r\n
\r\n \r\n \r\n
\r\n );\r\n};\r\n"],"sourceRoot":""}