@ganwei-web/ganwei-pc-cli 6.3.7 → 6.3.9

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 (16) hide show
  1. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/css/ElementPlusAdapter.css +89 -443
  2. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/dark-6-1.css +892 -885
  3. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/green-6-1.css +16 -0
  4. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/public/static/themes/light-6-1.css +8 -1
  5. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/components/layouts/Navigation/TopNav.vue +10 -18
  6. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-index/src/views/index.js +4 -5
  7. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-login/public/static/themes/light-6-1.css +1 -1
  8. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/env.d.ts +1 -0
  9. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/package.json +3 -3
  10. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/themes/dark-6-1.css +892 -885
  11. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/public/static/themes/light-6-1.css +8 -1
  12. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/dom.ts +3 -11
  13. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/performance.ts +2 -2
  14. package/ganwei-iotcenter-index-6.2.3/packages/ganwei-iotcenter-template/src/utils/string.ts +0 -14
  15. package/ganwei-iotcenter-index-6.2.3/pnpm-lock.yaml +331 -28
  16. package/package.json +1 -1
@@ -841,13 +841,13 @@ importers:
841
841
  version: 7.28.6(@babel/core@7.29.0)(eslint@8.57.1)
842
842
  '@element-plus/icons-vue':
843
843
  specifier: ^2.3.1
844
- version: 2.3.2(vue@3.5.28(typescript@4.9.5))
844
+ version: 2.3.2(vue@3.5.28(typescript@6.0.2))
845
845
  '@ganwei-web/gw-base-api-plus':
846
846
  specifier: ^1.0.1
847
847
  version: 1.0.1
848
848
  '@ganwei-web/gw-base-components-plus':
849
- specifier: ^1.0.21
850
- version: 1.0.21
849
+ specifier: ^1.0.22
850
+ version: 1.0.22
851
851
  '@ganwei-web/gw-base-style-plus':
852
852
  specifier: ^1.0.0
853
853
  version: 1.0.0
@@ -862,10 +862,10 @@ importers:
862
862
  version: 1.4.0
863
863
  '@vue/babel-preset-jsx':
864
864
  specifier: ^1.4.0
865
- version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@4.9.5))
865
+ version: 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@6.0.2))
866
866
  '@vue/composition-api':
867
867
  specifier: ^1.7.2
868
- version: 1.7.2(vue@3.5.28(typescript@4.9.5))
868
+ version: 1.7.2(vue@3.5.28(typescript@6.0.2))
869
869
  acorn:
870
870
  specifier: ^8.14.0
871
871
  version: 8.15.0
@@ -895,7 +895,7 @@ importers:
895
895
  version: 4.9.0
896
896
  element-plus:
897
897
  specifier: ^2.10.2
898
- 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))
898
+ version: 2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
899
899
  eslint-config-prettier:
900
900
  specifier: ^8.10.0
901
901
  version: 8.10.2(eslint@8.57.1)
@@ -952,10 +952,10 @@ importers:
952
952
  version: 3.59.2
953
953
  svelte-preprocess:
954
954
  specifier: ^5.1.4
955
- 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)
955
+ 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@6.0.2)
956
956
  unplugin-vue-components:
957
957
  specifier: ^0.24.1
958
- version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@4.9.5))
958
+ version: 0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@6.0.2))
959
959
  vite-plugin-compression:
960
960
  specifier: ^0.5.1
961
961
  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))
@@ -964,32 +964,29 @@ importers:
964
964
  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))
965
965
  vue:
966
966
  specifier: ^3.5.13
967
- version: 3.5.28(typescript@4.9.5)
967
+ version: 3.5.28(typescript@6.0.2)
968
968
  vue-class-component:
969
969
  specifier: ^7.2.6
970
- version: 7.2.6(vue@3.5.28(typescript@4.9.5))
970
+ version: 7.2.6(vue@3.5.28(typescript@6.0.2))
971
971
  vue-i18n:
972
972
  specifier: 9.3.0-beta.24
973
- version: 9.3.0-beta.24(vue@3.5.28(typescript@4.9.5))
973
+ version: 9.3.0-beta.24(vue@3.5.28(typescript@6.0.2))
974
974
  vue-property-decorator:
975
975
  specifier: ^9.1.2
976
- 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))
976
+ version: 9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
977
977
  vue-router:
978
978
  specifier: ^4.5.0
