@ganwei-web/ganwei-pc-cli 6.2.9 → 6.3.2

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.
Files changed (71) hide show
  1. package/ganwei-iotcenter-index-6.2.3/configuration/moduleConfiguration.json +2 -0
  2. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/env.d.ts +8 -5
  3. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/index.html +1 -1
  4. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/ElementPlusAdapter.css +437 -68
  5. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/reset-6-1.css +1 -0
  6. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/reset-plus.css +396 -0
  7. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/http/createAxios.js +38 -13
  8. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/js/getLanguage.js +19 -12
  9. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +3 -3
  10. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +12 -11
  11. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/App.vue +11 -6
  12. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/equipAlarmDialog/index.vue +6 -0
  13. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/expirationReminder/index.vue +7 -3
  14. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/index.scss +4 -0
  15. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.js +35 -3
  16. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.scss +7 -1
  17. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/indexRightContent/headerRight/userInfo/index.vue +2 -2
  18. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/ContractMenu.vue +11 -37
  19. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/TopNav.vue +3 -2
  20. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Sidebar/LeftContent/index.vue +7 -1
  21. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/router.js +120 -18
  22. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/date.ts +80 -0
  23. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/dom.ts +99 -0
  24. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/env.ts +20 -0
  25. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/file.ts +74 -0
  26. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/index.ts +26 -0
  27. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/number.ts +83 -0
  28. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/performance.ts +69 -0
  29. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/storage.ts +80 -0
  30. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/string.ts +116 -0
  31. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/xss-filter.ts +260 -0
  32. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/jumpIframe/index.vue +45 -28
  33. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/tsconfig.json +1 -0
  34. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/vite.config.ts +10 -1
  35. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/http/createAxios.js +40 -15
  36. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/js/getLanguage.js +10 -2
  37. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/login.vue +55 -53
  38. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/src/views/ssoLogin.vue +10 -9
  39. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.development +0 -3
  40. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.production +1 -4
  41. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.env.test +0 -3
  42. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/.eslintrc.cjs +2 -2
  43. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/env.d.ts +9 -5
  44. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/index.html +1 -0
  45. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/package.json +3 -2
  46. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/http/createAxios.js +38 -13
  47. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/js/getLanguage.js +10 -2
  48. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/App.vue +1 -1
  49. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/api.ts +0 -1
  50. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/models/response/template.ts +0 -0
  51. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/date.ts +79 -0
  52. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/dom.ts +99 -0
  53. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/env.ts +20 -0
  54. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/file.ts +74 -0
  55. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/index.ts +29 -0
  56. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/number.ts +83 -0
  57. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/performance.ts +69 -0
  58. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/signalr.ts +564 -0
  59. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/storage.ts +80 -0
  60. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/string.ts +116 -0
  61. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/xss-filter.ts +260 -0
  62. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/views/template.vue +0 -1
  63. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/tsconfig.json +7 -0
  64. package/ganwei-iotcenter-index-6.2.3/pnpm-lock.yaml +489 -155
  65. package/package.json +1 -1
  66. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/mixins/judgePermission.js +0 -60
  67. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/utils/setStorage.js +0 -5
  68. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/setStorage.js +0 -5
  69. /package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/build/{enteryJson.js → entryJson.js} +0 -0
  70. /package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/{request/models/request/index.ts → enum/template.ts} +0 -0
  71. /package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/request/models/{response/index.ts → request/template.ts} +0 -0
@@ -10,34 +10,40 @@ importers:
10
10
 
11
11
  .: {}
12
12
 
13
- packages/ganwei-iotcenter-index:
13
+ packages/ganwei-iotcenter-equip-lists:
14
14
  dependencies:
15
15
  '@aspnet/signalr':
16
16
  specifier: ^1.1.4
17
17
  version: 1.1.4
18
18
  '@babel/core':
19
- specifier: ^7.26.0
19
+ specifier: ^7.24.7
20
20
  version: 7.29.0
21
21
  '@babel/eslint-parser':
22
- specifier: ^7.25.9
22
+ specifier: ^7.24.7
23
23
  version: 7.28.6(@babel/core@7.29.0)(eslint@8.57.1)
24
24
  '@element-plus/icons-vue':
25
25
  specifier: ^2.3.1
26
- version: 2.3.2(vue@3.5.28(typescript@5.9.3))
27
- '@ganwei-web/gw-base-api-plus':
28
- specifier: ^1.0.1
29
- version: 1.0.1
26
+ version: 2.3.2(vue@3.5.28(typescript@4.9.5))
30
27
  '@ganwei-web/gw-base-components-plus':
31
- specifier: ^1.0.20
28
+ specifier: ^1.0.3
32
29
  version: 1.0.20
33
- '@ganwei-web/gw-base-style-plus':
34
- specifier: ^1.0.0
35
- version: 1.0.0
36
- '@ganwei-web/gw-base-utils-plus':
37
- specifier: ^1.0.1
38
- version: 1.0.3
30
+ '@types/lodash-es':
31
+ specifier: ^4.17.12
32
+ version: 4.17.12
33
+ '@vue/babel-helper-vue-jsx-merge-props':
34
+ specifier: ^1.4.0
35
+ version: 1.4.0
36
+ '@vue/babel-preset-jsx':
37
+ specifier: ^1.4.0
38
+ version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@4.9.5))
39
+ '@vue/composition-api':
40
+ specifier: ^1.7.2
41
+ version: 1.7.2(vue@3.5.28(typescript@4.9.5))
42
+ acorn:
43
+ specifier: ^8.12.0
44
+ version: 8.15.0
39
45
  axios:
40
- specifier: ^1.7.9
46
+ specifier: ^1.7.2
41
47
  version: 1.13.5
42
48
  barcode-detector:
43
49
  specifier: ^1.0.4
@@ -45,33 +51,257 @@ importers:
45
51
  callforth:
46
52
  specifier: ^0.4.0
47
53
  version: 0.4.0
54
+ core-js:
55
+ specifier: ^3.37.1
56
+ version: 3.48.0
48
57
  dayjs:
49
58
  specifier: ^1.11.13
50
59
  version: 1.11.19
51
60
  echarts:
52
- specifier: ^5.5.1
61
+ specifier: ^5.0.0
53
62
  version: 5.6.0
54
63
  element-plus:
55
- specifier: ^2.13.1
56
- version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
64
+ specifier: ^2.7.5
65
+ version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
66
+ element-ui:
67
+ specifier: ^2.15.3
68
+ version: 2.15.14(vue@3.5.28(typescript@4.9.5))
57
69
  eslint-config-prettier:
58
70
  specifier: ^8.10.0
59
71
  version: 8.10.2(eslint@8.57.1)
60
72
  eslint-plugin-prettier:
61
73
  specifier: ^4.2.1
