{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-bpm\\src\\tripartite\\buildBigScreen\\src\\page\\components\\editor.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\src\\tripartite\\buildBigScreen\\src\\page\\components\\editor.vue","mtime":1675071992616},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-bpm\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["import _typeof from \"D:/jenkins/workspace/xq-web-bpm/node_modules/@babel/runtime/helpers/esm/typeof\";\nimport \"core-js/modules/es7.array.includes\";\nimport \"core-js/modules/es6.string.includes\";\nimport \"core-js/modules/es6.number.constructor\";\n//\n//\n//\n//\n//\n//\n//\n//\nimport MonacoEditor from '@/tripartite/buildBigScreen/src/utils/monaco-editor';\nexport default {\n  components: {\n    MonacoEditor: MonacoEditor\n  },\n  data: function data() {\n    return {\n      code: '',\n      options: {\n        fontSize: 14\n      }\n    };\n  },\n  props: {\n    language: String,\n    disabled: Boolean,\n    height: {\n      type: [String, Number],\n      default: 400\n    },\n    value: {\n      type: [String, Object, Array],\n      default: ''\n    }\n  },\n  watch: {\n    code: function code(val) {\n      this.$emit('input', val);\n    },\n    value: {\n      handler: function handler(val) {\n        if (['object', 'array'].includes(_typeof(val))) {\n          this.code = JSON.stringify(val, null, 4);\n        } else {\n          this.code = val;\n        }\n      },\n      immediate: true,\n      deep: true\n    }\n  }\n};",null]}