979
- version: 4.6.4(vue@3.5.28(typescript@4.9.5))
979
+ version: 4.6.4(vue@3.5.28(typescript@6.0.2))
980
980
  vue-slicksort:
981
981
  specifier: ^2.0.5
982
- version: 2.0.5(vue@3.5.28(typescript@4.9.5))
983
- webpack:
984
- specifier: ^5.97.1
985
- version: 5.105.1
982
+ version: 2.0.5(vue@3.5.28(typescript@6.0.2))
986
983
  webrtc-adapter:
987
984
  specifier: ^7.7.1
988
985
  version: 7.7.1
989
986
  devDependencies:
990
987
  '@vue/babel-preset-app':
991
988
  specifier: ^5.0.8
992
- version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@4.9.5))
989
+ version: 5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@6.0.2))
993
990
  autoprefixer:
994
991
  specifier: ^10.4.20
995
992
  version: 10.4.24(postcss@8.5.6)
@@ -1012,11 +1009,11 @@ importers:
1012
1009
  specifier: ^5.12.0
1013
1010
  version: 5.14.0(rollup@3.29.5)
1014
1011
  typescript:
1015
- specifier: ^4.9.5
1016
- version: 4.9.5
1012
+ specifier: ^6.0.2
1013
+ version: 6.0.2
1017
1014
  unplugin-auto-import:
1018
1015
  specifier: ^0.13.0
1019
- 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)
1016
+ version: 0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2)))(rollup@3.29.5)
1020
1017
  vite:
1021
1018
  specifier: ^4.5.5
1022
1019
  version: 4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
@@ -1034,7 +1031,7 @@ importers:
1034
1031
  version: 9.4.3(eslint@8.57.1)
1035
1032
  vue-tsc:
1036
1033
  specifier: ^1.8.27
1037
- version: 1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5))
1034
+ version: 1.8.27(typescript@6.0.2)(vue@3.5.28(typescript@6.0.2))
1038
1035
  optionalDependencies:
1039
1036
  '@babel/plugin-syntax-dynamic-import':
1040
1037
  specifier: ~7.8.3
@@ -1044,13 +1041,13 @@ importers:
1044
1041
  version: 18.19.130
1045
1042
  '@typescript-eslint/eslint-plugin':
1046
1043
  specifier: ^5.62.0
1047
- 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)
1044
+ version: 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@6.0.2))(eslint@8.57.1)(typescript@6.0.2)
1048
1045
  '@typescript-eslint/parser':
1049
1046
  specifier: ^5.62.0
1050
- version: 5.62.0(eslint@8.57.1)(typescript@4.9.5)
1047
+ version: 5.62.0(eslint@8.57.1)(typescript@6.0.2)
1051
1048
  '@vitejs/plugin-vue':
1052
1049
  specifier: ~2.3.4
1053
- 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))
1050
+ 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@6.0.2))
1054
1051
 
1055
1052
  packages:
1056
1053
 
@@ -1773,8 +1770,8 @@ packages:
1773
1770
  '@ganwei-web/gw-base-components-plus@1.0.20':
1774
1771
  resolution: {integrity: sha512-ReC2lPhnvaclDAVrg50cXzDyx9/+cOxx5mWQ39gq5sTulCeyfT9rb+RIj79yghE7Nb6pPTFnlugwtz5iyJspaw==}
1775
1772
 
1776
- '@ganwei-web/gw-base-components-plus@1.0.21':
1777
- resolution: {integrity: sha512-fQpUSHIF0Gzl5G2djdt9SQ5dGgvF0odFarioL5UHrrPvXSRfGQc5JXbDT0T+7+NX0eu19DFwl4coxtYNAWekAg==}
1773
+ '@ganwei-web/gw-base-components-plus@1.0.22':
1774
+ resolution: {integrity: sha512-yBv0MLLIlSNh1Q5mEYZy1OgvfY7z3QjBg6ZXtg3E0vOSqoT1YC048XkEnlWbUfPFGYUPff2i8N9nsP7NWxPltw==}
1778
1775
 
1779
1776
  '@ganwei-web/gw-base-style-plus@1.0.0':
1780
1777
  resolution: {integrity: sha512-ilwU5GLVz8s8cbgCyQ9ccVwt4lHecYxq8Vmnp64rrOKrdYiqxOwKf3ZlPX6N8pvLLEgXzH0x9Pc0sGO+rcMqkg==}
