{ "version": 3, "sources": ["src/app/pages/smart-reco/smart-reco-step.ts"], "sourcesContent": ["/**\n * Order matters\n */\nexport enum SmartRecoStep {\n Identification = 'smart_reco_identification',\n Profile = 'smart_reco_profile',\n Weight = 'smart_reco_weight',\n GrowthChart = 'smart_reco_growth_chart',\n Pathologies = 'smart_reco_pathologies',\n NutritionalAssessment = 'smart-reco-nutritional-assessment',\n Recommendation = 'smart_reco_recommendation',\n RecommendationWet = 'smart_reco_recommendation-wet',\n Allowance = 'smart_reco_allowance',\n}\n\nexport const steps = Object.values(SmartRecoStep);\nexport const stepsWithoutIdentification = steps.slice(1, steps.length);\n"], "mappings": "AAGA,IAAYA,EAAZ,SAAYA,EAAa,CACvBA,OAAAA,EAAA,eAAA,4BACAA,EAAA,QAAA,qBACAA,EAAA,OAAA,oBACAA,EAAA,YAAA,0BACAA,EAAA,YAAA,yBACAA,EAAA,sBAAA,oCACAA,EAAA,eAAA,4BACAA,EAAA,kBAAA,gCACAA,EAAA,UAAA,uBATUA,CAUZ,EAVYA,GAAa,CAAA,CAAA,EAYZC,EAAQC,OAAOC,OAAOH,CAAa,EACnCI,EAA6BH,EAAMI,MAAM,EAAGJ,EAAMK,MAAM", "names": ["SmartRecoStep", "steps", "Object", "values", "stepsWithoutIdentification", "slice", "length"] }