62
74
  version: 4.2.5(eslint-config-prettier@8.10.2(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8)
75
+ exports-loader:
76
+ specifier: ^0.7.0
77
+ version: 0.7.0
78
+ highcharts:
79
+ specifier: ^11.1.0
80
+ version: 11.4.8
81
+ highcharts-vue:
82
+ specifier: ^2.0.1
83
+ version: 2.0.1(highcharts@11.4.8)(vue@3.5.28(typescript@4.9.5))
84
+ imports-loader:
85
+ specifier: ^0.8.0
86
+ version: 0.8.0
63
87
  jquery:
64
88
  specifier: ^3.7.1
65
89
  version: 3.7.1
66
90
  js-base64:
67
91
  specifier: ^2.6.4
68
92
  version: 2.6.4
93
+ js-sha512:
94
+ specifier: ^0.8.0
95
+ version: 0.8.0
69
96
  jsencrypt:
70
97
  specifier: ^3.3.2
71
98
  version: 3.5.4
72
99
  less:
100
+ specifier: ^4.2.0
101
+ version: 4.5.1
102
+ lodash:
103
+ specifier: ^4.17.21
104
+ version: 4.17.23
105
+ lodash-es:
106
+ specifier: ^4.17.21
107
+ version: 4.17.23
108
+ mitt:
109
+ specifier: ^3.0.1
110
+ version: 3.0.1
111
+ moment:
112
+ specifier: ^2.30.1
113
+ version: 2.30.1
114
+ prettier:
115
+ specifier: ^2.8.8
116
+ version: 2.8.8
117
+ prompts:
118
+ specifier: ^2.4.2
119
+ version: 2.4.2
120
+ sass:
121
+ specifier: ^1.77.6
122
+ version: 1.97.3
123
+ sass-loader:
124
+ specifier: ^13.3.3
125
+ version: 13.3.3(sass@1.97.3)(webpack@5.105.1)
126
+ scss:
127
+ specifier: ^0.2.4
128
+ version: 0.2.4
129
+ svelte:
130
+ specifier: ^3.59.2
131
+ version: 3.59.2
132
+ svelte-preprocess:
133
+ specifier: ^5.1.4
134
+ version: 5.1.4(@babel/core@7.29.0)(less@4.5.1)(postcss@8.5.6)(sass@1.97.3)(svelte@3.59.2)(typescript@4.9.5)
135
+ unplugin-vue-components:
136
+ specifier: ^0.24.1
137
+ version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@4.9.5))
138
+ vite-plugin-compression:
139
+ specifier: ^0.5.1
140
+ version: 0.5.1(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
141
+ vite-plugin-eslint:
142
+ specifier: ^1.8.1
143
+ version: 1.8.1(eslint@8.57.1)(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
144
+ vue:
145
+ specifier: ^3.4.29
146
+ version: 3.5.28(typescript@4.9.5)
147
+ vue-i18n:
148
+ specifier: 9.3.0-beta.24
149
+ version: 9.3.0-beta.24(vue@3.5.28(typescript@4.9.5))
150
+ vue-property-decorator:
151
+ specifier: ^9.1.2
152
+ version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
153
+ vue-router:
154
+ specifier: ^4.3.3
155
+ version: 4.6.4(vue@3.5.28(typescript@4.9.5))
156
+ vue-slicksort:
157
+ specifier: ^2.0.5
158
+ version: 2.0.5(vue@3.5.28(typescript@4.9.5))
159
+ vue3-virtual-scroll-list:
160
+ specifier: ^0.2.1
161
+ version: 0.2.1(vue@3.5.28(typescript@4.9.5))
162
+ webrtc-adapter:
163
+ specifier: ^7.7.1
164
+ version: 7.7.1
165
+ devDependencies:
166
+ '@vue/babel-preset-app':
167
+ specifier: ^5.0.8
168
+ version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@4.9.5))
169
+ autoprefixer:
170
+ specifier: ^10.4.19
171
+ version: 10.4.24(postcss@8.5.6)
172
+ d:
173
+ specifier: ^1.0.2
174
+ version: 1.0.2
175
+ eslint:
176
+ specifier: ^8.57.0
177
+ version: 8.57.1
178
+ eslint-plugin-vue:
179
+ specifier: ^9.26.0
180
+ version: 9.33.0(eslint@8.57.1)
181
+ postcss-pxtorem:
182
+ specifier: ^6.1.0
183
+ version: 6.1.0(postcss@8.5.6)
184
+ qs:
185
+ specifier: ^6.14.1
186
+ version: 6.14.1
187
+ rollup-plugin-visualizer:
188
+ specifier: ^5.12.0
189
+ version: 5.14.0(rollup@3.29.5)
190
+ typescript:
191
+ specifier: ^4.9.5
192
+ version: 4.9.5
193
+ unplugin-auto-import:
194
+ specifier: ^0.13.0
195
+ version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5)))(rollup@3.29.5)
196
+ vite:
197
+ specifier: ^4.5.3
198
+ version: 4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
199
+ vite-plugin-html:
200
+ specifier: ^3.2.2
201
+ version: 3.2.2(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
202
+ vite-plugin-static-copy:
203
+ specifier: ^0.17.1
204
+ version: 0.17.1(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
205
+ vue-eslint-parser:
206
+ specifier: ^9.4.3
207
+ version: 9.4.3(eslint@8.57.1)
208
+ vue-tsc:
209
+ specifier: ^1.8.27
210
+ version: 1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5))
211
+ optionalDependencies:
212
+ '@babel/plugin-syntax-dynamic-import':
213
+ specifier: ~7.8.3
214
+ version: 7.8.3(@babel/core@7.29.0)
215
+ '@types/node':
216
+ specifier: ~18.19.38
217
+ version: 18.19.130
218
+ '@typescript-eslint/eslint-plugin':
219
+ specifier: ^5.62.0
220
+ version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5)
221
+ '@typescript-eslint/parser':
222
+ specifier: ^5.62.0
223
+ version: 5.62.0(eslint@8.57.1)(typescript@4.9.5)
224
+ '@vitejs/plugin-vue':
225
+ specifier: ~2.3.4
226
+ version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@4.9.5))
227
+
228
+ packages/ganwei-iotcenter-event-querys:
229
+ dependencies:
230
+ '@aspnet/signalr':
231
+ specifier: ^1.1.4
232
+ version: 1.1.4
233
+ '@babel/core':
234
+ specifier: ^7.24.7
235
+ version: 7.29.0
236
+ '@babel/eslint-parser':
237
+ specifier: ^7.24.7
238
+ version: 7.28.6(@babel/core@7.29.0)(eslint@8.57.1)
239
+ '@element-plus/icons-vue':
240
+ specifier: ^2.3.1
241
+ version: 2.3.2(vue@3.5.28(typescript@4.9.5))
242
+ '@types/lodash-es':
243
+ specifier: ^4.17.12
244
+ version: 4.17.12
245
+ '@vue/babel-helper-vue-jsx-merge-props':
246
+ specifier: ^1.4.0
247
+ version: 1.4.0
248
+ '@vue/babel-preset-jsx':
249
+ specifier: ^1.4.0
250
+ version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@4.9.5))
251
+ '@vue/composition-api':
252
+ specifier: ^1.7.2
253
+ version: 1.7.2(vue@3.5.28(typescript@4.9.5))
254
+ acorn:
255
+ specifier: ^8.12.0
256
+ version: 8.15.0
257
+ axios:
258
+ specifier: ^1.7.2
259
+ version: 1.13.5
260
+ barcode-detector:
261
+ specifier: ^1.0.4
262
+ version: 1.0.4
263
+ callforth:
264
+ specifier: ^0.4.0
265
+ version: 0.4.0
266
+ core-js:
267
+ specifier: ^3.37.1
268
+ version: 3.48.0
269
+ dayjs:
270
+ specifier: ^1.11.11
271
+ version: 1.11.19
272
+ echarts:
273
+ specifier: 4.9.0
274
+ version: 4.9.0
275
+ element-plus:
276
+ specifier: ^2.7.5
277
+ version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
278
+ eslint-config-prettier:
279
+ specifier: ^8.10.0
280
+ version: 8.10.2(eslint@8.57.1)
281
+ eslint-plugin-prettier:
73
282
  specifier: ^4.2.1