@@ -4326,6 +4323,11 @@ packages:
4326
4323
  engines: {node: '>=14.17'}
4327
4324
  hasBin: true
4328
4325
 
4326
+ typescript@6.0.2:
4327
+ resolution: {integrity: sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==}
4328
+ engines: {node: '>=14.17'}
4329
+ hasBin: true
4330
+
4329
4331
  uc.micro@2.1.0:
4330
4332
  resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==}
4331
4333
 
@@ -5416,6 +5418,10 @@ snapshots:
5416
5418
  dependencies:
5417
5419
  vue: 3.5.28(typescript@5.9.3)
5418
5420
 
5421
+ '@element-plus/icons-vue@2.3.2(vue@3.5.28(typescript@6.0.2))':
5422
+ dependencies:
5423
+ vue: 3.5.28(typescript@6.0.2)
5424
+
5419
5425
  '@esbuild/android-arm64@0.18.20':
5420
5426
  optional: true
5421
5427
 
@@ -5520,7 +5526,7 @@ snapshots:
5520
5526
 
5521
5527
  '@ganwei-web/gw-base-components-plus@1.0.20': {}
5522
5528
 
5523
- '@ganwei-web/gw-base-components-plus@1.0.21': {}
5529
+ '@ganwei-web/gw-base-components-plus@1.0.22': {}
5524
5530
 
5525
5531
  '@ganwei-web/gw-base-style-plus@1.0.0': {}
5526
5532
 
@@ -5792,6 +5798,26 @@ snapshots:
5792
5798
  - supports-color
5793
5799
  optional: true
5794
5800
 
5801
+ '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@6.0.2))(eslint@8.57.1)(typescript@6.0.2)':
5802
+ dependencies:
5803
+ '@eslint-community/regexpp': 4.12.2
5804
+ '@typescript-eslint/parser': 5.62.0(eslint@8.57.1)(typescript@6.0.2)
5805
+ '@typescript-eslint/scope-manager': 5.62.0
5806
+ '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.1)(typescript@6.0.2)
5807
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@6.0.2)
5808
+ debug: 4.4.3
5809
+ eslint: 8.57.1
5810
+ graphemer: 1.4.0
5811
+ ignore: 5.3.2
5812
+ natural-compare-lite: 1.4.0
5813
+ semver: 7.7.4
5814
+ tsutils: 3.21.0(typescript@6.0.2)
5815
+ optionalDependencies:
5816
+ typescript: 6.0.2
5817
+ transitivePeerDependencies:
5818
+ - supports-color
5819
+ optional: true
5820
+
5795
5821
  '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@4.9.5)':
5796
5822
  dependencies:
5797
5823
  '@typescript-eslint/scope-manager': 5.62.0
@@ -5818,6 +5844,19 @@ snapshots:
5818
5844
  - supports-color
5819
5845
  optional: true
5820
5846
 
5847
+ '@typescript-eslint/parser@5.62.0(eslint@8.57.1)(typescript@6.0.2)':
5848
+ dependencies:
5849
+ '@typescript-eslint/scope-manager': 5.62.0
5850
+ '@typescript-eslint/types': 5.62.0
5851
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@6.0.2)
5852
+ debug: 4.4.3
5853
+ eslint: 8.57.1
5854
+ optionalDependencies:
5855
+ typescript: 6.0.2
5856
+ transitivePeerDependencies:
5857
+ - supports-color
5858
+ optional: true
5859
+
5821
5860
  '@typescript-eslint/scope-manager@5.62.0':
5822
5861
  dependencies:
5823
5862
  '@typescript-eslint/types': 5.62.0
@@ -5850,6 +5889,19 @@ snapshots:
5850
5889
  - supports-color
5851
5890
  optional: true
5852
5891
 
5892
+ '@typescript-eslint/type-utils@5.62.0(eslint@8.57.1)(typescript@6.0.2)':
5893
+ dependencies:
5894
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@6.0.2)
5895
+ '@typescript-eslint/utils': 5.62.0(eslint@8.57.1)(typescript@6.0.2)
5896
+ debug: 4.4.3
5897
+ eslint: 8.57.1
5898
+ tsutils: 3.21.0(typescript@6.0.2)
5899
+ optionalDependencies:
5900
+ typescript: 6.0.2
5901
+ transitivePeerDependencies:
5902
+ - supports-color
5903
+ optional: true
5904
+
5853
5905
  '@typescript-eslint/types@5.62.0':
