{"remainingRequest":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\@jiaminghi\\data-view\\lib\\components\\fullScreenContainer\\src\\main.vue?vue&type=script&lang=js&","dependencies":[{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\@jiaminghi\\data-view\\lib\\components\\fullScreenContainer\\src\\main.vue","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\babel.config.js","mtime":1667327525434},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\thread-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\babel-loader\\lib\\index.js","mtime":315532800000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\jenkins\\workspace\\xq-web-fvue\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\nimport autoResize from \"../../../mixin/autoResize.js\";\nexport default {\n name: 'DvFullScreenContainer',\n mixins: [autoResize],\n data: function data() {\n return {\n ref: 'full-screen-container',\n allWidth: 0,\n scale: 0,\n datavRoot: '',\n ready: false\n };\n },\n methods: {\n afterAutoResizeMixinInit: function afterAutoResizeMixinInit() {\n var initConfig = this.initConfig,\n setAppScale = this.setAppScale;\n initConfig();\n setAppScale();\n this.ready = true;\n },\n initConfig: function initConfig() {\n var dom = this.dom;\n var _screen = screen,\n width = _screen.width,\n height = _screen.height;\n this.allWidth = width;\n dom.style.width = \"\".concat(width, \"px\");\n dom.style.height = \"\".concat(height, \"px\");\n },\n setAppScale: function setAppScale() {\n var allWidth = this.allWidth,\n dom = this.dom;\n var currentWidth = document.body.clientWidth;\n dom.style.transform = \"scale(\".concat(currentWidth / allWidth, \")\");\n },\n onResize: function onResize() {\n var setAppScale = this.setAppScale;\n setAppScale();\n }\n }\n};",null]}