283
+ version: 4.2.5(eslint-config-prettier@8.10.2(eslint@8.57.1))(eslint@8.57.1)(prettier@2.8.8)
284
+ jquery:
285
+ specifier: ^3.7.1
286
+ version: 3.7.1
287
+ js-base64:
288
+ specifier: ^2.6.4
289
+ version: 2.6.4
290
+ js-sha512:
291
+ specifier: ^0.8.0
292
+ version: 0.8.0
293
+ jsencrypt:
294
+ specifier: ^3.3.2
295
+ version: 3.5.4
296
+ less:
297
+ specifier: ^4.2.0
74
298
  version: 4.5.1
299
+ lodash:
300
+ specifier: ^4.17.21
301
+ version: 4.17.23
302
+ lodash-es:
303
+ specifier: ^4.17.21
304
+ version: 4.17.23
75
305
  mitt:
76
306
  specifier: ^3.0.1
77
307
  version: 3.0.1
@@ -84,45 +314,24 @@ importers:
84
314
  prompts:
85
315
  specifier: ^2.4.2
86
316
  version: 2.4.2
87
- pubsub-js:
88
- specifier: ^1.9.5
89
- version: 1.9.5
90
- qrcode:
91
- specifier: ^1.5.4
92
- version: 1.5.4
93
- rollup-plugin-copy:
94
- specifier: ^3.5.0
95
- version: 3.5.0
96
317
  sass:
97
- specifier: ^1.83.0
318
+ specifier: ^1.77.6
98
319
  version: 1.97.3
99
320
  sass-loader:
100
321
  specifier: ^13.3.3
101
322
  version: 13.3.3(sass@1.97.3)(webpack@5.105.1)
102
- screenfull:
103
- specifier: ^5.2.0
104
- version: 5.2.0
105
323
  scss:
106
324
  specifier: ^0.2.4
107
325
  version: 0.2.4
108
- socket.io:
109
- specifier: ^4.8.1
110
- version: 4.8.3
111
- socket.io-client:
112
- specifier: ^4.8.1
113
- version: 4.8.3
114
- speak-tts:
115
- specifier: ^2.0.8
116
- version: 2.0.8
117
326
  svelte:
118
327
  specifier: ^3.59.2
119
328
  version: 3.59.2
120
329
  svelte-preprocess:
121
330
  specifier: ^5.1.4
122
- version: 5.1.4(@babel/core@7.29.0)(less@4.5.1)(postcss@8.5.6)(sass@1.97.3)(svelte@3.59.2)(typescript@5.9.3)
331
+ version: 5.1.4(@babel/core@7.29.0)(less@4.5.1)(postcss@8.5.6)(sass@1.97.3)(svelte@3.59.2)(typescript@4.9.5)
123
332
  unplugin-vue-components:
124
333
  specifier: ^0.24.1
125
- version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@5.9.3))
334
+ version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@4.9.5))
126
335
  vite-plugin-compression:
127
336
  specifier: ^0.5.1
128
337
  version: 0.5.1(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
@@ -130,50 +339,41 @@ importers:
130
339
  specifier: ^1.8.1
131
340
  version: 1.8.1(eslint@8.57.1)(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
132
341
  vue:
133
- specifier: ^3.5.27
134
- version: 3.5.28(typescript@5.9.3)
342
+ specifier: ^3.4.29
343
+ version: 3.5.28(typescript@4.9.5)
135
344
  vue-i18n:
136
345
  specifier: 9.3.0-beta.24
137
- version: 9.3.0-beta.24(vue@3.5.28(typescript@5.9.3))
346
+ version: 9.3.0-beta.24(vue@3.5.28(typescript@4.9.5))
138
347
  vue-property-decorator:
139
348
  specifier: ^9.1.2
140
- version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
349
+ version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
141
350
  vue-router:
142
- specifier: ^4.5.0
143
- version: 4.6.4(vue@3.5.28(typescript@5.9.3))
351
+ specifier: ^4.3.3
352
+ version: 4.6.4(vue@3.5.28(typescript@4.9.5))
144
353
  vue-slicksort:
145
354
  specifier: ^2.0.5
146
- version: 2.0.5(vue@3.5.28(typescript@5.9.3))
147
- vue-virtual-list-v3:
148
- specifier: ^1.5.7
149
- version: 1.5.7
150
- vue-virtual-scroll-list:
151
- specifier: ^2.3.5
152
- version: 2.3.5
153
- vuex:
154
- specifier: ^4.1.0
155
- version: 4.1.0(vue@3.5.28(typescript@5.9.3))
355
+ version: 2.0.5(vue@3.5.28(typescript@4.9.5))
356
+ vue3-virtual-scroll-list:
357
+ specifier: ^0.2.1
358
+ version: 0.2.1(vue@3.5.28(typescript@4.9.5))
156
359
  webrtc-adapter:
157
360
  specifier: ^7.7.1
158
361
  version: 7.7.1
159
362
  devDependencies:
160
- '@vitejs/plugin-legacy':
161
- specifier: ^4.1.1
162
- version: 4.1.1(terser@5.46.0)(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
363
+ '@vue/babel-preset-app':
364
+ specifier: ^5.0.8
365
+ version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@4.9.5))
163
366
  autoprefixer:
164
- specifier: ^10.4.20
367
+ specifier: ^10.4.19
165
368
  version: 10.4.24(postcss@8.5.6)
166
369
  d:
167
370
  specifier: ^1.0.2
168
371
  version: 1.0.2
169
372
  eslint:
170
- specifier: ^8.57.1
373
+ specifier: ^8.57.0
171
374
  version: 8.57.1
172
- eslint-plugin-simple-import-sort:
173
- specifier: ^12.1.1
174
- version: 12.1.1(eslint@8.57.1)
175
375
  eslint-plugin-vue:
176
- specifier: ^9.32.0
376
+ specifier: ^9.26.0
177
377
  version: 9.33.0(eslint@8.57.1)
178
378
  postcss-pxtorem:
179
379
  specifier: ^6.1.0
@@ -185,13 +385,13 @@ importers:
185
385
  specifier: ^5.12.0
186
386
  version: 5.14.0(rollup@3.29.5)
187
387
  typescript:
188
- specifier: ^5.9.3
189
- version: 5.9.3
388
+ specifier: ^4.9.5
389
+ version: 4.9.5
190
390
  unplugin-auto-import:
191
391
  specifier: ^0.13.0
192
- version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3)))(rollup@3.29.5)
392
+ version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5)))(rollup@3.29.5)
193
393
  vite:
194
- specifier: ^4.5.5
394
+ specifier: ^4.5.3
195
395
  version: 4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
196
396
  vite-plugin-html:
197
397
  specifier: ^3.2.2
@@ -204,25 +404,25 @@ importers:
204
404
  version: 9.4.3(eslint@8.57.1)
205
405
  vue-tsc:
206
406
  specifier: ^1.8.27
207
- version: 1.8.27(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
407
+ version: 1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5))
208
408
  optionalDependencies:
209
409
  '@babel/plugin-syntax-dynamic-import':
210
410
  specifier: ~7.8.3
211
411
  version: 7.8.3(@babel/core@7.29.0)