5854
5906
  optional: true
5855
5907
 
@@ -5883,6 +5935,21 @@ snapshots:
5883
5935
  - supports-color
5884
5936
  optional: true
5885
5937
 
5938
+ '@typescript-eslint/typescript-estree@5.62.0(typescript@6.0.2)':
5939
+ dependencies:
5940
+ '@typescript-eslint/types': 5.62.0
5941
+ '@typescript-eslint/visitor-keys': 5.62.0
5942
+ debug: 4.4.3
5943
+ globby: 11.1.0
5944
+ is-glob: 4.0.3
5945
+ semver: 7.7.4
5946
+ tsutils: 3.21.0(typescript@6.0.2)
5947
+ optionalDependencies:
5948
+ typescript: 6.0.2
5949
+ transitivePeerDependencies:
5950
+ - supports-color
5951
+ optional: true
5952
+
5886
5953
  '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@4.9.5)':
5887
5954
  dependencies:
5888
5955
  '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
@@ -5915,6 +5982,22 @@ snapshots:
5915
5982
  - typescript
5916
5983
  optional: true
5917
5984
 
5985
+ '@typescript-eslint/utils@5.62.0(eslint@8.57.1)(typescript@6.0.2)':
5986
+ dependencies:
5987
+ '@eslint-community/eslint-utils': 4.9.1(eslint@8.57.1)
5988
+ '@types/json-schema': 7.0.15
5989
+ '@types/semver': 7.7.1
5990
+ '@typescript-eslint/scope-manager': 5.62.0
5991
+ '@typescript-eslint/types': 5.62.0
5992
+ '@typescript-eslint/typescript-estree': 5.62.0(typescript@6.0.2)
5993
+ eslint: 8.57.1
5994
+ eslint-scope: 5.1.1
5995
+ semver: 7.7.4
5996
+ transitivePeerDependencies:
5997
+ - supports-color
5998
+ - typescript
5999
+ optional: true
6000
+
5918
6001
  '@typescript-eslint/visitor-keys@5.62.0':
5919
6002
  dependencies:
5920
6003
  '@typescript-eslint/types': 5.62.0
@@ -5949,6 +6032,12 @@ snapshots:
5949
6032
  vue: 3.5.28(typescript@5.9.3)
5950
6033
  optional: true
5951
6034
 
6035
+ '@vitejs/plugin-vue@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@6.0.2))':
6036
+ dependencies:
6037
+ vite: 4.5.14(@types/node@18.19.130)(less@4.5.1)(sass@1.97.3)(terser@5.46.0)
6038
+ vue: 3.5.28(typescript@6.0.2)
6039
+ optional: true
6040
+
5952
6041
  '@volar/language-core@1.11.1':
5953
6042
  dependencies:
5954
6043
  '@volar/source-map': 1.11.1
@@ -6051,6 +6140,29 @@ snapshots:
6051
6140
  transitivePeerDependencies:
6052
6141
  - supports-color
6053
6142
 
6143
+ '@vue/babel-preset-app@5.0.9(@babel/core@7.29.0)(core-js@3.48.0)(vue@3.5.28(typescript@6.0.2))':
6144
+ dependencies:
6145
+ '@babel/core': 7.29.0
6146
+ '@babel/helper-compilation-targets': 7.28.6
6147
+ '@babel/helper-module-imports': 7.28.6
6148
+ '@babel/plugin-proposal-class-properties': 7.18.6(@babel/core@7.29.0)
6149
+ '@babel/plugin-proposal-decorators': 7.29.0(@babel/core@7.29.0)
6150
+ '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.29.0)
6151
+ '@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.29.0)
6152
+ '@babel/plugin-transform-runtime': 7.29.0(@babel/core@7.29.0)
6153
+ '@babel/preset-env': 7.29.0(@babel/core@7.29.0)
6154
+ '@babel/runtime': 7.28.6
6155
+ '@vue/babel-plugin-jsx': 1.5.0(@babel/core@7.29.0)
6156
+ '@vue/babel-preset-jsx': 1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@6.0.2))
6157
+ babel-plugin-dynamic-import-node: 2.3.3
6158
+ core-js-compat: 3.48.0
6159
+ semver: 7.7.4
6160
+ optionalDependencies:
6161
+ core-js: 3.48.0
6162
+ vue: 3.5.28(typescript@6.0.2)
6163
+ transitivePeerDependencies:
6164
+ - supports-color
6165
+
6054
6166
  '@vue/babel-preset-jsx@1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@4.9.5))':
