{"version":3,"sources":["webpack:///./src/components/TwoColumnLeftNav/SupportLeftNav.js","webpack:///./src/pages/support/documents/remote-measurement-type-order1/index.js"],"names":["CompanyLeftNav","useTranslations","contact","faq","catalogDownload","softDownload","documents","customerSupport","ActiveStyle","backgroundColor","color","pathName","window","location","pathname","className","activeStyle","to","indexOf","id","name","type","htmlFor","Bimetal","class","href","target","rel"],"mappings":"6FAAA,iDAuGeA,IAnGQ,WAAO,IAAD,EAC4DC,cAA7EC,EADiB,EACjBA,QAASC,EADQ,EACRA,IAAKC,EADG,EACHA,gBAAiBC,EADd,EACcA,aAAcC,EAD5B,EAC4BA,UAAWC,EADvC,EACuCA,gBAE1DC,EAAc,CAChBC,gBAAiB,UACjBC,MAAO,QAGLC,EAA6B,oBAAXC,OAAyBA,OAAOC,SAASC,SAAW,GAE5E,OACE,oCACE,yBAAKC,UAAU,WACb,wBAAIA,UAAU,oBACZ,wBAAIA,UAAU,gBACZ,kBAAC,IAAD,CAAeC,YAAaR,EAAaS,GAAE,YACxCf,IAGL,wBAAIa,UAAU,gBACZ,kBAAC,IAAD,CAAeC,YAAaR,EAAaS,GAAE,gBACxCd,IAGL,wBAAIY,UAAU,gBACZ,kBAAC,IAAD,CACEC,YAAaR,EACbS,GAAE,6BAEDb,IAGL,wBAAIW,UAAU,gBACZ,kBAAC,IAAD,CACEC,YAAaR,EACbS,GAAE,8BAEDZ,KAI2B,IAA7BM,EAASO,QAAQ,OACd,KACA,wBAAIH,UAAU,gBACZ,kBAAC,IAAD,CACIC,YAAaR,EACbS,GAAE,sBAEHX,KAMb,yBAAKS,UAAS,SACZ,2BACEA,UAAU,WACVI,GAAG,eACHC,KAAK,eACLC,KAAK,aAEP,2BAAON,UAAU,WAAWO,QAAQ,gBACjCf,GAEH,6BAASQ,UAAS,4BAChB,wBAAIA,UAAU,iBACZ,wBAAIA,UAAU,gBACZ,kBAAC,IAAD,CAAeE,GAAE,YAAef,IAElC,wBAAIa,UAAU,gBACZ,kBAAC,IAAD,CAAeE,GAAE,gBAAmBd,IAEtC,wBAAIY,UAAU,gBACZ,kBAAC,IAAD,CAAeE,GAAE,6BACdb,IAGL,wBAAIW,UAAU,gBACZ,kBAAC,IAAD,CAAeE,GAAE,8BACdZ,KAI2B,IAA7BM,EAASO,QAAQ,OACd,KACA,wBAAIH,UAAU,gBACZ,kBAAC,IAAD,CAAeE,GAAE,sBACdX,W,kCC3F3B,wDA0EeiB,UAtEC,WAIf,OACC,oCACC,6BAASR,UAAU,oCAClB,kBAAC,IAAD,MACA,6BAASA,UAAU,gBAClB,wBAAIA,UAAW,cAAf,oBAEC,wBAAIS,MAAM,OAFX,eAKA,yBAAKT,UAAU,qBACd,wBAAIA,UAAU,0BACd,wBAAIA,UAAU,gBACZ,uBAAGU,KAAK,4FAA4FC,OAAQ,SAAUC,IAAI,cAA1H,mBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,4FAA4FC,OAAQ,SAAUC,IAAI,cAA1H,mBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,2FAA2FC,OAAQ,SAAUC,IAAI,cAAzH,kBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,4FAA4FC,OAAQ,SAAUC,IAAI,cAA1H,mBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,2FAA2FC,OAAQ,SAAUC,IAAI,cAAzH,kBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,6FAA6FC,OAAQ,SAAUC,IAAI,cAA3H,oBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,6FAA6FC,OAAQ,SAAUC,IAAI,cAA3H,oBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,6FAA6FC,OAAQ,SAAUC,IAAI,cAA3H,oBAID,wBAAIZ,UAAU,gBACb,uBAAGU,KAAK,6FAA6FC,OAAQ,SAAUC,IAAI,cAA3H,wBAQL,kBAAC,IAAD","file":"component---src-pages-support-documents-remote-measurement-type-order-1-index-js-7a0b41ecf9c54aae8ee3.js","sourcesContent":["import React from \"react\"\nimport LocalizedLink from \"../localizedLink\"\nimport useTranslations from \"../useTranslations\"\n\nconst CompanyLeftNav = () => {\n const { contact, faq, catalogDownload, softDownload, documents, customerSupport } = useTranslations()\n\n const ActiveStyle = {\n backgroundColor: '#63B1BC',\n color: '#fff'\n }\n\n const pathName = typeof window !== 'undefined' ? window.location.pathname : '';\n\n return (\n <>\n
\n \n\n
\n \n \n
\n
    \n
  • \n {contact}\n
  • \n
  • \n {faq}\n
  • \n
  • \n \n {catalogDownload}\n \n
  • \n
  • \n \n {softDownload}\n \n
  • \n {\n (pathName.indexOf('/en') !== -1) ?\n null:\n
  • \n \n {documents}\n \n
  • \n }\n
\n
\n
\n
\n \n );\n}\n\nexport default CompanyLeftNav\n\n","import React from \"react\";\nimport Footer from \"../../../../components/Footer/Footer\";\nimport SupportLeftNav from \"../../../../components/TwoColumnLeftNav/SupportLeftNav\";\n\nconst Bimetal = () => {\n\t// useTranslations is aware of the global context (and therefore also \"locale\")\n\t// so it'll automatically give back the right translations\n\n\treturn (\n\t\t<>\n\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t

\n\t\t\t\t\t\t隔測式温度計(注文製作品:防滴型)\n\t\t\t\t\t\t
\n\t\t\t\t\t\t図面(PDFファイル)\n\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\t\t\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t
\n\t\t\t