{"version":3,"file":"ProgressRatioRow-DCFRLlcS.js","sources":["../../../app/javascript/entrypoints/pages/StockPage/ProgressRatioTable/ProgressRatioRow.tsx"],"sourcesContent":["import * as React from 'react';\n\nimport type { ProgressRatio } from '../../../output/models';\n\ninterface Props {\n progressRatio: ProgressRatio;\n showAccountingPeriod: boolean;\n}\n\nexport const ProgressRatioRow: React.FC = ({ progressRatio, showAccountingPeriod }) => {\n return (\n \n \n {showAccountingPeriod ? progressRatio.accounting_period : ''}\n \n \n {progressRatio.quarter_name}\n \n \n {progressRatio.net_sales_progress_ratio}\n \n \n {progressRatio.operating_income_progress_ratio}\n \n \n {progressRatio.ordinary_income_progress_ratio}\n \n \n {progressRatio.net_income_progress_ratio}\n \n \n );\n};\n"],"names":["ProgressRatioRow","progressRatio","showAccountingPeriod","jsx"],"mappings":"qHASO,MAAMA,EAAoC,CAAC,CAAE,cAAAC,EAAe,qBAAAC,YAE9D,KACC,CAAA,SAAA,CAAAC,MAAC,MAAG,UAAU,gDACX,SAAuBD,EAAAD,EAAc,kBAAoB,GAC5D,EACCE,EAAA,IAAA,KAAA,CAAG,UAAU,gDACX,WAAc,aACjB,EACCA,EAAA,IAAA,KAAA,CAAG,UAAU,gDACX,WAAc,yBACjB,EACCA,EAAA,IAAA,KAAA,CAAG,UAAU,gDACX,WAAc,gCACjB,EACCA,EAAA,IAAA,KAAA,CAAG,UAAU,gDACX,WAAc,+BACjB,EACCA,EAAA,IAAA,KAAA,CAAG,UAAU,gDACX,WAAc,0BACjB,CACF,CAAA,CAAA"}