6055
6167
  dependencies:
6056
6168
  '@babel/core': 7.29.0
@@ -6083,6 +6195,22 @@ snapshots:
6083
6195
  transitivePeerDependencies:
6084
6196
  - supports-color
6085
6197
 
6198
+ '@vue/babel-preset-jsx@1.4.0(@babel/core@7.29.0)(vue@3.5.28(typescript@6.0.2))':
6199
+ dependencies:
6200
+ '@babel/core': 7.29.0
6201
+ '@vue/babel-helper-vue-jsx-merge-props': 1.4.0
6202
+ '@vue/babel-plugin-transform-vue-jsx': 1.4.0(@babel/core@7.29.0)
6203
+ '@vue/babel-sugar-composition-api-inject-h': 1.4.0(@babel/core@7.29.0)
6204
+ '@vue/babel-sugar-composition-api-render-instance': 1.4.0(@babel/core@7.29.0)
6205
+ '@vue/babel-sugar-functional-vue': 1.4.0(@babel/core@7.29.0)
6206
+ '@vue/babel-sugar-inject-h': 1.4.0(@babel/core@7.29.0)
6207
+ '@vue/babel-sugar-v-model': 1.4.0(@babel/core@7.29.0)
6208
+ '@vue/babel-sugar-v-on': 1.4.0(@babel/core@7.29.0)
6209
+ optionalDependencies:
6210
+ vue: 3.5.28(typescript@6.0.2)
6211
+ transitivePeerDependencies:
6212
+ - supports-color
6213
+
6086
6214
  '@vue/babel-sugar-composition-api-inject-h@1.4.0(@babel/core@7.29.0)':
6087
6215
  dependencies:
6088
6216
  '@babel/core': 7.29.0
@@ -6162,6 +6290,10 @@ snapshots:
6162
6290
  dependencies:
6163
6291
  vue: 3.5.28(typescript@5.9.3)
6164
6292
 
6293
+ '@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2))':
6294
+ dependencies:
6295
+ vue: 3.5.28(typescript@6.0.2)
6296
+
6165
6297
  '@vue/devtools-api@6.6.4': {}
6166
6298
 
6167
6299
  '@vue/language-core@1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5))':
@@ -6196,6 +6328,22 @@ snapshots:
6196
6328
  transitivePeerDependencies:
6197
6329
  - vue
6198
6330
 
6331
+ '@vue/language-core@1.8.27(typescript@6.0.2)(vue@3.5.28(typescript@6.0.2))':
6332
+ dependencies:
6333
+ '@volar/language-core': 1.11.1
6334
+ '@volar/source-map': 1.11.1
6335
+ '@vue/compiler-dom': 3.5.28
6336
+ '@vue/shared': 3.5.28
6337
+ computeds: 0.0.1
6338
+ minimatch: 9.0.5
6339
+ muggle-string: 0.3.1
6340
+ path-browserify: 1.0.1
6341
+ vue-template-compiler: 2.7.16(vue@3.5.28(typescript@6.0.2))
6342
+ optionalDependencies:
6343
+ typescript: 6.0.2
6344
+ transitivePeerDependencies:
6345
+ - vue
6346
+
6199
6347
  '@vue/reactivity@3.5.28':
6200
6348
  dependencies:
6201
6349
  '@vue/shared': 3.5.28
@@ -6224,6 +6372,12 @@ snapshots:
6224
6372
  '@vue/shared': 3.5.28
6225
6373
  vue: 3.5.28(typescript@5.9.3)
6226
6374
 
6375
+ '@vue/server-renderer@3.5.28(vue@3.5.28(typescript@6.0.2))':
6376
+ dependencies:
6377
+ '@vue/compiler-ssr': 3.5.28
6378
+ '@vue/shared': 3.5.28
6379
+ vue: 3.5.28(typescript@6.0.2)
6380
+
6227
6381
  '@vue/shared@3.5.28': {}
6228
6382
 
6229
6383
  '@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))':
@@ -6246,6 +6400,16 @@ snapshots:
6246
6400
  - '@vue/composition-api'
6247
6401
  - vue
6248
6402
 