212
412
  '@types/node':
213
- specifier: ~18.19.68
413
+ specifier: ~18.19.38
214
414
  version: 18.19.130
215
415
  '@typescript-eslint/eslint-plugin':
216
416
  specifier: ^5.62.0
217
- version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)
417
+ version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5)
218
418
  '@typescript-eslint/parser':
219
419
  specifier: ^5.62.0
220
- version: 5.62.0(eslint@8.57.1)(typescript@5.9.3)
420
+ version: 5.62.0(eslint@8.57.1)(typescript@4.9.5)
221
421
  '@vitejs/plugin-vue':
222
422
  specifier: ~2.3.4
223
- version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@5.9.3))
423
+ version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@4.9.5))
224
424
 
225
- packages/ganwei-iotcenter-login:
425
+ packages/ganwei-iotcenter-index:
226
426
  dependencies:
227
427
  '@aspnet/signalr':
228
428
  specifier: ^1.1.4
@@ -240,7 +440,7 @@ importers:
240
440
  specifier: ^1.0.1
241
441
  version: 1.0.1
242
442
  '@ganwei-web/gw-base-components-plus':
243
- specifier: ^1.0.19
443
+ specifier: ^1.0.20
244
444
  version: 1.0.20
245
445
  '@ganwei-web/gw-base-style-plus':
246
446
  specifier: ^1.0.0
@@ -248,15 +448,6 @@ importers:
248
448
  '@ganwei-web/gw-base-utils-plus':
249
449
  specifier: ^1.0.1
250
450
  version: 1.0.3
251
- '@vue/babel-helper-vue-jsx-merge-props':
252
- specifier: ^1.4.0
253
- version: 1.4.0
254
- '@vue/babel-preset-jsx':
255
- specifier: ^1.4.0
256
- version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@5.9.3))
257
- '@vue/composition-api':
258
- specifier: ^1.7.2
259
- version: 1.7.2(vue@3.5.28(typescript@5.9.3))
260
451
  axios:
261
452
  specifier: ^1.7.9
262
453
  version: 1.13.5
@@ -266,15 +457,12 @@ importers:
266
457
  callforth:
267
458
  specifier: ^0.4.0
268
459
  version: 0.4.0
269
- core-js:
270
- specifier: ^3.39.0
271
- version: 3.48.0
272
460
  dayjs:
273
461
  specifier: ^1.11.13
274
462
  version: 1.11.19
275
463
  echarts:
276
- specifier: 4.9.0
277
- version: 4.9.0
464
+ specifier: ^5.5.1
465
+ version: 5.6.0
278
466
  element-plus:
279
467
  specifier: ^2.13.1
280
468
  version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
@@ -290,15 +478,15 @@ importers:
290
478
  js-base64:
291
479
  specifier: ^2.6.4
292
480
  version: 2.6.4
293
- js-sha512:
294
- specifier: ^0.8.0
295
- version: 0.8.0
296
481
  jsencrypt:
297
482
  specifier: ^3.3.2
298
483
  version: 3.5.4
299
484
  less:
300
485
  specifier: ^4.2.1
301
486
  version: 4.5.1
487
+ mitt:
488
+ specifier: ^3.0.1
489
+ version: 3.0.1
302
490
  moment:
303
491
  specifier: ^2.30.1
304
492
  version: 2.30.1
@@ -308,15 +496,36 @@ importers:
308
496
  prompts:
309
497
  specifier: ^2.4.2
310
498
  version: 2.4.2
499
+ pubsub-js:
500
+ specifier: ^1.9.5
501
+ version: 1.9.5
502
+ qrcode:
503
+ specifier: ^1.5.4
504
+ version: 1.5.4
505
+ rollup-plugin-copy:
506
+ specifier: ^3.5.0
507
+ version: 3.5.0
311
508
  sass:
312
509
  specifier: ^1.83.0
313
510
  version: 1.97.3
314
511
  sass-loader:
315
512
  specifier: ^13.3.3
316
513
  version: 13.3.3(sass@1.97.3)(webpack@5.105.1)
514
+ screenfull:
515
+ specifier: ^5.2.0
516
+ version: 5.2.0
317
517
  scss:
318
518
  specifier: ^0.2.4
319
519
  version: 0.2.4
520
+ socket.io:
521
+ specifier: ^4.8.1
522
+ version: 4.8.3
523
+ socket.io-client:
524
+ specifier: ^4.8.1
525
+ version: 4.8.3
526
+ speak-tts:
527
+ specifier: ^2.0.8
528
+ version: 2.0.8
320
529
  svelte:
321
530
  specifier: ^3.59.2
322
531
  version: 3.59.2
@@ -347,13 +556,22 @@ importers:
347
556
  vue-slicksort:
348
557
  specifier: ^2.0.5
349
558
  version: 2.0.5(vue@3.5.28(typescript@5.9.3))
559
+ vue-virtual-list-v3:
560
+ specifier: ^1.5.7
561
+ version: 1.5.7
562
+ vue-virtual-scroll-list:
563
+ specifier: ^2.3.5
564
+ version: 2.3.5
565
+ vuex:
566
+ specifier: ^4.1.0
567
+ version: 4.1.0(vue@3.5.28(typescript@5.9.3))
350
568
  webrtc-adapter:
351
569
  specifier: ^7.7.1
352
570
  version: 7.7.1
353
571
  devDependencies:
354
- '@vue/babel-preset-app':
355
- specifier: ^5.0.8
356
- version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@5.9.3))
572
+ '@vitejs/plugin-legacy':
573
+ specifier: ^4.1.1
574
+ version: 4.1.1(terser@5.46.0)(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
357
575
  autoprefixer:
358
576
  specifier: ^10.4.20
359
577
  version: 10.4.24(postcss@8.5.6)
@@ -363,6 +581,9 @@ importers:
363
581
  eslint:
364
582
  specifier: ^8.57.1
365
583
  version: 8.57.1
584
+ eslint-plugin-simple-import-sort:
585
+ specifier: ^12.1.1
586
+ version: 12.1.1(eslint@8.57.1)
366
587
  eslint-plugin-vue:
367
588
  specifier: ^9.32.0
368
589
  version: 9.33.0(eslint@8.57.1)
@@ -390,9 +611,6 @@ importers:
390
611
  vite-plugin-static-copy:
391
612
  specifier: ^0.17.1
392
613
  version: 0.17.1(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
393
- vitepress-plugin-llms:
394
- specifier: ^1.1.3
395
- version: 1.11.0
396
614
  vue-eslint-parser:
397
615
  specifier: ^9.4.3
398
616
  version: 9.4.3(eslint@8.57.1)
@@ -416,7 +634,7 @@ importers:
416
634
  specifier: ~2.3.4
417
635
  version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@5.9.3))
418
636
 
419
- packages/ganwei-iotcenter-template:
637
+ packages/ganwei-iotcenter-login:
420
638
  dependencies:
421
639
  '@aspnet/signalr':
422
640
  specifier: ^1.1.4
@@ -429,12 +647,12 @@ importers:
429
647
  version: 7.28.6(@babel/core@7.29.0)(eslint@8.57.1)
430
648
  '@element-plus/icons-vue':
431
649
  specifier: ^2.3.1
432
- version: 2.3.2(vue@3.5.28(typescript@4.9.5))
650
+ version: 2.3.2(vue@3.5.28(typescript@5.9.3))
433
651
  '@ganwei-web/gw-base-api-plus':
