mixdashboards 1.1.63 → 1.1.64

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.
@@ -1,4 +1,4 @@
1
- import { _ as a, b as g, c as o, d as t, i, e as n, f as r } from "./index-DDvzyl69.js";
1
+ import { _ as a, b as g, c as o, d as t, i, e as n, f as r } from "./index-BHEUMBEx.js";
2
2
  export {
3
3
  a as DesignApp,
4
4
  g as DesignPro,
package/package.json CHANGED
@@ -1,130 +1,130 @@
1
- {
2
- "name": "mixdashboards",
3
- "version": "1.1.63",
4
- "description": "MixDashboards Display Components - Show, Pro, App",
5
- "type": "module",
6
- "main": "./dist/mixdashboards.cjs",
7
- "module": "./dist/mixdashboards.js",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/mixdashboards.js",
11
- "require": "./dist/mixdashboards.cjs"
12
- },
13
- "./style": "./dist/mixdashboards.css"
14
- },
15
- "scripts": {
16
- "dev": "vite",
17
- "build": "vite build",
18
- "build:with-types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist && vite build",
19
- "build:check": "vue-tsc && vite build",
20
- "type-check": "vue-tsc --noEmit",
21
- "prepublishOnly": "pnpm run build",
22
- "stage": "git add -- packages/",
23
- "commit": "node ../scripts/git-commit.mjs packages"
24
- },
25
- "keywords": [
26
- "mixlinker",
27
- "dashboard",
28
- "components",
29
- "vue3"
30
- ],
31
- "author": "Mixlinker Technical Team",
32
- "license": "MIT",
33
- "repository": {
34
- "type": "git",
35
- "url": "git@192.168.88.6:mixiot/v9/frontend/mixdesign.git",
36
- "directory": "packages"
37
- },
38
- "bugs": {
39
- "url": "http://192.168.88.6/mixiot/v9/frontend/mixdesign/-/issues"
40
- },
41
- "homepage": "http://192.168.88.6/mixiot/v9/frontend/mixdesign/-/tree/master/packages",
42
- "files": [
43
- "dist",
44
- "README.md",
45
- "LICENSE"
46
- ],
47
- "publishConfig": {
48
- "registry": "https://registry.npmjs.org/"
49
- },
50
- "peerDependencies": {
51
- "@univerjs/preset-sheets-core": "^0.17.0",
52
- "@univerjs/presets": "^0.17.0",
53
- "@vueuse/core": "^13.0.0",
54
- "element-plus": "^2.0.0",
55
- "pinia": "^2.0.0 || ^3.0.0",
56
- "vue": "^3.4.0"
57
- },
58
- "peerDependenciesMeta": {
59
- "@univerjs/preset-sheets-core": {
60
- "optional": true
61
- },
62
- "@univerjs/presets": {
63
- "optional": true
64
- },
65
- "@ctrl/tinycolor": {
66
- "optional": true
67
- },
68
- "@vueuse/core": {
69
- "optional": true
70
- },
71
- "lodash-unified": {
72
- "optional": true
73
- },
74
- "async-validator": {
75
- "optional": true
76
- },
77
- "@popperjs/core": {
78
- "optional": true
79
- }
80
- },
81
- "dependencies": {
82
- "@element-plus/icons-vue": "^2.3.2",
83
- "@wangeditor/editor": "^5.1.23",
84
- "@wangeditor/editor-for-vue": "^5.1.12",
85
- "ag-grid-community": "^35.3.1",
86
- "ag-grid-vue3": "^35.3.1",
87
- "axios": "^1.12.2",
88
- "dayjs": "^1.11.18",
89
- "decimal.js": "^10.6.0",
90
- "dxf-parser": "^1.1.2",
91
- "echarts": "^5.6.0",
92
- "echarts-gl": "^2.0.9",
93
- "echarts-stat": "^1.2.0",
94
- "element-resize-detector": "^1.2.4",
95
- "flv.js": "^1.6.2",
96
- "geotiff": "^2.1.3",
97
- "grid-layout-plus": "^1.1.1",
98
- "hls.js": "^1.6.16",
99
- "html2canvas": "^1.4.1",
100
- "interactjs": "^1.10.27",
101
- "leaflet": "^1.9.4",
102
- "qrcode.vue": "^3.6.0",
103
- "three": "^0.170.0",
104
- "three-mesh-bvh": "0.8.3",
105
- "vue-baidu-map-3x": "^1.0.40",
106
- "vue-i18n": "^10.0.0",
107
- "vue-router": "^5.0.5",
108
- "vue3-video-play": "^1.3.1-beta.6",
109
- "vuedraggable": "^4.1.0"
110
- },
111
- "devDependencies": {
112
- "@vueuse/core": "^13.9.0",
113
- "@types/leaflet": "^1.9.21",
114
- "@types/node": "^24.7.2",
115
- "@types/three": "^0.170.0",
116
- "@vitejs/plugin-vue": "^6.0.1",
117
- "autoprefixer": "^10.4.24",
118
- "element-plus": "^2.10.1",
119
- "pinia": "^3.0.4",
120
- "postcss": "^8.5.6",
121
- "sass": "^1.93.2",
122
- "tailwindcss": "^3.4.19",
123
- "typescript": "^5.9.3",
124
- "unplugin-auto-import": "^19.3.0",
125
- "unplugin-vue-components": "^28.8.0",
126
- "vite": "^7.1.10",
127
- "vue": "^3.5.13",
128
- "vue-tsc": "^3.1.1"
129
- }
130
- }
1
+ {
2
+ "name": "mixdashboards",
3
+ "version": "1.1.64",
4
+ "description": "MixDashboards Display Components - Show, Pro, App",
5
+ "type": "module",
6
+ "main": "./dist/mixdashboards.cjs",
7
+ "module": "./dist/mixdashboards.js",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/mixdashboards.js",
11
+ "require": "./dist/mixdashboards.cjs"
12
+ },
13
+ "./style": "./dist/mixdashboards.css"
14
+ },
15
+ "scripts": {
16
+ "dev": "vite",
17
+ "build": "vite build",
18
+ "build:with-types": "vue-tsc --declaration --emitDeclarationOnly --outDir dist && vite build",
19
+ "build:check": "vue-tsc && vite build",
20
+ "type-check": "vue-tsc --noEmit",
21
+ "prepublishOnly": "pnpm run build",
22
+ "stage": "git add -- packages/",
23
+ "commit": "node ../scripts/git-commit.mjs packages"
24
+ },
25
+ "keywords": [
26
+ "mixlinker",
27
+ "dashboard",
28
+ "components",
29
+ "vue3"
30
+ ],
31
+ "author": "Mixlinker Technical Team",
32
+ "license": "MIT",
33
+ "repository": {
34
+ "type": "git",
35
+ "url": "git@192.168.88.6:mixiot/v9/frontend/mixdesign.git",
36
+ "directory": "packages"
37
+ },
38
+ "bugs": {
39
+ "url": "http://192.168.88.6/mixiot/v9/frontend/mixdesign/-/issues"
40
+ },
41
+ "homepage": "http://192.168.88.6/mixiot/v9/frontend/mixdesign/-/tree/master/packages",
42
+ "files": [
43
+ "dist",
44
+ "README.md",
45
+ "LICENSE"
46
+ ],
47
+ "publishConfig": {
48
+ "registry": "https://registry.npmjs.org/"
49
+ },
50
+ "peerDependencies": {
51
+ "@univerjs/preset-sheets-core": "^0.17.0",
52
+ "@univerjs/presets": "^0.17.0",
53
+ "@vueuse/core": "^13.0.0",
54
+ "element-plus": "^2.0.0",
55
+ "pinia": "^2.0.0 || ^3.0.0",
56
+ "vue": "^3.4.0"
57
+ },
58
+ "peerDependenciesMeta": {
59
+ "@univerjs/preset-sheets-core": {
60
+ "optional": true
61
+ },
62
+ "@univerjs/presets": {
63
+ "optional": true
64
+ },
65
+ "@ctrl/tinycolor": {
66
+ "optional": true
67
+ },
68
+ "@vueuse/core": {
69
+ "optional": true
70
+ },
71
+ "lodash-unified": {
72
+ "optional": true
73
+ },
74
+ "async-validator": {
75
+ "optional": true
76
+ },
77
+ "@popperjs/core": {
78
+ "optional": true
79
+ }
80
+ },
81
+ "dependencies": {
82
+ "@element-plus/icons-vue": "^2.3.2",
83
+ "@wangeditor/editor": "^5.1.23",
84
+ "@wangeditor/editor-for-vue": "^5.1.12",
85
+ "ag-grid-community": "^35.3.1",
86
+ "ag-grid-vue3": "^35.3.1",
87
+ "axios": "^1.12.2",
88
+ "dayjs": "^1.11.18",
89
+ "decimal.js": "^10.6.0",
90
+ "dxf-parser": "^1.1.2",
91
+ "echarts": "^5.6.0",
92
+ "echarts-gl": "^2.0.9",
93
+ "echarts-stat": "^1.2.0",
94
+ "element-resize-detector": "^1.2.4",
95
+ "flv.js": "^1.6.2",
96
+ "geotiff": "^2.1.3",
97
+ "grid-layout-plus": "^1.1.1",
98
+ "hls.js": "^1.6.16",
99
+ "html2canvas": "^1.4.1",
100
+ "interactjs": "^1.10.27",
101
+ "leaflet": "^1.9.4",
102
+ "qrcode.vue": "^3.6.0",
103
+ "three": "^0.170.0",
104
+ "three-mesh-bvh": "0.8.3",
105
+ "vue-baidu-map-3x": "^1.0.40",
106
+ "vue-i18n": "^10.0.0",
107
+ "vue-router": "^5.0.5",
108
+ "vue3-video-play": "^1.3.1-beta.6",
109
+ "vuedraggable": "^4.1.0"
110
+ },
111
+ "devDependencies": {
112
+ "@vueuse/core": "^13.9.0",
113
+ "@types/leaflet": "^1.9.21",
114
+ "@types/node": "^24.7.2",
115
+ "@types/three": "^0.170.0",
116
+ "@vitejs/plugin-vue": "^6.0.1",
117
+ "autoprefixer": "^10.4.24",
118
+ "element-plus": "^2.10.1",
119
+ "pinia": "^3.0.4",
120
+ "postcss": "^8.5.6",
121
+ "sass": "^1.93.2",
122
+ "tailwindcss": "^3.4.19",
123
+ "typescript": "^5.9.3",
124
+ "unplugin-auto-import": "^19.3.0",
125
+ "unplugin-vue-components": "^28.8.0",
126
+ "vite": "^7.1.10",
127
+ "vue": "^3.5.13",
128
+ "vue-tsc": "^3.1.1"
129
+ }
130
+ }