6403
+ '@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))':
6404
+ dependencies:
6405
+ '@types/web-bluetooth': 0.0.20
6406
+ '@vueuse/metadata': 10.11.1
6407
+ '@vueuse/shared': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
6408
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
6409
+ transitivePeerDependencies:
6410
+ - '@vue/composition-api'
6411
+ - vue
6412
+
6249
6413
  '@vueuse/metadata@10.11.1': {}
6250
6414
 
6251
6415
  '@vueuse/shared@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))':
@@ -6262,6 +6426,13 @@ snapshots:
6262
6426
  - '@vue/composition-api'
6263
6427
  - vue
6264
6428
 
6429
+ '@vueuse/shared@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))':
6430
+ dependencies:
6431
+ vue-demi: 0.14.10(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
6432
+ transitivePeerDependencies:
6433
+ - '@vue/composition-api'
6434
+ - vue
6435
+
6265
6436
  '@webassemblyjs/ast@1.14.1':
6266
6437
  dependencies:
6267
6438
  '@webassemblyjs/helper-numbers': 1.13.2
@@ -6839,6 +7010,26 @@ snapshots:
6839
7010
  transitivePeerDependencies:
6840
7011
  - '@vue/composition-api'
6841
7012
 
7013
+ element-plus@2.13.2(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2)):
7014
+ dependencies:
7015
+ '@ctrl/tinycolor': 3.6.1
7016
+ '@element-plus/icons-vue': 2.3.2(vue@3.5.28(typescript@6.0.2))
7017
+ '@floating-ui/dom': 1.7.5
7018
+ '@popperjs/core': '@sxzz/popperjs-es@2.11.8'
7019
+ '@types/lodash': 4.17.23
7020
+ '@types/lodash-es': 4.17.12
7021
+ '@vueuse/core': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
7022
+ async-validator: 4.2.5
7023
+ dayjs: 1.11.19
7024
+ lodash: 4.17.23
7025
+ lodash-es: 4.17.23
7026
+ lodash-unified: 1.0.3(@types/lodash-es@4.17.12)(lodash-es@4.17.23)(lodash@4.17.23)
7027
+ memoize-one: 6.0.0
7028
+ normalize-wheel-es: 1.2.0
7029
+ vue: 3.5.28(typescript@6.0.2)
7030
+ transitivePeerDependencies:
7031
+ - '@vue/composition-api'
7032
+
6842
7033
  element-ui@2.15.14(vue@3.5.28(typescript@4.9.5)):
6843
7034
  dependencies:
6844
7035
  async-validator: 1.8.5
@@ -8470,6 +8661,21 @@ snapshots:
8470
8661
  sass: 1.97.3
8471
8662
  typescript: 5.9.3
8472
8663
 
8664
+ svelte-preprocess@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@6.0.2):
8665
+ dependencies:
8666
+ '@types/pug': 2.0.10
8667
+ detect-indent: 6.1.0
8668
+ magic-string: 0.30.21
8669
+ sorcery: 0.11.1
8670
+ strip-indent: 3.0.0
8671
+ svelte: 3.59.2
8672
+ optionalDependencies:
8673
+ '@babel/core': 7.29.0
8674
+ less: 4.5.1
8675
+ postcss: 8.5.6
8676
+ sass: 1.97.3
8677
+ typescript: 6.0.2
8678
+
8473
8679
  svelte@3.59.2: {}
8474
8680
 
8475
8681
  svg-tags@1.0.0: {}
@@ -8532,6 +8738,12 @@ snapshots:
8532
8738
  typescript: 5.9.3
8533
8739
  optional: true
8534
8740
 
8741
+ tsutils@3.21.0(typescript@6.0.2):
8742
+ dependencies:
8743
+ tslib: 1.14.1
8744
+ typescript: 6.0.2
8745
+ optional: true
8746
+
8535
8747
  tunnel-agent@0.6.0:
8536
8748
  dependencies:
8537
8749
  safe-buffer: 5.2.1
@@ -8550,6 +8762,8 @@ snapshots:
8550
8762
 
8551
8763
  typescript@5.9.3: {}
8552
8764
 
8765
+ typescript@6.0.2: {}
8766
+
8553
8767
  uc.micro@2.1.0: {}
8554
8768
 
8555
8769
  ufo@1.6.3: {}
@@ -8648,6 +8862,19 @@ snapshots:
8648
8862
  transitivePeerDependencies:
8649
8863
  - rollup
8650
8864
 
