chore: 更新依赖
parent
81c073e55f
commit
bd676abbed
|
@ -163,6 +163,7 @@ importers:
|
|||
'@vue/cli-plugin-babel': ~4.4.1
|
||||
'@vue/cli-plugin-typescript': ~4.4.1
|
||||
codemirror: 5.65.16
|
||||
echarts-liquidfill: 3.1.0
|
||||
jshint: ^2.13.4
|
||||
jsonlint: ^1.6.3
|
||||
mavon-editor: ^2.9.1
|
||||
|
@ -175,6 +176,7 @@ importers:
|
|||
wangeditor: ^4.6.16
|
||||
dependencies:
|
||||
codemirror: 5.65.16
|
||||
echarts-liquidfill: 3.1.0
|
||||
jshint: 2.13.6
|
||||
jsonlint: 1.6.3
|
||||
mavon-editor: 2.10.4
|
||||
|
@ -6059,6 +6061,12 @@ packages:
|
|||
safer-buffer: 2.1.2
|
||||
dev: true
|
||||
|
||||
/echarts-liquidfill/3.1.0:
|
||||
resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==}
|
||||
peerDependencies:
|
||||
echarts: ^5.0.1
|
||||
dev: false
|
||||
|
||||
/echarts-liquidfill/3.1.0_echarts@5.4.3:
|
||||
resolution: {integrity: sha512-5Dlqs/jTsdTUAsd+K5LPLLTgrbbNORUSBQyk8PSy1Mg2zgHDWm83FmvA4s0ooNepCJojFYRITTQ4GU1UUSKYLw==}
|
||||
peerDependencies:
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
"script-loader": "^0.7.2",
|
||||
"uuid": "^8.3.2",
|
||||
"vue-codemirror": "4.0.6",
|
||||
"echarts-liquidfill": "3.1.0",
|
||||
"codemirror": "5.65.16",
|
||||
"vue-draggable-resizable": "^2.3.0",
|
||||
"vue-json-tool": "^1.0.4",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import * as echarts from 'echarts'
|
||||
import Vue from 'vue'
|
||||
import echarts from '@cmp/cmp-echarts/hooks/echarts'
|
||||
import { getPreviewById } from '@/services/reportform/dataset'
|
||||
import { debounce, cloneDeep } from 'lodash-es'
|
||||
import { setStyleWithPixel, packParams } from './widgets.utils'
|
||||
|
|
Loading…
Reference in New Issue