434
652
  specifier: ^1.0.1
435
653
  version: 1.0.1
436
654
  '@ganwei-web/gw-base-components-plus':
437
- specifier: ^1.0.1
655
+ specifier: ^1.0.19
438
656
  version: 1.0.20
439
657
  '@ganwei-web/gw-base-style-plus':
440
658
  specifier: ^1.0.0
@@ -442,33 +660,21 @@ importers:
442
660
  '@ganwei-web/gw-base-utils-plus':
443
661
  specifier: ^1.0.1
444
662
  version: 1.0.3
445
- '@types/lodash-es':
446
- specifier: ^4.17.12
447
- version: 4.17.12
448
663
  '@vue/babel-helper-vue-jsx-merge-props':
449
664
  specifier: ^1.4.0
450
665
  version: 1.4.0
451
666
  '@vue/babel-preset-jsx':
452
667
  specifier: ^1.4.0
453
- version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@4.9.5))
668
+ version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@5.9.3))
454
669
  '@vue/composition-api':
455
670
  specifier: ^1.7.2
456
- version: 1.7.2(vue@3.5.28(typescript@4.9.5))
457
- acorn:
458
- specifier: ^8.14.0
459
- version: 8.15.0
460
- ajv:
461
- specifier: ^6.12.6
462
- version: 6.12.6
671
+ version: 1.7.2(vue@3.5.28(typescript@5.9.3))
463
672
  axios:
464
673
  specifier: ^1.7.9
465
674
  version: 1.13.5
466
675
  barcode-detector:
467
676
  specifier: ^1.0.4
468
677
  version: 1.0.4
469
- browserslist:
470
- specifier: ^4.24.3
471
- version: 4.28.1
472
678
  callforth:
473
679
  specifier: ^0.4.0
474
680
  version: 0.4.0
@@ -482,8 +688,8 @@ importers:
482
688
  specifier: 4.9.0
483
689
  version: 4.9.0
484
690
  element-plus:
485
- specifier: ^2.10.2
486
- version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
691
+ specifier: ^2.13.1
692
+ version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
487
693
  eslint-config-prettier:
488
694
  specifier: ^8.10.0
489
695
  version: 8.10.2(eslint@8.57.1)
@@ -505,21 +711,9 @@ importers:
505
711
  less:
506
712
  specifier: ^4.2.1
507
713
  version: 4.5.1
508
- lodash:
509
- specifier: ^4.17.21
510
- version: 4.17.23
511
- lodash-es:
512
- specifier: ^4.17.21
513
- version: 4.17.23
514
- mitt:
515
- specifier: ^3.0.1
516
- version: 3.0.1
517
714
  moment:
518
715
  specifier: ^2.30.1
519
716
  version: 2.30.1
520
- postcss:
521
- specifier: ^8.4.49
522
- version: 8.5.6
523
717
  prettier:
524
718
  specifier: ^2.8.8
525
719
  version: 2.8.8
@@ -540,10 +734,10 @@ importers:
540
734
  version: 3.59.2
541
735
  svelte-preprocess:
542
736
  specifier: ^5.1.4
543
- version: 5.1.4(@babel/core@7.29.0)(less@4.5.1)(postcss@8.5.6)(sass@1.97.3)(svelte@3.59.2)(typescript@4.9.5)
737
+ version: 5.1.4(@babel/core@7.29.0)(less@4.5.1)(postcss@8.5.6)(sass@1.97.3)(svelte@3.59.2)(typescript@5.9.3)
544
738
  unplugin-vue-components:
545
739
  specifier: ^0.24.1
546
- version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@4.9.5))
740
+ version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@5.9.3))
547
741
  vite-plugin-compression:
548
742
  specifier: ^0.5.1
549
743
  version: 0.5.1(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
@@ -551,33 +745,27 @@ importers:
551
745
  specifier: ^1.8.1
552
746
  version: 1.8.1(eslint@8.57.1)(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))
553
747
  vue:
554
- specifier: ^3.5.13
555
- version: 3.5.28(typescript@4.9.5)
556
- vue-class-component:
557
- specifier: ^7.2.6
558
- version: 7.2.6(vue@3.5.28(typescript@4.9.5))
748
+ specifier: ^3.5.27
749
+ version: 3.5.28(typescript@5.9.3)
559
750
  vue-i18n:
560
751
  specifier: 9.3.0-beta.24
561
- version: 9.3.0-beta.24(vue@3.5.28(typescript@4.9.5))
752
+ version: 9.3.0-beta.24(vue@3.5.28(typescript@5.9.3))
562
753
  vue-property-decorator:
563
754
  specifier: ^9.1.2
564
- version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5))
755
+ version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
565
756
  vue-router:
566
757
  specifier: ^4.5.0
567
- version: 4.6.4(vue@3.5.28(typescript@4.9.5))
758
+ version: 4.6.4(vue@3.5.28(typescript@5.9.3))
568
759
  vue-slicksort:
569
760
  specifier: ^2.0.5
570
- version: 2.0.5(vue@3.5.28(typescript@4.9.5))
571
- webpack:
572
- specifier: ^5.97.1
573
- version: 5.105.1
761
+ version: 2.0.5(vue@3.5.28(typescript@5.9.3))
574
762
  webrtc-adapter:
575
763
  specifier: ^7.7.1
576
764
  version: 7.7.1
577
765
  devDependencies:
578
766
  '@vue/babel-preset-app':
579
767
  specifier: ^5.0.8
580
- version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@4.9.5))
768
+ version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@5.9.3))
581
769
  autoprefixer:
582
770
  specifier: ^10.4.20
583
771
  version: 10.4.24(postcss@8.5.6)
@@ -600,11 +788,11 @@ importers:
600
788
  specifier: ^5.12.0
601
789
  version: 5.14.0(rollup@3.29.5)
602
790
  typescript:
603
- specifier: ^4.9.5
604
- version: 4.9.5
791
+ specifier: ^5.9.3
792
+ version: 5.9.3
605
793
  unplugin-auto-import:
606
794
  specifier: ^0.13.0
607
- version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5)))(rollup@3.29.5)
795
+ version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3)))(rollup@3.29.5)
608
796
  vite:
609
797
  specifier: ^4.5.5
610
798
  version: 4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
@@ -622,7 +810,7 @@ importers:
622
810
  version: 9.4.3(eslint@8.57.1)
623
811
  vue-tsc:
624
812
  specifier: ^1.8.27
625
- version: 1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5))
813
+ version: 1.8.27(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3))
626
814
  optionalDependencies:
627
815
  '@babel/plugin-syntax-dynamic-import':
628
816
  specifier: ~7.8.3
@@ -632,15 +820,15 @@ importers:
632
820
  version: 18.19.130
633
821
  '@typescript-eslint/eslint-plugin':
634
822
  specifier: ^5.62.0
635
- version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@4.9.5))(eslint@8.57.1)(typescript@4.9.5)
823
+ version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@5.9.3))(eslint@8.57.1)(typescript@5.9.3)
636
824
  '@typescript-eslint/parser':
637
825
  specifier: ^5.62.0
638
- version: 5.62.0(eslint@8.57.1)(typescript@4.9.5)
826
+ version: 5.62.0(eslint@8.57.1)(typescript@5.9.3)
639
827
  '@vitejs/plugin-vue':
640
828
  specifier: ~2.3.4