8865
+ unplugin-auto-import@0.13.0(@vueuse/core@10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2)))(rollup@3.29.5):
8866
+ dependencies:
8867
+ '@antfu/utils': 0.7.10
8868
+ '@rollup/pluginutils': 5.3.0(rollup@3.29.5)
8869
+ local-pkg: 0.4.3
8870
+ magic-string: 0.27.0
8871
+ unimport: 2.2.4(rollup@3.29.5)
8872
+ unplugin: 1.16.1
8873
+ optionalDependencies:
8874
+ '@vueuse/core': 10.11.1(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2))
8875
+ transitivePeerDependencies:
8876
+ - rollup
8877
+
8651
8878
  unplugin-vue-components@0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@4.9.5)):
8652
8879
  dependencies:
8653
8880
  '@antfu/utils': 0.7.10
@@ -8686,6 +8913,25 @@ snapshots:
8686
8913
  - rollup
8687
8914
  - supports-color
8688
8915
 
8916
+ unplugin-vue-components@0.24.1(@babel/parser@7.29.0)(rollup@3.29.5)(vue@3.5.28(typescript@6.0.2)):
8917
+ dependencies:
8918
+ '@antfu/utils': 0.7.10
8919
+ '@rollup/pluginutils': 5.3.0(rollup@3.29.5)
8920
+ chokidar: 3.6.0
8921
+ debug: 4.4.3
8922
+ fast-glob: 3.3.3
8923
+ local-pkg: 0.4.3
8924
+ magic-string: 0.30.21
8925
+ minimatch: 7.4.6
8926
+ resolve: 1.22.11
8927
+ unplugin: 1.16.1
8928
+ vue: 3.5.28(typescript@6.0.2)
8929
+ optionalDependencies:
8930
+ '@babel/parser': 7.29.0
8931
+ transitivePeerDependencies:
8932
+ - rollup
8933
+ - supports-color
8934
+
8689
8935
  unplugin@1.16.1:
8690
8936
  dependencies:
8691
8937
  acorn: 8.15.0
@@ -8803,6 +9049,10 @@ snapshots:
8803
9049
  dependencies:
8804
9050
  vue: 3.5.28(typescript@5.9.3)
8805
9051
 
9052
+ vue-class-component@7.2.6(vue@3.5.28(typescript@6.0.2)):
9053
+ dependencies:
9054
+ vue: 3.5.28(typescript@6.0.2)
9055
+
8806
9056
  vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.28(typescript@4.9.5)))(vue@3.5.28(typescript@4.9.5)):
8807
9057
  dependencies:
8808
9058
  vue: 3.5.28(typescript@4.9.5)
@@ -8815,6 +9065,12 @@ snapshots:
8815
9065
  optionalDependencies:
8816
9066
  '@vue/composition-api': 1.7.2(vue@3.5.28(typescript@5.9.3))
8817
9067
 
9068
+ vue-demi@0.14.10(@vue/composition-api@1.7.2(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2)):
9069
+ dependencies:
9070
+ vue: 3.5.28(typescript@6.0.2)
9071
+ optionalDependencies:
9072
+ '@vue/composition-api': 1.7.2(vue@3.5.28(typescript@6.0.2))
9073
+
8818
9074
  vue-eslint-parser@9.4.3(eslint@8.57.1):
8819
9075
  dependencies:
8820
9076
  debug: 4.4.3
@@ -8844,6 +9100,14 @@ snapshots:
8844
9100
  '@vue/devtools-api': 6.6.4
8845
9101
  vue: 3.5.28(typescript@5.9.3)
8846
9102
 
9103
+ vue-i18n@9.3.0-beta.24(vue@3.5.28(typescript@6.0.2)):
9104
+ dependencies:
9105
+ '@intlify/core-base': 9.3.0-beta.24
9106
+ '@intlify/shared': 9.3.0-beta.24
9107
+ '@intlify/vue-devtools': 9.3.0-beta.24
9108
+ '@vue/devtools-api': 6.6.4
9109
+ vue: 3.5.28(typescript@6.0.2)
9110
+
8847
9111
  vue-property-decorator@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)):
8848
9112
  dependencies:
8849
9113
  vue: 3.5.28(typescript@4.9.5)
@@ -8854,6 +9118,11 @@ snapshots:
8854
9118
  vue: 3.5.28(typescript@5.9.3)
8855
9119
  vue-class-component: 7.2.6(vue@3.5.28(typescript@5.9.3))
