@web-utils/component 2.7.31 → 2.7.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/e-charts/index.js +1 -1
- package/dist/index.es.js +2 -2
- package/package.json +15 -17
- package/web-types.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import echarts from "echarts/lib/echarts";
|
|
2
2
|
import { BarChart, LineChart, PieChart, RadarChart, MapChart, ScatterChart, EffectScatterChart, PictorialBarChart } from "echarts/charts";
|
|
3
3
|
import { TitleComponent, TooltipComponent, GridComponent, LegendComponent, DatasetComponent, PolarComponent } from "echarts/components";
|
|
4
4
|
import { CanvasRenderer } from "echarts/renderers";
|
package/dist/index.es.js
CHANGED
|
@@ -75,7 +75,7 @@ import OverlayScrollbars from "overlayscrollbars";
|
|
|
75
75
|
import "overlayscrollbars/css/OverlayScrollbars.css";
|
|
76
76
|
import { dialog } from "@web-utils/vue/mixin/dialog";
|
|
77
77
|
import Vue from "vue";
|
|
78
|
-
import
|
|
78
|
+
import echarts from "echarts/lib/echarts";
|
|
79
79
|
import { BarChart, LineChart, PieChart, RadarChart, MapChart, ScatterChart, EffectScatterChart, PictorialBarChart } from "echarts/charts";
|
|
80
80
|
import { TitleComponent, TooltipComponent, GridComponent, LegendComponent, DatasetComponent, PolarComponent } from "echarts/components";
|
|
81
81
|
import { CanvasRenderer } from "echarts/renderers";
|
|
@@ -52091,7 +52091,7 @@ function __vue2_injectStyles(context) {
|
|
|
52091
52091
|
const Watermark = /* @__PURE__ */ function() {
|
|
52092
52092
|
return __component__.exports;
|
|
52093
52093
|
}();
|
|
52094
|
-
const version = "2.7.
|
|
52094
|
+
const version = "2.7.33";
|
|
52095
52095
|
function index(Vue2) {
|
|
52096
52096
|
Vue2.component(AddressInput.name, AddressInput);
|
|
52097
52097
|
Vue2.component(Affix.name, Affix);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@web-utils/component",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.33",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,36 +28,34 @@
|
|
|
28
28
|
"lint": "eslint src/**/*.{js,jsx,ts,vue} --fix",
|
|
29
29
|
"stylelint": "stylelint src/**/*.{scss,css,vue} --fix"
|
|
30
30
|
},
|
|
31
|
-
"
|
|
32
|
-
"@tinymce/tinymce-vue": "3.2.8",
|
|
31
|
+
"devDependencies": {
|
|
33
32
|
"@wangeditor/editor": "^5.1.23",
|
|
34
33
|
"@wangeditor/editor-for-vue": "^1.0.2",
|
|
35
|
-
"@web-utils/core": "^2.0.28",
|
|
36
|
-
"@web-utils/integrations": "^2.0.28",
|
|
37
|
-
"@web-utils/vue": "^2.0.28",
|
|
38
|
-
"codemirror": "^5.65.11",
|
|
39
34
|
"countup.js": "^2.4.2",
|
|
40
|
-
"echarts": "^5.4.1",
|
|
41
|
-
"lodash": "^4.17.21",
|
|
42
35
|
"monaco-editor": "^0.30.1",
|
|
43
|
-
"overlayscrollbars": "^1.13.3",
|
|
44
36
|
"photoswipe": "^5.3.5",
|
|
45
37
|
"resize-detector": "^0.3.0",
|
|
46
|
-
"simple-uploader.js": "^0.6.0",
|
|
47
|
-
"tinymce": "4.5.12",
|
|
48
38
|
"viewerjs": "^1.11.1",
|
|
49
39
|
"vue-cropper": "^0.5.8",
|
|
50
40
|
"vuedraggable": "^2.24.3",
|
|
51
41
|
"bpmn-js-token-simulation": "^0.31.0",
|
|
52
|
-
"core-js": "^3.8.1",
|
|
53
42
|
"bpmn-js": "^11.3.0",
|
|
54
|
-
"diagram-js": "11.9.0",
|
|
55
43
|
"highlight.js": "^11.7.0",
|
|
56
44
|
"min-dash": "^4.0.0",
|
|
57
45
|
"x2js": "^3.4.2",
|
|
58
|
-
"tiny-svg": "^3.0.0"
|
|
59
|
-
|
|
60
|
-
|
|
46
|
+
"tiny-svg": "^3.0.0",
|
|
47
|
+
"diagram-js": "11.9.0",
|
|
48
|
+
"core-js": "^3.8.1",
|
|
49
|
+
"simple-uploader.js": "^0.6.0",
|
|
50
|
+
"echarts": "^5.4.1",
|
|
51
|
+
"codemirror": "^5.65.11",
|
|
52
|
+
"overlayscrollbars": "^1.13.3",
|
|
53
|
+
"lodash": "^4.17.21",
|
|
54
|
+
"@tinymce/tinymce-vue": "3.2.8",
|
|
55
|
+
"tinymce": "4.5.12",
|
|
56
|
+
"@web-utils/core": "^2.0.28",
|
|
57
|
+
"@web-utils/integrations": "^2.0.28",
|
|
58
|
+
"@web-utils/vue": "^2.0.28",
|
|
61
59
|
"@types/lodash": "^4.14.191",
|
|
62
60
|
"@types/node": "^16.18.10",
|
|
63
61
|
"@types/qrcode": "^1.5.0",
|