641
- version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@4.9.5))
829
+ version: 2.3.4(vite@4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0))(vue@3.5.28(typescript@5.9.3))
642
830
 
643
- packages/ganwei-iotcenter-video-stream-capture:
831
+ packages/ganwei-iotcenter-template:
644
832
  dependencies:
645
833
  '@aspnet/signalr':
646
834
  specifier: ^1.1.4
@@ -2176,6 +2364,9 @@ packages:
2176
2364
  async-limiter@1.0.1:
2177
2365
  resolution: {integrity: sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==}
2178
2366
 
2367
+ async-validator@1.8.5:
2368
+ resolution: {integrity: sha512-tXBM+1m056MAX0E8TL2iCjg8WvSyXu0Zc8LNtYqrVeyoL3+esHRZ4SieE9fKQyyU09uONjnMEjrNBMqT0mbvmA==}
2369
+
2179
2370
  async-validator@4.2.5:
2180
2371
  resolution: {integrity: sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==}
2181
2372
 
@@ -2201,6 +2392,9 @@ packages:
2201
2392
  axios@1.13.5:
2202
2393
  resolution: {integrity: sha512-cz4ur7Vb0xS4/KUN0tPWe44eqxrIu31me+fbang3ijiNscE129POzipJJA6zniq2C/Z6sJCjMimjS8Lc/GAs8Q==}
2203
2394
 
2395
+ babel-helper-vue-jsx-merge-props@2.0.3:
2396
+ resolution: {integrity: sha512-gsLiKK7Qrb7zYJNgiXKpXblxbV5ffSwR0f5whkPAaBAR4fhi6bwRZxX9wBlIc5M/v8CCkXUbXZL4N/nSE97cqg==}
2397
+
2204
2398
  babel-plugin-dynamic-import-node@2.3.3:
2205
2399
  resolution: {integrity: sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==}
2206
2400
 
@@ -2224,6 +2418,9 @@ packages:
2224
2418
  peerDependencies:
2225
2419
  '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0
2226
2420
 
2421
+ babel-runtime@6.26.0:
2422
+ resolution: {integrity: sha512-ITKNuq2wKlW1fJg9sSW52eepoYgZBggvOAHC0u/CYu/qxQ9EVzThCgR69BnSXLHjy2f7SY5zaQ4yt7H9ZVxY2g==}
2423
+
2227
2424
  bail@2.0.2:
2228
2425
  resolution: {integrity: sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==}
2229
2426
 
@@ -2245,6 +2442,9 @@ packages:
2245
2442
  bcrypt-pbkdf@1.0.2:
2246
2443
  resolution: {integrity: sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==}
2247
2444
 
2445
+ big.js@5.2.2:
2446
+ resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==}
2447
+
2248
2448
  binary-extensions@2.3.0:
2249
2449
  resolution: {integrity: sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==}
2250
2450
  engines: {node: '>=8'}
@@ -2389,6 +2589,10 @@ packages:
2389
2589
  core-js-compat@3.48.0:
2390
2590
  resolution: {integrity: sha512-OM4cAF3D6VtH/WkLtWvyNC56EZVXsZdU3iqaMG2B4WvYrlqU831pc4UtG5yp0sE9z8Y02wVN7PjW5Zf9Gt0f1Q==}
2391
2591
 
2592
+ core-js@2.6.12:
2593
+ resolution: {integrity: sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==}
2594
+ deprecated: core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.
2595
+
2392
2596
  core-js@3.48.0:
2393
2597
  resolution: {integrity: sha512-zpEHTy1fjTMZCKLHUZoVeylt9XrzaIN2rbPXEt0k+q7JE5CkCZdo6bNq55bn24a69CH7ErAVLKijxJja4fw+UQ==}
2394
2598
 
@@ -2451,6 +2655,10 @@ packages:
2451
2655
  deep-is@0.1.4:
2452
2656
  resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==}
2453
2657
 
2658
+ deepmerge@1.5.2:
2659
+ resolution: {integrity: sha512-95k0GDqvBjZavkuvzx/YqVLv/6YYa17fz6ILMSf7neqQITCPbnfEnQvEgMPNjH4kgobe7+WIL0yJEHku+H3qtQ==}
2660
+ engines: {node: '>=0.10.0'}
2661
+
2454
2662
  define-data-property@1.1.4:
2455
2663
  resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==}
2456
2664
  engines: {node: '>= 0.4'}
@@ -2543,9 +2751,18 @@ packages:
2543
2751
  peerDependencies:
2544
2752
  vue: ^3.3.0
2545
2753
 
2754
+ element-ui@2.15.14:
2755
+ resolution: {integrity: sha512-2v9fHL0ZGINotOlRIAJD5YuVB8V7WKxrE9Qy7dXhRipa035+kF7WuU/z+tEmLVPBcJ0zt8mOu1DKpWcVzBK8IA==}
2756
+ peerDependencies:
2757
+ vue: ^2.5.17
2758
+
2546
2759
  emoji-regex@8.0.0:
2547
2760
  resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==}
2548
2761
 
2762
+ emojis-list@3.0.0:
2763
+ resolution: {integrity: sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==}
2764
+ engines: {node: '>= 4'}
2765
+
2549
2766
  engine.io-client@6.6.4:
2550
2767
  resolution: {integrity: sha512-+kjUJnZGwzewFDw951CDWcwj35vMNf2fcj7xQWOctq1F2i1jkDdVvdFG9kM/BEChymCH36KgjnW0NsL58JYRxw==}
2551
2768
 
@@ -2723,6 +2940,10 @@ packages:
2723
2940
  resolution: {integrity: sha512-xAH3zWhgO2/3KIniEKYPr8plNSzlGINOUqYj0m0u7AB81iRw8b/3E73W6AuU+6klLbaSFmZnaETQ2lXPfAydrA==}
2724
2941
  engines: {node: '>=0.12.0'}
2725
2942
 
2943
+ exports-loader@0.7.0:
2944
+ resolution: {integrity: sha512-RKwCrO4A6IiKm0pG3c9V46JxIHcDplwwGJn6+JJ1RcVnh/WSGJa0xkmk5cRVtgOPzCAtTMGj2F7nluh9L0vpSA==}
2945
+ engines: {node: '>= 4'}
2946
+
2726
2947
  ext@1.7.0:
2727
2948
  resolution: {integrity: sha512-6hxeJYaL110a9b5TEJSj0gojyHQAmA2ch5Os+ySCiA1QGdS697XWY1pzsrSjqA9LDEEgdB/KypIlR59RcLuHYw==}
2728
2949
 
@@ -2930,6 +3151,15 @@ packages:
2930
3151
  resolution: {integrity: sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==}
2931
3152
  hasBin: true
2932
3153
 
3154
+ highcharts-vue@2.0.1:
3155
+ resolution: {integrity: sha512-7yVaKvsWlx7OgmKFXE2D99fi/0tr2A85H4KUz3jL7CRQhAwvEvXgtDIyTBGLHJsOC5L9VlppAI7k6KfIi0j0hg==}
3156
+ peerDependencies:
3157
+ highcharts: '>=5.0.0'
3158
+ vue: '>=3.0.0'
3159
+
3160
+ highcharts@11.4.8:
3161
+ resolution: {integrity: sha512-5Tke9LuzZszC4osaFisxLIcw7xgNGz4Sy3Jc9pRMV+ydm6sYqsPYdU8ELOgpzGNrbrRNDRBtveoR5xS3SzneEA==}
3162
+
2933
3163
  html-minifier-terser@6.1.0:
