@mptw/skylens-ui 1.4.108 → 1.4.109

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.
@@ -29,7 +29,6 @@ import {
29
29
  SankeyChart,
30
30
  CustomChart,
31
31
  } from "echarts/charts";
32
- import "echarts-wordcloud";
33
32
  import {
34
33
  GridComponent,
35
34
  LegendComponent,
@@ -87,7 +86,14 @@ export default defineComponent({
87
86
  default: false,
88
87
  },
89
88
  },
90
- emits: ["click", "highlight", "mouseover", "mouseout", "mousemove", "legendselected"],
89
+ emits: [
90
+ "click",
91
+ "highlight",
92
+ "mouseover",
93
+ "mouseout",
94
+ "mousemove",
95
+ "legendselected",
96
+ ],
91
97
  setup(props, { emit }) {
92
98
  const { option } = toRefs(props);
93
99
 
@@ -19,7 +19,6 @@ import ECharts from "vue-echarts";
19
19
  import { use } from "echarts/core";
20
20
  import { registerMap } from "echarts/core";
21
21
  import { MapChart } from "echarts/charts";
22
- import "echarts-wordcloud";
23
22
  import {
24
23
  GridComponent,
25
24
  LegendComponent,
@@ -102,7 +101,7 @@ export default defineComponent({
102
101
  default: false,
103
102
  },
104
103
  },
105
- emits: ["click", 'mouseover', 'mouseout', 'selectchanged'],
104
+ emits: ["click", "mouseover", "mouseout", "selectchanged"],
106
105
  setup(props, { emit }) {
107
106
  const { option } = toRefs(props);
108
107
 
@@ -16,7 +16,6 @@ import ECharts from "vue-echarts";
16
16
  import { use } from "echarts/core";
17
17
  import { registerMap } from "echarts/core";
18
18
  import { MapChart } from "echarts/charts";
19
- import "echarts-wordcloud";
20
19
  import {
21
20
  GridComponent,
22
21
  LegendComponent,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.108",
4
+ "version": "1.4.109",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",
@@ -12,38 +12,37 @@
12
12
  "postinstall": "nuxt prepare .playground"
13
13
  },
14
14
  "devDependencies": {
15
- "@nuxt/eslint-config": "^1.12.1",
16
- "eslint": "^9.39.2",
17
- "nuxt": "^3.20.2",
18
- "typescript": "^5.9.3"
15
+ "@nuxt/eslint-config": "^1.16.0",
16
+ "eslint": "^10.8.0",
17
+ "nuxt": "^3.21.9",
18
+ "typescript": "^7.0.2"
19
19
  },
20
20
  "dependencies": {
21
- "@gtm-support/vue-gtm": "^3.1.0",
21
+ "@gtm-support/vue-gtm": "^3.2.0",
22
22
  "@nuxtjs/tailwindcss": "^6.14.0",
23
23
  "@popperjs/core": "^2.11.8",
24
24
  "@types/commonmark": "^0.27.10",
25
25
  "@types/dompurify": "^3.2.0",
26
26
  "@types/lodash-es": "^4.17.12",
27
27
  "@types/sortablejs": "^1.15.9",
28
- "@vue/language-plugin-pug": "^3.2.2",
28
+ "@vue/language-plugin-pug": "^3.3.8",
29
29
  "commonmark": "^0.31.2",
30
- "date-fns": "^4.1.0",
31
- "dompurify": "^3.3.1",
32
- "echarts": "^5.6.0",
33
- "echarts-wordcloud": "^2.1.0",
30
+ "date-fns": "^4.4.0",
31
+ "dompurify": "^3.4.12",
32
+ "echarts": "^6.1.0",
34
33
  "exceljs": "^4.4.0",
35
- "gsap": "^3.14.2",
34
+ "gsap": "^3.15.0",
36
35
  "html-to-image": "^1.11.13",
37
- "lodash-es": "^4.17.22",
38
- "pug": "^3.0.3",
36
+ "lodash-es": "^4.18.1",
37
+ "pug": "^3.0.4",
39
38
  "rxjs": "^7.8.2",
40
- "sortablejs": "^1.15.6",
39
+ "sortablejs": "^1.15.7",
41
40
  "stylus": "^0.64.0",
42
- "swiper": "^12.0.3",
41
+ "swiper": "^14.0.6",
43
42
  "tailwindcss-textshadow": "^2.1.3",
44
43
  "v-calendar": "^3.1.2",
45
- "vue": "^3.5.26",
44
+ "vue": "^3.5.40",
46
45
  "vue-3-slider-component": "^1.0.2",
47
- "vue-echarts": "^7.0.3"
46
+ "vue-echarts": "^8.0.1"
48
47
  }
49
48
  }