{"ast":null,"code":"import create_project from './app_creator_components/create_project/create_project.vue';\nimport frontend_set from './app_creator_components/frontend_set/frontend_set.vue';\nimport interaction_set from './app_creator_components/interaction_set/interaction_set.vue';\nimport export_project from './app_creator_components/export_project/export_project.vue';\nconst components = {\n create_project,\n frontend_set,\n interaction_set,\n export_project\n};\nconst data = function () {\n return {\n now_component: \"create_project\",\n components_list: [\"create_project\", \"frontend_set\", \"interaction_set\", \"export_project\"],\n now_index: 0,\n above_page_data_value: {}\n };\n};\nfunction mounted() {}\nconst methods = {\n next(page_data) {\n if (this.now_index + 1 < this.components_list.length) {\n this.now_index += 1;\n this.now_component = this.components_list[this.now_index];\n }\n this.above_page_data_value = page_data;\n },\n above(page_data) {\n if (this.now_index - 1 >= 0) {\n this.now_index -= 1;\n this.now_component = this.components_list[this.now_index];\n }\n this.above_page_data_value = page_data;\n }\n};\nexport default {\n data: data,\n methods: methods,\n mounted: mounted,\n components: components\n};","map":{"version":3,"names":["create_project","frontend_set","interaction_set","export_project","components","data","now_component","components_list","now_index","above_page_data_value","mounted","methods","next","page_data","length","above"],"sources":["/mnt/sdc/Project1/main/client/src/components/App_creator/app_creator.js"],"sourcesContent":["import create_project from './app_creator_components/create_project/create_project.vue'\r\nimport frontend_set from './app_creator_components/frontend_set/frontend_set.vue'\r\nimport interaction_set from './app_creator_components/interaction_set/interaction_set.vue'\r\nimport export_project from './app_creator_components/export_project/export_project.vue'\r\n\r\nconst components = {\r\n create_project,\r\n frontend_set,\r\n interaction_set,\r\n export_project\r\n}\r\n\r\nconst data = function () {\r\n return {\r\n now_component: \"create_project\",\r\n components_list: [\"create_project\",\"frontend_set\",\"interaction_set\",\"export_project\"],\r\n now_index: 0,\r\n above_page_data_value:{}\r\n }\r\n}\r\n\r\nfunction mounted() {\r\n\r\n}\r\n\r\nconst methods = {\r\n next(page_data) {\r\n if (this.now_index + 1 < this.components_list.length) {\r\n this.now_index += 1\r\n this.now_component = this.components_list[this.now_index]\r\n }\r\n this.above_page_data_value = page_data\r\n },\r\n above(page_data) {\r\n if (this.now_index - 1 >= 0) {\r\n this.now_index -= 1\r\n this.now_component = this.components_list[this.now_index]\r\n }\r\n this.above_page_data_value = page_data\r\n }\r\n}\r\n\r\nexport default {\r\n data: data,\r\n methods: methods,\r\n mounted: mounted,\r\n components: components,\r\n}"],"mappings":"AAAA,OAAOA,cAAc,MAAM,4DAA4D;AACvF,OAAOC,YAAY,MAAM,wDAAwD;AACjF,OAAOC,eAAe,MAAM,8DAA8D;AAC1F,OAAOC,cAAc,MAAM,4DAA4D;AAEvF,MAAMC,UAAU,GAAG;EACfJ,cAAc;EACdC,YAAY;EACZC,eAAe;EACfC;AACJ,CAAC;AAED,MAAME,IAAI,GAAG,SAAAA,CAAA,EAAY;EACrB,OAAO;IACHC,aAAa,EAAE,gBAAgB;IAC/BC,eAAe,EAAE,CAAC,gBAAgB,EAAC,cAAc,EAAC,iBAAiB,EAAC,gBAAgB,CAAC;IACrFC,SAAS,EAAE,CAAC;IACZC,qBAAqB,EAAC,CAAC;EAC3B,CAAC;AACL,CAAC;AAED,SAASC,OAAOA,CAAA,EAAG,CAEnB;AAEA,MAAMC,OAAO,GAAG;EACZC,IAAIA,CAACC,SAAS,EAAE;IACZ,IAAI,IAAI,CAACL,SAAS,GAAG,CAAC,GAAG,IAAI,CAACD,eAAe,CAACO,MAAM,EAAE;MAClD,IAAI,CAACN,SAAS,IAAI,CAAC;MACnB,IAAI,CAACF,aAAa,GAAG,IAAI,CAACC,eAAe,CAAC,IAAI,CAACC,SAAS,CAAC;IAC7D;IACA,IAAI,CAACC,qBAAqB,GAAGI,SAAS;EAC1C,CAAC;EACDE,KAAKA,CAACF,SAAS,EAAE;IACb,IAAI,IAAI,CAACL,SAAS,GAAG,CAAC,IAAI,CAAC,EAAE;MACzB,IAAI,CAACA,SAAS,IAAI,CAAC;MACnB,IAAI,CAACF,aAAa,GAAG,IAAI,CAACC,eAAe,CAAC,IAAI,CAACC,SAAS,CAAC;IAC7D;IACA,IAAI,CAACC,qBAAqB,GAAGI,SAAS;EAC1C;AACJ,CAAC;AAED,eAAe;EACXR,IAAI,EAAEA,IAAI;EACVM,OAAO,EAAEA,OAAO;EAChBD,OAAO,EAAEA,OAAO;EAChBN,UAAU,EAAEA;AAChB,CAAC","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}