2934
3164
  resolution: {integrity: sha512-YXxSlJBZTP7RS3tWnQw74ooKa6L9b9i9QYXY21eUEvhZ3u9XLfv6OnFsQq6RxkhHygsaUMvYsZRV5rU/OVNZxw==}
2935
3165
  engines: {node: '>=12'}
@@ -2963,6 +3193,10 @@ packages:
2963
3193
  resolution: {integrity: sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==}
2964
3194
  engines: {node: '>=6'}
2965
3195
 
3196
+ imports-loader@0.8.0:
3197
+ resolution: {integrity: sha512-kXWL7Scp8KQ4552ZcdVTeaQCZSLW+e6nJfp3cwUMB673T7Hr98Xjx5JK+ql7ADlJUvj1JS5O01RLbKoutN5QDQ==}
3198
+ engines: {node: '>= 4'}
3199
+
2966
3200
  imurmurhash@0.1.4:
2967
3201
  resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==}
2968
3202
  engines: {node: '>=0.8.19'}
@@ -3096,6 +3330,10 @@ packages:
3096
3330
  json-stringify-safe@5.0.1:
3097
3331
  resolution: {integrity: sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==}
3098
3332
 
3333
+ json5@1.0.2:
3334
+ resolution: {integrity: sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==}
3335
+ hasBin: true
3336
+
3099
3337
  json5@2.2.3:
3100
3338
  resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==}
3101
3339
  engines: {node: '>=6'}
@@ -3141,6 +3379,10 @@ packages:
3141
3379
  resolution: {integrity: sha512-IWqP2SCPhyVFTBtRcgMHdzlf9ul25NwaFx4wCEH/KjAXuuHY4yNjvPXsBokp8jCB936PyWRaPKUNh8NvylLp2Q==}
3142
3380
  engines: {node: '>=6.11.5'}
3143
3381
 
3382
+ loader-utils@1.4.2:
3383
+ resolution: {integrity: sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==}
3384
+ engines: {node: '>=4.0.0'}
3385
+
3144
3386
  local-pkg@0.4.3:
3145
3387
  resolution: {integrity: sha512-SFppqq5p42fe2qcZQqqEOiVRXl+WCP1MdT6k7BDEW1j++sp5fIY+/fdRQitvKgB5BrBcmrs5m/L0v2FrU5MY1g==}
3146
3388
  engines: {node: '>=14'}
@@ -3412,6 +3654,9 @@ packages:
3412
3654
  normalize-wheel-es@1.2.0:
3413
3655
  resolution: {integrity: sha512-Wj7+EJQ8mSuXr2iWfnujrimU35R2W4FAErEyTmJoJ7ucwTn2hOUSsRehMb5RSYkxXGTM7Y9QpvPmp++w5ftoJw==}
3414
3656
 
3657
+ normalize-wheel@1.0.1:
3658
+ resolution: {integrity: sha512-1OnlAPZ3zgrk8B91HyRj+eVv+kS5u+Z0SCsak6Xil/kmgEia50ga7zfkumayonZrImffAxPU/5WcyGhzetHNPA==}
3659
+
3415
3660
  nth-check@2.1.1:
3416
3661
  resolution: {integrity: sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==}
3417
3662
 
@@ -3633,6 +3878,9 @@ packages:
3633
3878
  regenerate@1.4.2:
3634
3879
  resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==}
3635
3880
 
3881
+ regenerator-runtime@0.11.1:
3882
+ resolution: {integrity: sha512-MguG95oij0fC3QV3URf4V2SDYGJhJnJGqvIIgdECeODCT98wSWDAJ94SSuVpYQUoTcGUIL6L4yNB7j1DFFHSBg==}
3883
+
3636
3884
  regenerator-runtime@0.13.11:
3637
3885
  resolution: {integrity: sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==}
3638
3886
 
@@ -3679,6 +3927,9 @@ packages:
3679
3927
  require-main-filename@2.0.0:
3680
3928
  resolution: {integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==}
3681
3929
 
3930
+ resize-observer-polyfill@1.5.1:
3931
+ resolution: {integrity: sha512-LwZrotdHOo12nQuZlHEmtuXdqGoOD0OhaxopaNFxWzInpEgaLWoVuAMbTzixuosCx2nEG58ngzW3vxdWoxIgdg==}
3932
+
3682
3933
  resolve-from@4.0.0:
3683
3934
  resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==}
3684
3935
  engines: {node: '>=4'}
@@ -3875,6 +4126,10 @@ packages:
3875
4126
  source-map-support@0.5.21:
3876
4127
  resolution: {integrity: sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==}
3877
4128
 
4129
+ source-map@0.5.0:
4130
+ resolution: {integrity: sha512-gjGnxNN0K+/Pr4Mi4fs/pOtda10dKB6Wn9QvjOrH6v5TWsI7ghHuJUHoIgyM6DkUL5kr2GtPFGererzKpMBWfA==}
4131
+ engines: {node: '>=0.10.0'}
4132
+
3878
4133
  source-map@0.6.1:
3879
4134
  resolution: {integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==}
3880
4135
  engines: {node: '>=0.10.0'}
@@ -4004,6 +4259,10 @@ packages:
4004
4259
  text-table@0.2.0:
4005
4260
  resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==}
4006
4261
 
4262
+ throttle-debounce@1.1.0:
4263
+ resolution: {integrity: sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==}
4264
+ engines: {node: '>=4'}
4265
+
4007
4266
  to-regex-range@5.0.1:
4008
4267
  resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==}
4009
4268
  engines: {node: '>=8.0'}
@@ -4289,6 +4548,11 @@ packages:
4289
4548
  vue-virtual-scroll-list@2.3.5:
4290
4549
  resolution: {integrity: sha512-YFK6u5yltqtAOfTBcij/KGAS2SoZvzbNIAf9qTULauPObEp53xj22tDuohrrM2vNkgoD5kejXICIUBt2Q4ZDqQ==}
4291
4550
 
4551
+ vue3-virtual-scroll-list@0.2.1:
4552
+ resolution: {integrity: sha512-G4KxITUOy9D4ro15zOp40D6ogmMefzjIyMsBKqN3xGbV1P6dlKYMx+BBXCKm3Nr/6iipcUKM272Sh2AJRyWMyQ==}
4553
+ peerDependencies:
4554
+ vue: '>=3.0.0'
4555
+
4292
4556
  vue@3.5.28:
4293
4557
  resolution: {integrity: sha512-BRdrNfeoccSoIZeIhyPBfvWSLFP4q8J3u8Ju8Ug5vu3LdD+yTM13Sg4sKtljxozbnuMu1NB1X5HBHRYUzFocKg==}
4294
4558
  peerDependencies:
@@ -6147,6 +6411,10 @@ snapshots:
6147
6411
 
6148
6412
  async-limiter@1.0.1: {}
6149
6413
 
6414
+ async-validator@1.8.5:
6415
+ dependencies:
6416
+ babel-runtime: 6.26.0
6417
+
6150
6418
  async-validator@4.2.5: {}
6151
6419
 
6152
6420
  async@3.2.6: {}
@@ -6174,6 +6442,8 @@ snapshots:
6174
6442
  transitivePeerDependencies:
6175
6443
  - debug
6176
6444
 