8856
9120
 
9121
+ vue-property-decorator@9.1.2(vue-class-component@7.2.6(vue@3.5.28(typescript@6.0.2)))(vue@3.5.28(typescript@6.0.2)):
9122
+ dependencies:
9123
+ vue: 3.5.28(typescript@6.0.2)
9124
+ vue-class-component: 7.2.6(vue@3.5.28(typescript@6.0.2))
9125
+
8857
9126
  vue-router@4.6.4(vue@3.5.28(typescript@4.9.5)):
8858
9127
  dependencies:
8859
9128
  '@vue/devtools-api': 6.6.4
@@ -8864,6 +9133,11 @@ snapshots:
8864
9133
  '@vue/devtools-api': 6.6.4
8865
9134
  vue: 3.5.28(typescript@5.9.3)
8866
9135
 
9136
+ vue-router@4.6.4(vue@3.5.28(typescript@6.0.2)):
9137
+ dependencies:
9138
+ '@vue/devtools-api': 6.6.4
9139
+ vue: 3.5.28(typescript@6.0.2)
9140
+
8867
9141
  vue-slicksort@2.0.5(vue@3.5.28(typescript@4.9.5)):
8868
9142
  dependencies:
8869
9143
  vue: 3.5.28(typescript@4.9.5)
@@ -8872,6 +9146,10 @@ snapshots:
8872
9146
  dependencies:
8873
9147
  vue: 3.5.28(typescript@5.9.3)
8874
9148
 
9149
+ vue-slicksort@2.0.5(vue@3.5.28(typescript@6.0.2)):
9150
+ dependencies:
9151
+ vue: 3.5.28(typescript@6.0.2)
9152
+
8875
9153
  vue-template-compiler@2.7.16(vue@3.5.28(typescript@4.9.5)):
8876
9154
  dependencies:
8877
9155
  de-indent: 1.0.2
@@ -8884,6 +9162,12 @@ snapshots:
8884
9162
  he: 1.2.0
8885
9163
  vue: 3.5.28(typescript@5.9.3)
8886
9164
 
9165
+ vue-template-compiler@2.7.16(vue@3.5.28(typescript@6.0.2)):
9166
+ dependencies:
9167
+ de-indent: 1.0.2
9168
+ he: 1.2.0
9169
+ vue: 3.5.28(typescript@6.0.2)
9170
+
8887
9171
  vue-tsc@1.8.27(typescript@4.9.5)(vue@3.5.28(typescript@4.9.5)):
8888
9172
  dependencies:
8889
9173
  '@volar/typescript': 1.11.1
@@ -8902,6 +9186,15 @@ snapshots:
8902
9186
  transitivePeerDependencies:
8903
9187
  - vue
8904
9188
 
9189
+ vue-tsc@1.8.27(typescript@6.0.2)(vue@3.5.28(typescript@6.0.2)):
9190
+ dependencies:
9191
+ '@volar/typescript': 1.11.1
9192
+ '@vue/language-core': 1.8.27(typescript@6.0.2)(vue@3.5.28(typescript@6.0.2))
9193
+ semver: 7.7.4
9194
+ typescript: 6.0.2
9195
+ transitivePeerDependencies:
9196
+ - vue
9197
+
8905
9198
  vue-virtual-list-v3@1.5.7:
8906
9199
  dependencies:
8907
9200
  '@juggle/resize-observer': 3.4.0
@@ -8932,6 +9225,16 @@ snapshots:
8932
9225
  optionalDependencies:
8933
9226
  typescript: 5.9.3
8934
9227
 
9228
+ vue@3.5.28(typescript@6.0.2):
9229
+ dependencies:
9230
+ '@vue/compiler-dom': 3.5.28
9231
+ '@vue/compiler-sfc': 3.5.28
9232
+ '@vue/runtime-dom': 3.5.28
9233
+ '@vue/server-renderer': 3.5.28(vue@3.5.28(typescript@6.0.2))
9234
+ '@vue/shared': 3.5.28
9235
+ optionalDependencies:
9236
+ typescript: 6.0.2
9237
+
8935
9238
  vuex@4.1.0(vue@3.5.28(typescript@5.9.3)):
8936
9239
  dependencies:
8937
9240
  '@vue/devtools-api': 6.6.4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ganwei-web/ganwei-pc-cli",
3
- "version": "6.3.7",
3
+ "version": "6.3.9",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "MIT",