diff --git a/com.actionsoft.apps.coe.pal.datamigration/package.json b/com.actionsoft.apps.coe.pal.datamigration/package.json index 33a8503..66f9f2d 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/package.json +++ b/com.actionsoft.apps.coe.pal.datamigration/package.json @@ -7,23 +7,28 @@ "serve": "vite preview" }, "dependencies": { + "@codemirror/lang-html": "^6.1.0", + "@codemirror/lang-javascript": "^6.0.1", + "@codemirror/lang-json": "^6.0.0", + "@codemirror/theme-one-dark": "^6.0.0", "core-js": "^3.6.5", "register-service-worker": "^1.7.1", "vue": "^3.2.19", + "vue-codemirror": "^6.0.0", "vue-router": "^4.0.2", "vuex": "^4.0.2" }, "devDependencies": { - "fs-extra": "^10.0.0", "@types/fs-extra": "^9.0.12", "@typescript-eslint/eslint-plugin": "^4.18.0", "@typescript-eslint/parser": "^4.18.0", - "@vue/eslint-config-typescript": "^7.0.0", "@vitejs/plugin-vue": "^1.9.2", "@vue/compiler-sfc": "^3.2.19", + "@vue/eslint-config-typescript": "^7.0.0", "babel-polyfill": "^6.26.0", "eslint": "^6.7.2", "eslint-plugin-vue": "^7.0.0", + "fs-extra": "^10.0.0", "less": "^3.0.4", "less-loader": "^5.0.0", "typescript": "^4.3.2", diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/data-migration.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/data-migration.vue index fece87b..23e63e2 100644 --- a/com.actionsoft.apps.coe.pal.datamigration/src/components/data-migration.vue +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/data-migration.vue @@ -1,174 +1,354 @@ \ No newline at end of file diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/index.ts b/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/index.ts new file mode 100644 index 0000000..28e1fa9 --- /dev/null +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/index.ts @@ -0,0 +1,2 @@ +import LogCodemirror from './log-codemirror.vue' +export default LogCodemirror diff --git a/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/log-codemirror.vue b/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/log-codemirror.vue new file mode 100644 index 0000000..cafc4ee --- /dev/null +++ b/com.actionsoft.apps.coe.pal.datamigration/src/components/log-codemirror/log-codemirror.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file