6445
+ babel-helper-vue-jsx-merge-props@2.0.3: {}
6446
+
6177
6447
  babel-plugin-dynamic-import-node@2.3.3:
6178
6448
  dependencies:
6179
6449
  object.assign: 4.1.7
@@ -6210,6 +6480,11 @@ snapshots:
6210
6480
  transitivePeerDependencies:
6211
6481
  - supports-color
6212
6482
 
6483
+ babel-runtime@6.26.0:
6484
+ dependencies:
6485
+ core-js: 2.6.12
6486
+ regenerator-runtime: 0.11.1
6487
+
6213
6488
  bail@2.0.2: {}
6214
6489
 
6215
6490
  balanced-match@1.0.2: {}
@@ -6227,6 +6502,8 @@ snapshots:
6227
6502
  dependencies:
6228
6503
  tweetnacl: 0.14.5
6229
6504
 
6505
+ big.js@5.2.2: {}
6506
+
6230
6507
  binary-extensions@2.3.0: {}
6231
6508
 
6232
6509
  boolbase@1.0.0: {}
@@ -6369,6 +6646,8 @@ snapshots:
6369
6646
  dependencies:
6370
6647
  browserslist: 4.28.1
6371
6648
 
6649
+ core-js@2.6.12: {}
6650
+
6372
6651
  core-js@3.48.0: {}
6373
6652
 
6374
6653
  core-util-is@1.0.2: {}
@@ -6423,6 +6702,8 @@ snapshots:
6423
6702
 
6424
6703
  deep-is@0.1.4: {}
6425
6704
 
6705
+ deepmerge@1.5.2: {}
6706
+
6426
6707
  define-data-property@1.1.4:
6427
6708
  dependencies:
6428
6709
  es-define-property: 1.0.1
@@ -6553,8 +6834,20 @@ snapshots:
6553
6834
  transitivePeerDependencies:
6554
6835
  - '@vue/composition-api'
6555
6836
 
6837
+ element-ui@2.15.14(vue@3.5.28(typescript@4.9.5)):
6838
+ dependencies:
6839
+ async-validator: 1.8.5
6840
+ babel-helper-vue-jsx-merge-props: 2.0.3
6841
+ deepmerge: 1.5.2
6842
+ normalize-wheel: 1.0.1
6843
+ resize-observer-polyfill: 1.5.1
6844
+ throttle-debounce: 1.1.0
6845
+ vue: 3.5.28(typescript@4.9.5)
6846
+
6556
6847
  emoji-regex@8.0.0: {}
6557
6848
 
6849
+ emojis-list@3.0.0: {}
6850
+
6558
6851
  engine.io-client@6.6.4:
6559
6852
  dependencies:
6560
6853
  '@socket.io/component-emitter': 3.1.2
@@ -6796,6 +7089,11 @@ snapshots:
6796
7089
 
6797
7090
  eventsource@1.1.2: {}
6798
7091
 
7092
+ exports-loader@0.7.0:
7093
+ dependencies:
7094
+ loader-utils: 1.4.2
7095
+ source-map: 0.5.0
7096
+
6799
7097
  ext@1.7.0:
6800
7098
  dependencies:
6801
7099
  type: 2.7.3
@@ -7019,6 +7317,13 @@ snapshots:
7019
7317
 
7020
7318
  he@1.2.0: {}
7021
7319
 
7320
+ highcharts-vue@2.0.1(highcharts@11.4.8)(vue@3.5.28(typescript@4.9.5)):
7321
+ dependencies:
7322
+ highcharts: 11.4.8
7323
+ vue: 3.5.28(typescript@4.9.5)
7324
+
7325
+ highcharts@11.4.8: {}
7326
+
7022
7327
  html-minifier-terser@6.1.0:
7023
7328
  dependencies:
7024
7329
  camel-case: 4.1.2
@@ -7054,6 +7359,11 @@ snapshots:
7054
7359
  parent-module: 1.0.1
7055
7360
  resolve-from: 4.0.0
7056
7361
 
7362
+ imports-loader@0.8.0:
7363
+ dependencies:
7364
+ loader-utils: 1.4.2
7365
+ source-map: 0.6.1
7366
+
7057
7367
  imurmurhash@0.1.4: {}
7058
7368
 
7059
7369
  inflight@1.0.6:
@@ -7152,6 +7462,10 @@ snapshots:
7152
7462
 
7153
7463
  json-stringify-safe@5.0.1: {}
7154
7464
 
7465
+ json5@1.0.2:
7466
+ dependencies:
7467
+ minimist: 1.2.8
7468
+
7155
7469
  json5@2.2.3: {}
7156
7470
 
7157
7471
  jsonfile@4.0.0:
@@ -7206,6 +7520,12 @@ snapshots:
7206
7520
 
7207
7521
  loader-runner@4.3.1: {}
7208
7522
 
7523
+ loader-utils@1.4.2:
7524
+ dependencies:
7525
+ big.js: 5.2.2
7526
+ emojis-list: 3.0.0
7527
+ json5: 1.0.2
7528
+
7209
7529
  local-pkg@0.4.3: {}
7210
7530
 
7211
7531
  locate-path@5.0.0:
@@ -7565,6 +7885,8 @@ snapshots:
7565
7885
 
7566
7886
  normalize-wheel-es@1.2.0: {}
7567
7887
 
7888
+ normalize-wheel@1.0.1: {}
7889
+
7568
7890
  nth-check@2.1.1:
7569
7891
  dependencies:
7570
7892
  boolbase: 1.0.0
@@ -7757,6 +8079,8 @@ snapshots:
7757
8079
 
7758
8080
  regenerate@1.4.2: {}
7759
8081
 
8082
+ regenerator-runtime@0.11.1: {}
8083
+
7760
8084
  regenerator-runtime@0.13.11: {}
7761
8085
 
7762
8086
  regexpu-core@6.4.0:
@@ -7838,6 +8162,8 @@ snapshots:
7838
8162
 
7839
8163
  require-main-filename@2.0.0: {}
7840
8164
 
8165
+ resize-observer-polyfill@1.5.1: {}
8166
+
7841
8167
  resolve-from@4.0.0: {}
7842
8168
 
7843
8169
  resolve@1.22.11:
@@ -8055,6 +8381,8 @@ snapshots:
8055
8381
  buffer-from: 1.1.2
8056
8382
  source-map: 0.6.1
8057
8383
 
8384
+ source-map@0.5.0: {}
8385
+
8058
8386
  source-map@0.6.1: {}
8059
8387
 
8060
8388
  source-map@0.7.6: {}
@@ -8163,6 +8491,8 @@ snapshots:
8163
8491
 
8164
8492
  text-table@0.2.0: {}
8165
8493
 
8494
+ throttle-debounce@1.1.0: {}
8495
+
8166
8496
  to-regex-range@5.0.1:
8167
8497
  dependencies:
8168
8498
  is-number: 7.0.0
@@ -8573,6 +8903,10 @@ snapshots:
8573
8903
 
8574
8904
  vue-virtual-scroll-list@2.3.5: {}
8575
8905
 
8906
+ vue3-virtual-scroll-list@0.2.1(vue@3.5.28(typescript@4.9.5)):
8907
+ dependencies:
8908
+ vue: 3.5.28(typescript@4.9.5)
8909
+
8576
8910
  vue@3.5.28(typescript@4.9.5):
8577
8911
  dependencies:
8578
8912
  '@vue/compiler-dom': 3.5.28