提交 611468cd 作者: 方治民

合并分支 '3.x' 到 'main'

3.x

查看合并请求 !16
...@@ -34,4 +34,3 @@ ...@@ -34,4 +34,3 @@
- [x] 接入 [消息推送](https://uniapp.dcloud.net.cn/unipush.html) - [x] 接入 [消息推送](https://uniapp.dcloud.net.cn/unipush.html)
- [x] 接入 [APP 升级中心](https://uniapp.dcloud.net.cn/uniCloud/upgrade-center.html) - [x] 接入 [APP 升级中心](https://uniapp.dcloud.net.cn/uniCloud/upgrade-center.html)
- [ ] 适配上传/下载接口的自动化生成模板(包装 uni.uploadFile 与 uni.downloadFile 方法实现) - [ ] 适配上传/下载接口的自动化生成模板(包装 uni.uploadFile 与 uni.downloadFile 方法实现)
- [ ] f-index-list 组件重写为虚拟滚动,改进大列表性能,参考 [vue-virtual-scroller](https://github.com/Akryum/vue-virtual-scroller)
{ {
"name": "basic-app", "name": "basic-app",
"version": "3.0.2.5", "version": "3.0.3.0",
"description": "APP 基础工程", "description": "APP 基础工程",
"keywords": [ "keywords": [
"app", "app",
...@@ -66,26 +66,26 @@ ...@@ -66,26 +66,26 @@
} }
}, },
"dependencies": { "dependencies": {
"@dcloudio/uni-app": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-app": "3.0.0-3070820230322001",
"@dcloudio/uni-app-plus": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-app-plus": "3.0.0-3070820230322001",
"@dcloudio/uni-components": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-components": "3.0.0-3070820230322001",
"@dcloudio/uni-h5": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-h5": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-alipay": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-alipay": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-baidu": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-baidu": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-jd": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-jd": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-kuaishou": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-kuaishou": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-lark": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-lark": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-qq": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-qq": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-toutiao": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-toutiao": "3.0.0-3070820230322001",
"@dcloudio/uni-mp-weixin": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-mp-weixin": "3.0.0-3070820230322001",
"@dcloudio/uni-quickapp-webview": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-quickapp-webview": "3.0.0-3070820230322001",
"@dcloudio/uni-ui": "^1.4.26", "@dcloudio/uni-ui": "^1.4.26",
"@vue/runtime-core": "^3.2.47", "@vue/runtime-core": "^3.2.47",
"@vueuse/core": "^9.13.0", "@vueuse/core": "^9.13.0",
"axios": "^0.26.1", "axios": "^0.26.1",
"crypto-js": "^4.1.1",
"dayjs": "^1.11.7", "dayjs": "^1.11.7",
"lodash-es": "^4.17.21", "lodash-es": "^4.17.21",
"mockjs": "^1.1.0",
"nanoid": "^4.0.1", "nanoid": "^4.0.1",
"pinia": "^2.0.33", "pinia": "^2.0.33",
"qs": "~6.9.7", "qs": "~6.9.7",
...@@ -98,33 +98,33 @@ ...@@ -98,33 +98,33 @@
}, },
"devDependencies": { "devDependencies": {
"@antfu/eslint-config": "^0.37.0", "@antfu/eslint-config": "^0.37.0",
"@commitlint/cli": "^17.4.4", "@commitlint/cli": "^17.5.0",
"@commitlint/config-conventional": "^17.4.4", "@commitlint/config-conventional": "^17.4.4",
"@dcloudio/types": "^3.3.2", "@dcloudio/types": "^3.3.2",
"@dcloudio/uni-automator": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-automator": "3.0.0-3070820230322001",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-cli-shared": "3.0.0-3070820230322001",
"@dcloudio/uni-helper-json": "^1.0.13", "@dcloudio/uni-helper-json": "^1.0.13",
"@dcloudio/uni-stacktracey": "3.0.0-alpha-3070720230316001", "@dcloudio/uni-stacktracey": "3.0.0-3070820230322001",
"@dcloudio/vite-plugin-uni": "3.0.0-alpha-3070720230316001", "@dcloudio/vite-plugin-uni": "3.0.0-3070820230322001",
"@iconify/json": "^2.2.36", "@iconify/json": "^2.2.38",
"@types/crypto-js": "^4.1.1",
"@types/lodash-es": "^4.17.7", "@types/lodash-es": "^4.17.7",
"@types/mockjs": "^1.0.7", "@types/node": "^18.15.5",
"@types/node": "^18.15.3",
"@types/prettier": "^2.7.2", "@types/prettier": "^2.7.2",
"@types/qs": "^6.9.7", "@types/qs": "^6.9.7",
"@types/stompjs": "^2.3.5", "@types/stompjs": "^2.3.5",
"@types/urijs": "^1.19.19", "@types/urijs": "^1.19.19",
"@typescript-eslint/eslint-plugin": "^5.55.0", "@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.55.0", "@typescript-eslint/parser": "^5.56.0",
"commitizen": "^4.3.0", "commitizen": "^4.3.0",
"conventional-changelog-cli": "^2.2.2", "conventional-changelog-cli": "^2.2.2",
"cz-conventional-changelog": "^3.3.0", "cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0", "cz-customizable": "^7.0.0",
"cz-git": "^1.6.0", "cz-git": "^1.6.1",
"czg": "^1.6.0", "czg": "^1.6.1",
"dotenv": "^16.0.3", "dotenv": "^16.0.3",
"eslint": "^8.36.0", "eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.9.0", "eslint-plugin-vue": "^9.9.0",
"husky": "^8.0.3", "husky": "^8.0.3",
...@@ -138,8 +138,8 @@ ...@@ -138,8 +138,8 @@
"postcss": "^8.4.21", "postcss": "^8.4.21",
"postcss-html": "^1.5.0", "postcss-html": "^1.5.0",
"postcss-less": "^6.0.0", "postcss-less": "^6.0.0",
"prettier": "^2.8.4", "prettier": "^2.8.6",
"rimraf": "^4.4.0", "rimraf": "^4.4.1",
"sass": "^1.59.3", "sass": "^1.59.3",
"sort-package-json": "^2.4.1", "sort-package-json": "^2.4.1",
"stylelint": "^14.16.1", "stylelint": "^14.16.1",
...@@ -152,11 +152,11 @@ ...@@ -152,11 +152,11 @@
"terser": "^5.16.6", "terser": "^5.16.6",
"typescript": "^4.9.5", "typescript": "^4.9.5",
"unocss": "^0.50.6", "unocss": "^0.50.6",
"unocss-preset-weapp": "^0.5.1", "unocss-preset-weapp": "^0.5.2",
"unplugin-auto-import": "^0.15.1", "unplugin-auto-import": "^0.15.1",
"unplugin-imagemin": "^0.3.11", "unplugin-imagemin": "^0.3.11",
"unplugin-vue-components": "^0.24.1", "unplugin-vue-components": "^0.24.1",
"vite": "^4.2.0", "vite": "^4.2.1",
"vue-eslint-parser": "^9.1.0" "vue-eslint-parser": "^9.1.0"
}, },
"engines": { "engines": {
......
...@@ -2,51 +2,52 @@ lockfileVersion: 5.4 ...@@ -2,51 +2,52 @@ lockfileVersion: 5.4
specifiers: specifiers:
'@antfu/eslint-config': ^0.37.0 '@antfu/eslint-config': ^0.37.0
'@commitlint/cli': ^17.4.4 '@commitlint/cli': ^17.5.0
'@commitlint/config-conventional': ^17.4.4 '@commitlint/config-conventional': ^17.4.4
'@dcloudio/types': ^3.3.2 '@dcloudio/types': ^3.3.2
'@dcloudio/uni-app': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-app': 3.0.0-3070820230322001
'@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-app-plus': 3.0.0-3070820230322001
'@dcloudio/uni-automator': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-automator': 3.0.0-3070820230322001
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001
'@dcloudio/uni-components': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-components': 3.0.0-3070820230322001
'@dcloudio/uni-h5': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-h5': 3.0.0-3070820230322001
'@dcloudio/uni-helper-json': ^1.0.13 '@dcloudio/uni-helper-json': ^1.0.13
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-alipay': 3.0.0-3070820230322001
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-baidu': 3.0.0-3070820230322001
'@dcloudio/uni-mp-jd': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-jd': 3.0.0-3070820230322001
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-kuaishou': 3.0.0-3070820230322001
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-lark': 3.0.0-3070820230322001
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-qq': 3.0.0-3070820230322001
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-toutiao': 3.0.0-3070820230322001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-weixin': 3.0.0-3070820230322001
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-quickapp-webview': 3.0.0-3070820230322001
'@dcloudio/uni-stacktracey': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-stacktracey': 3.0.0-3070820230322001
'@dcloudio/uni-ui': ^1.4.26 '@dcloudio/uni-ui': ^1.4.26
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230316001 '@dcloudio/vite-plugin-uni': 3.0.0-3070820230322001
'@iconify/json': ^2.2.36 '@iconify/json': ^2.2.38
'@types/crypto-js': ^4.1.1
'@types/lodash-es': ^4.17.7 '@types/lodash-es': ^4.17.7
'@types/mockjs': ^1.0.7 '@types/node': ^18.15.5
'@types/node': ^18.15.3
'@types/prettier': ^2.7.2 '@types/prettier': ^2.7.2
'@types/qs': ^6.9.7 '@types/qs': ^6.9.7
'@types/stompjs': ^2.3.5 '@types/stompjs': ^2.3.5
'@types/urijs': ^1.19.19 '@types/urijs': ^1.19.19
'@typescript-eslint/eslint-plugin': ^5.55.0 '@typescript-eslint/eslint-plugin': ^5.56.0
'@typescript-eslint/parser': ^5.55.0 '@typescript-eslint/parser': ^5.56.0
'@vue/runtime-core': ^3.2.47 '@vue/runtime-core': ^3.2.47
'@vueuse/core': ^9.13.0 '@vueuse/core': ^9.13.0
axios: ^0.26.1 axios: ^0.26.1
commitizen: ^4.3.0 commitizen: ^4.3.0
conventional-changelog-cli: ^2.2.2 conventional-changelog-cli: ^2.2.2
crypto-js: ^4.1.1
cz-conventional-changelog: ^3.3.0 cz-conventional-changelog: ^3.3.0
cz-customizable: ^7.0.0 cz-customizable: ^7.0.0
cz-git: ^1.6.0 cz-git: ^1.6.1
czg: ^1.6.0 czg: ^1.6.1
dayjs: ^1.11.7 dayjs: ^1.11.7
dotenv: ^16.0.3 dotenv: ^16.0.3
eslint: ^8.36.0 eslint: ^8.36.0
eslint-config-prettier: ^8.7.0 eslint-config-prettier: ^8.8.0
eslint-plugin-prettier: ^4.2.1 eslint-plugin-prettier: ^4.2.1
eslint-plugin-vue: ^9.9.0 eslint-plugin-vue: ^9.9.0
husky: ^8.0.3 husky: ^8.0.3
...@@ -55,7 +56,6 @@ specifiers: ...@@ -55,7 +56,6 @@ specifiers:
less: ^4.1.3 less: ^4.1.3
lint-staged: ^13.2.0 lint-staged: ^13.2.0
lodash-es: ^4.17.21 lodash-es: ^4.17.21
mockjs: ^1.1.0
nanoid: ^4.0.1 nanoid: ^4.0.1
npm-run-all: ^4.1.5 npm-run-all: ^4.1.5
picocolors: ^1.0.0 picocolors: ^1.0.0
...@@ -64,9 +64,9 @@ specifiers: ...@@ -64,9 +64,9 @@ specifiers:
postcss: ^8.4.21 postcss: ^8.4.21
postcss-html: ^1.5.0 postcss-html: ^1.5.0
postcss-less: ^6.0.0 postcss-less: ^6.0.0
prettier: ^2.8.4 prettier: ^2.8.6
qs: ~6.9.7 qs: ~6.9.7
rimraf: ^4.4.0 rimraf: ^4.4.1
sass: ^1.59.3 sass: ^1.59.3
sort-package-json: ^2.4.1 sort-package-json: ^2.4.1
stompjs: ^2.3.3 stompjs: ^2.3.3
...@@ -80,12 +80,12 @@ specifiers: ...@@ -80,12 +80,12 @@ specifiers:
terser: ^5.16.6 terser: ^5.16.6
typescript: ^4.9.5 typescript: ^4.9.5
unocss: ^0.50.6 unocss: ^0.50.6
unocss-preset-weapp: ^0.5.1 unocss-preset-weapp: ^0.5.2
unplugin-auto-import: ^0.15.1 unplugin-auto-import: ^0.15.1
unplugin-imagemin: ^0.3.11 unplugin-imagemin: ^0.3.11
unplugin-vue-components: ^0.24.1 unplugin-vue-components: ^0.24.1
urijs: ^1.19.11 urijs: ^1.19.11
vite: ^4.2.0 vite: ^4.2.1
vue: ^3.2.47 vue: ^3.2.47
vue-eslint-parser: ^9.1.0 vue-eslint-parser: ^9.1.0
vue-i18n: ^9.2.2 vue-i18n: ^9.2.2
...@@ -93,26 +93,26 @@ specifiers: ...@@ -93,26 +93,26 @@ specifiers:
vue-types: ^5.0.2 vue-types: ^5.0.2
dependencies: dependencies:
'@dcloudio/uni-app': 3.0.0-alpha-3070720230316001_m7ql4gwhb5ezsv7krgejogeczq '@dcloudio/uni-app': 3.0.0-3070820230322001_m7ql4gwhb5ezsv7krgejogeczq
'@dcloudio/uni-app-plus': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/uni-app-plus': 3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye
'@dcloudio/uni-components': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-components': 3.0.0-3070820230322001
'@dcloudio/uni-h5': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-h5': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-alipay': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-alipay': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-baidu': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-baidu': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-jd': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-jd': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-kuaishou': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-kuaishou': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-lark': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-lark': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-qq': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-qq': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-toutiao': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-weixin': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-quickapp-webview': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-quickapp-webview': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-ui': 1.4.26 '@dcloudio/uni-ui': 1.4.26
'@vue/runtime-core': 3.2.47 '@vue/runtime-core': 3.2.47
'@vueuse/core': 9.13.0_vue@3.2.47 '@vueuse/core': 9.13.0_vue@3.2.47
axios: 0.26.1 axios: 0.26.1
crypto-js: 4.1.1
dayjs: 1.11.7 dayjs: 1.11.7
lodash-es: 4.17.21 lodash-es: 4.17.21
mockjs: 1.1.0
nanoid: 4.0.1 nanoid: 4.0.1
pinia: 2.0.33_hmuptsblhheur2tugfgucj7gc4 pinia: 2.0.33_hmuptsblhheur2tugfgucj7gc4
qs: 6.9.7 qs: 6.9.7
...@@ -125,34 +125,34 @@ dependencies: ...@@ -125,34 +125,34 @@ dependencies:
devDependencies: devDependencies:
'@antfu/eslint-config': 0.37.0_jvoud2tdszzxmewbo5hoff4hym '@antfu/eslint-config': 0.37.0_jvoud2tdszzxmewbo5hoff4hym
'@commitlint/cli': 17.4.4 '@commitlint/cli': 17.5.0
'@commitlint/config-conventional': 17.4.4 '@commitlint/config-conventional': 17.4.4
'@dcloudio/types': 3.3.2 '@dcloudio/types': 3.3.2
'@dcloudio/uni-automator': 3.0.0-alpha-3070720230316001_knjsmvrz64yghq6moyd3423frq '@dcloudio/uni-automator': 3.0.0-3070820230322001_knjsmvrz64yghq6moyd3423frq
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-helper-json': 1.0.13 '@dcloudio/uni-helper-json': 1.0.13
'@dcloudio/uni-stacktracey': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-stacktracey': 3.0.0-3070820230322001
'@dcloudio/vite-plugin-uni': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/vite-plugin-uni': 3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye
'@iconify/json': 2.2.36 '@iconify/json': 2.2.38
'@types/crypto-js': 4.1.1
'@types/lodash-es': 4.17.7 '@types/lodash-es': 4.17.7
'@types/mockjs': 1.0.7 '@types/node': 18.15.5
'@types/node': 18.15.3
'@types/prettier': 2.7.2 '@types/prettier': 2.7.2
'@types/qs': 6.9.7 '@types/qs': 6.9.7
'@types/stompjs': 2.3.5 '@types/stompjs': 2.3.5
'@types/urijs': 1.19.19 '@types/urijs': 1.19.19
'@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
commitizen: 4.3.0 commitizen: 4.3.0
conventional-changelog-cli: 2.2.2 conventional-changelog-cli: 2.2.2
cz-conventional-changelog: 3.3.0 cz-conventional-changelog: 3.3.0
cz-customizable: 7.0.0 cz-customizable: 7.0.0
cz-git: 1.6.0 cz-git: 1.6.1
czg: 1.6.0 czg: 1.6.1
dotenv: 16.0.3 dotenv: 16.0.3
eslint: 8.36.0 eslint: 8.36.0
eslint-config-prettier: 8.7.0_eslint@8.36.0 eslint-config-prettier: 8.8.0_eslint@8.36.0
eslint-plugin-prettier: 4.2.1_eqzx3hpkgx5nnvxls3azrcc7dm eslint-plugin-prettier: 4.2.1_ose2zoovovx4ulolhifz3tfzx4
eslint-plugin-vue: 9.9.0_eslint@8.36.0 eslint-plugin-vue: 9.9.0_eslint@8.36.0
husky: 8.0.3 husky: 8.0.3
jest: 27.0.4 jest: 27.0.4
...@@ -165,8 +165,8 @@ devDependencies: ...@@ -165,8 +165,8 @@ devDependencies:
postcss: 8.4.21 postcss: 8.4.21
postcss-html: 1.5.0 postcss-html: 1.5.0
postcss-less: 6.0.0_postcss@8.4.21 postcss-less: 6.0.0_postcss@8.4.21
prettier: 2.8.4 prettier: 2.8.6
rimraf: 4.4.0 rimraf: 4.4.1
sass: 1.59.3 sass: 1.59.3
sort-package-json: 2.4.1 sort-package-json: 2.4.1
stylelint: 14.16.1 stylelint: 14.16.1
...@@ -178,12 +178,12 @@ devDependencies: ...@@ -178,12 +178,12 @@ devDependencies:
stylus: 0.59.0 stylus: 0.59.0
terser: 5.16.6 terser: 5.16.6
typescript: 4.9.5 typescript: 4.9.5
unocss: 0.50.6_postcss@8.4.21+vite@4.2.0 unocss: 0.50.6_postcss@8.4.21+vite@4.2.1
unocss-preset-weapp: 0.5.1 unocss-preset-weapp: 0.5.2
unplugin-auto-import: 0.15.1_@vueuse+core@9.13.0 unplugin-auto-import: 0.15.1_@vueuse+core@9.13.0
unplugin-imagemin: 0.3.11 unplugin-imagemin: 0.3.11
unplugin-vue-components: 0.24.1_vue@3.2.47 unplugin-vue-components: 0.24.1_vue@3.2.47
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
vue-eslint-parser: 9.1.0_eslint@8.36.0 vue-eslint-parser: 9.1.0_eslint@8.36.0
packages: packages:
...@@ -198,7 +198,7 @@ packages: ...@@ -198,7 +198,7 @@ packages:
'@jridgewell/gen-mapping': 0.1.1 '@jridgewell/gen-mapping': 0.1.1
'@jridgewell/trace-mapping': 0.3.17 '@jridgewell/trace-mapping': 0.3.17
/@antfu/eslint-config-basic/0.37.0_haq6ulc3vui3hbw2ow7npojefi: /@antfu/eslint-config-basic/0.37.0_cpj4tv3hntrcia52vnrrg3eslq:
resolution: {integrity: sha512-iBj6qjAOQr+WMhK38lfR2/xdIY81qUk4i6tHhwmcxXi4GEf2HF6I4Cgeu9SyIlTxOw8AP1CVqdUNzUbmYSaMZg==} resolution: {integrity: sha512-iBj6qjAOQr+WMhK38lfR2/xdIY81qUk4i6tHhwmcxXi4GEf2HF6I4Cgeu9SyIlTxOw8AP1CVqdUNzUbmYSaMZg==}
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
...@@ -207,14 +207,14 @@ packages: ...@@ -207,14 +207,14 @@ packages:
eslint-plugin-antfu: 0.37.0_vgl77cfdswitgr47lm5swmv43m eslint-plugin-antfu: 0.37.0_vgl77cfdswitgr47lm5swmv43m
eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0
eslint-plugin-html: 7.1.0 eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.27.5_a7er6olmtneep4uytpot6gt7wu eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e
eslint-plugin-jsonc: 2.7.0_eslint@8.36.0 eslint-plugin-jsonc: 2.7.0_eslint@8.36.0
eslint-plugin-markdown: 3.0.0_eslint@8.36.0 eslint-plugin-markdown: 3.0.0_eslint@8.36.0
eslint-plugin-n: 15.6.1_eslint@8.36.0 eslint-plugin-n: 15.6.1_eslint@8.36.0
eslint-plugin-no-only-tests: 3.1.0 eslint-plugin-no-only-tests: 3.1.0
eslint-plugin-promise: 6.1.1_eslint@8.36.0 eslint-plugin-promise: 6.1.1_eslint@8.36.0
eslint-plugin-unicorn: 46.0.0_eslint@8.36.0 eslint-plugin-unicorn: 46.0.0_eslint@8.36.0
eslint-plugin-unused-imports: 2.0.0_dchlkxfdm6cbfc25bfo3oeha6e eslint-plugin-unused-imports: 2.0.0_pjgbsoxltfjhart6hcjsvw66hu
eslint-plugin-yml: 1.5.0_eslint@8.36.0 eslint-plugin-yml: 1.5.0_eslint@8.36.0
jsonc-eslint-parser: 2.2.0 jsonc-eslint-parser: 2.2.0
yaml-eslint-parser: 1.2.0 yaml-eslint-parser: 1.2.0
...@@ -233,11 +233,11 @@ packages: ...@@ -233,11 +233,11 @@ packages:
eslint: '>=7.4.0' eslint: '>=7.4.0'
typescript: '>=3.9' typescript: '>=3.9'
dependencies: dependencies:
'@antfu/eslint-config-basic': 0.37.0_haq6ulc3vui3hbw2ow7npojefi '@antfu/eslint-config-basic': 0.37.0_cpj4tv3hntrcia52vnrrg3eslq
'@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
eslint: 8.36.0 eslint: 8.36.0
eslint-plugin-jest: 27.2.1_k7tyaihzl72p7dvhb2c4wc65ri eslint-plugin-jest: 27.2.1_7fixo5nu7yjco6gi2mw7pa7fna
typescript: 4.9.5 typescript: 4.9.5
transitivePeerDependencies: transitivePeerDependencies:
- eslint-import-resolver-typescript - eslint-import-resolver-typescript
...@@ -246,12 +246,12 @@ packages: ...@@ -246,12 +246,12 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@antfu/eslint-config-vue/0.37.0_tbtwkd2di76kh74ucfkacb6rbi: /@antfu/eslint-config-vue/0.37.0_2k4epjzd3nukussvjxr632pane:
resolution: {integrity: sha512-d7n4+7f6YMizE1HDEOtIBJGruFuIeqrNF+ZjHM8o6+isMrJkvdjVx6nHtHVtoWNYW6jiRJ5AW+nkfo2aoNGUyA==} resolution: {integrity: sha512-d7n4+7f6YMizE1HDEOtIBJGruFuIeqrNF+ZjHM8o6+isMrJkvdjVx6nHtHVtoWNYW6jiRJ5AW+nkfo2aoNGUyA==}
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
dependencies: dependencies:
'@antfu/eslint-config-basic': 0.37.0_haq6ulc3vui3hbw2ow7npojefi '@antfu/eslint-config-basic': 0.37.0_cpj4tv3hntrcia52vnrrg3eslq
'@antfu/eslint-config-ts': 0.37.0_jvoud2tdszzxmewbo5hoff4hym '@antfu/eslint-config-ts': 0.37.0_jvoud2tdszzxmewbo5hoff4hym
eslint: 8.36.0 eslint: 8.36.0
eslint-plugin-vue: 9.9.0_eslint@8.36.0 eslint-plugin-vue: 9.9.0_eslint@8.36.0
...@@ -271,13 +271,13 @@ packages: ...@@ -271,13 +271,13 @@ packages:
peerDependencies: peerDependencies:
eslint: '>=7.4.0' eslint: '>=7.4.0'
dependencies: dependencies:
'@antfu/eslint-config-vue': 0.37.0_tbtwkd2di76kh74ucfkacb6rbi '@antfu/eslint-config-vue': 0.37.0_2k4epjzd3nukussvjxr632pane
'@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
eslint: 8.36.0 eslint: 8.36.0
eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0 eslint-plugin-eslint-comments: 3.2.0_eslint@8.36.0
eslint-plugin-html: 7.1.0 eslint-plugin-html: 7.1.0
eslint-plugin-import: 2.27.5_a7er6olmtneep4uytpot6gt7wu eslint-plugin-import: 2.27.5_cnkxirszkzb4o6ts7gbclno24e
eslint-plugin-jsonc: 2.7.0_eslint@8.36.0 eslint-plugin-jsonc: 2.7.0_eslint@8.36.0
eslint-plugin-n: 15.6.1_eslint@8.36.0 eslint-plugin-n: 15.6.1_eslint@8.36.0
eslint-plugin-promise: 6.1.1_eslint@8.36.0 eslint-plugin-promise: 6.1.1_eslint@8.36.0
...@@ -1490,14 +1490,14 @@ packages: ...@@ -1490,14 +1490,14 @@ packages:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==} resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true dev: true
/@commitlint/cli/17.4.4: /@commitlint/cli/17.5.0:
resolution: {integrity: sha512-HwKlD7CPVMVGTAeFZylVNy14Vm5POVY0WxPkZr7EXLC/os0LH/obs6z4HRvJtH/nHCMYBvUBQhGwnufKfTjd5g==} resolution: {integrity: sha512-yNW3+M7UM1ioK28LKTrryIVB5qGpXlEv8+rJQiWPMZNayy9/1XR5+lL8qBTNlgopYtZWWnIm5RETcAN29ZTL/A==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
hasBin: true hasBin: true
dependencies: dependencies:
'@commitlint/format': 17.4.4 '@commitlint/format': 17.4.4
'@commitlint/lint': 17.4.4 '@commitlint/lint': 17.4.4
'@commitlint/load': 17.4.4 '@commitlint/load': 17.5.0
'@commitlint/read': 17.4.4 '@commitlint/read': 17.4.4
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
execa: 5.1.1 execa: 5.1.1
...@@ -1568,23 +1568,23 @@ packages: ...@@ -1568,23 +1568,23 @@ packages:
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
dev: true dev: true
/@commitlint/load/17.4.4: /@commitlint/load/17.5.0:
resolution: {integrity: sha512-z6uFIQ7wfKX5FGBe1AkOF4l/ShOQsaa1ml/nLMkbW7R/xF8galGS7Zh0yHvzVp/srtfS0brC+0bUfQfmpMPFVQ==} resolution: {integrity: sha512-l+4W8Sx4CD5rYFsrhHH8HP01/8jEP7kKf33Xlx2Uk2out/UKoKPYMOIRcDH5ppT8UXLMV+x6Wm5osdRKKgaD1Q==}
engines: {node: '>=v14'} engines: {node: '>=v14'}
dependencies: dependencies:
'@commitlint/config-validator': 17.4.4 '@commitlint/config-validator': 17.4.4
'@commitlint/execute-rule': 17.4.0 '@commitlint/execute-rule': 17.4.0
'@commitlint/resolve-extends': 17.4.4 '@commitlint/resolve-extends': 17.4.4
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
cosmiconfig-typescript-loader: 4.3.0_xpbhsfpn5tsw264wy6mojm5vre cosmiconfig-typescript-loader: 4.3.0_7woy4ibcfjwmaucoravjxjqwpq
lodash.isplainobject: 4.0.6 lodash.isplainobject: 4.0.6
lodash.merge: 4.6.2 lodash.merge: 4.6.2
lodash.uniq: 4.5.0 lodash.uniq: 4.5.0
resolve-from: 5.0.0 resolve-from: 5.0.0
ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a ts-node: 10.9.1_345kigqis4fipgyy5xb3ndshmq
typescript: 4.9.5 typescript: 4.9.5
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
...@@ -1611,7 +1611,7 @@ packages: ...@@ -1611,7 +1611,7 @@ packages:
dependencies: dependencies:
'@commitlint/top-level': 17.4.0 '@commitlint/top-level': 17.4.0
'@commitlint/types': 17.4.4 '@commitlint/types': 17.4.4
fs-extra: 11.1.0 fs-extra: 11.1.1
git-raw-commits: 2.0.11 git-raw-commits: 2.0.11
minimist: 1.2.8 minimist: 1.2.8
dev: true dev: true
...@@ -1665,25 +1665,23 @@ packages: ...@@ -1665,25 +1665,23 @@ packages:
'@jridgewell/trace-mapping': 0.3.9 '@jridgewell/trace-mapping': 0.3.9
dev: true dev: true
/@csstools/selector-specificity/2.1.1_wajs5nedgkikc5pcuwett7legi: /@csstools/selector-specificity/2.2.0_laljekdltgzr3kfi7r4exvsr5a:
resolution: {integrity: sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==} resolution: {integrity: sha512-+OJ9konv95ClSTOJCmMZqpd5+YGsB2S+x6w3E1oaM8UuR5j8nTNHYSz8c9BEPGDOCMQYIEEGlVPj/VY64iTbGw==}
engines: {node: ^14 || ^16 || >=18} engines: {node: ^14 || ^16 || >=18}
peerDependencies: peerDependencies:
postcss: ^8.4
postcss-selector-parser: ^6.0.10 postcss-selector-parser: ^6.0.10
dependencies: dependencies:
postcss: 8.4.21
postcss-selector-parser: 6.0.11 postcss-selector-parser: 6.0.11
dev: true dev: true
/@dcloudio/types/3.3.2: /@dcloudio/types/3.3.2:
resolution: {integrity: sha512-O+7M55RXqYJMCTh3MC86IGJvDPTR+v214yUeaoz1YUIHa2gJdgObs4RRwfAwZoLMtdoZ9J5BElZZqRy5oi+UTg==} resolution: {integrity: sha512-O+7M55RXqYJMCTh3MC86IGJvDPTR+v214yUeaoz1YUIHa2gJdgObs4RRwfAwZoLMtdoZ9J5BElZZqRy5oi+UTg==}
/@dcloudio/uni-app-plus/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/uni-app-plus/3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye:
resolution: {integrity: sha512-P959l+VtTw37iO6UIoHFW1ec4QERFDOHC8/c+/hx5jEGcVrlb1JZ0tvvlNa4xCaOl0vMM3041QgYg/gEDmQE4A==} resolution: {integrity: sha512-CfftH2IOg8FKWE/F9b9Hy/KCSJQKR7R+P8aMpmVE/yZYA4vaxxzTub71F1riwoIAQKqhmR3T1Az+1Vv9kyaj4w==}
dependencies: dependencies:
'@dcloudio/uni-app-vite': 3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku '@dcloudio/uni-app-vite': 3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye
'@dcloudio/uni-app-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-app-vue': 3.0.0-3070820230322001
debug: 4.3.4 debug: 4.3.4
fs-extra: 10.1.0 fs-extra: 10.1.0
licia: 1.38.0 licia: 1.38.0
...@@ -1696,15 +1694,15 @@ packages: ...@@ -1696,15 +1694,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vite/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/uni-app-vite/3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye:
resolution: {integrity: sha512-KG36g/fHgLnxR6ymWMTbn9WFgP+irMG7sEr0lcr6YusBLMwVNShjaWSxf4l1q9rsqQFjkKv5jvrIBYYLe9HRog==} resolution: {integrity: sha512-Aft2dIUQU/OLTbg38pk+q4zYGio0y7giBRIPPKgnk/OB7f3Nq8763ZXwSnFQ4dFqJJYK7O1cKAIUs0QTolYCMg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-nvue-styler': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-nvue-styler': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue': 4.1.0_vite@4.2.1+vue@3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
debug: 4.3.4 debug: 4.3.4
...@@ -1718,22 +1716,22 @@ packages: ...@@ -1718,22 +1716,22 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-app-vue/3.0.0-alpha-3070720230316001: /@dcloudio/uni-app-vue/3.0.0-3070820230322001:
resolution: {integrity: sha512-ItzQTzbTREKm1VrdFtMr+ti0Ol1VA6RLar9fSjp2ZcxYgS2OlyAsisPL4Kavuc/w6VCiLk2BlvPrHi8EEV+sKQ==} resolution: {integrity: sha512-O28tkMy9lFqh2OGCtKDMjbbMl29WI8tpbCaVG1wSqOgUGC6vmSa0iz/gRYFWVavsLC8nplLfICD0czQsncY63A==}
dev: false dev: false
/@dcloudio/uni-app/3.0.0-alpha-3070720230316001_m7ql4gwhb5ezsv7krgejogeczq: /@dcloudio/uni-app/3.0.0-3070820230322001_m7ql4gwhb5ezsv7krgejogeczq:
resolution: {integrity: sha512-2wlKMe/fPJsmp2iqamWuOqO5HHS6nixC7WIutFggXKUhJSIG2Lacums2FjAolUMHve7nQD340HpUBVTvgXM7eA==} resolution: {integrity: sha512-gcjf29oMeFKJkSOv5G3Dgf6WMMi89rEG50W6FDAG1dHiVbi0+1hUH45BYgyg+bjP6iwY4WYXKFZVk+P2pCwFbg==}
peerDependencies: peerDependencies:
'@dcloudio/types': ^3.3.2 '@dcloudio/types': ^3.3.2
dependencies: dependencies:
'@dcloudio/types': 3.3.2 '@dcloudio/types': 3.3.2
'@dcloudio/uni-cloud': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cloud': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-components': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-components': 3.0.0-3070820230322001
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-push': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-push': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@dcloudio/uni-stat': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-stat': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1742,13 +1740,13 @@ packages: ...@@ -1742,13 +1740,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-automator/3.0.0-alpha-3070720230316001_knjsmvrz64yghq6moyd3423frq: /@dcloudio/uni-automator/3.0.0-3070820230322001_knjsmvrz64yghq6moyd3423frq:
resolution: {integrity: sha512-gdxjq3U6zouwlIgDP9VoPGDCkzDYwGM+nXtCbSH3VLpDVof3oEJRs1FZUJGL6MHTiz8nt++O8CwRZlPhGejjQg==} resolution: {integrity: sha512-IxnYDfNecZTCOFVdyKfe5gDE/71JzGdNGI7x6nNA5v2lBJjqB5Ejr2rnquF0QpeJCtgSs+WiZRnm2LCHqJEOaw==}
peerDependencies: peerDependencies:
jest: 27.0.4 jest: 27.0.4
jest-environment-node: 27.5.1 jest-environment-node: 27.5.1
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
address: 1.2.2 address: 1.2.2
cross-env: 7.0.3 cross-env: 7.0.3
debug: 4.3.4 debug: 4.3.4
...@@ -1769,16 +1767,16 @@ packages: ...@@ -1769,16 +1767,16 @@ packages:
- vue - vue
dev: true dev: true
/@dcloudio/uni-cli-shared/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-cli-shared/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-1swh2R80SDrM/HwjjbcChLQnorm1yMJtR0wjHgGMv003+Qk3dyIM9Dn4oeIbHa2CiH3KoogcqUfQfzPtJuR34Q==} resolution: {integrity: sha512-M6HLY5yzpSq0j+0GO6naQCSWbIEWWWu1u32EAUmyruWDrxPu5Csn+Z2G6oQ6bxPesokS9UAUDbG4JNu97AMd4w==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
dependencies: dependencies:
'@ampproject/remapping': 2.2.0 '@ampproject/remapping': 2.2.0
'@babel/core': 7.21.3 '@babel/core': 7.21.3
'@babel/parser': 7.21.3 '@babel/parser': 7.21.3
'@babel/types': 7.21.3 '@babel/types': 7.21.3
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@intlify/core-base': 9.1.9 '@intlify/core-base': 9.1.9
'@intlify/shared': 9.1.9 '@intlify/shared': 9.1.9
'@intlify/vue-devtools': 9.1.9 '@intlify/vue-devtools': 9.1.9
...@@ -1819,12 +1817,12 @@ packages: ...@@ -1819,12 +1817,12 @@ packages:
- ts-node - ts-node
- vue - vue
/@dcloudio/uni-cloud/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-cloud/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-BwD2OtTEtzGLPlOVGS2xwPb3qwGCmaoaK0JMPQ0xK3ecH9PWa/yD9ZMyCXx5PiCQO3rpYOdBvG+GxCd6OppBqw==} resolution: {integrity: sha512-i/Cqhj47FwEEOQOkaWhihkGGwGuH4pmevXBrQ96yWhN6jTsELjU4Y1TGnG8lqaVasCN2gsTJAaaBX9zDko7B9g==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
fast-glob: 3.2.12 fast-glob: 3.2.12
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1834,15 +1832,15 @@ packages: ...@@ -1834,15 +1832,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-components/3.0.0-alpha-3070720230316001: /@dcloudio/uni-components/3.0.0-3070820230322001:
resolution: {integrity: sha512-T9IVGjGRq0Yst8doAWr6n+VvlM61Uxr16M9zCvv/a0qiTYz25jk817GJ8iwrjVtvl8MI55GB9Y+a+JsU7UNtEA==} resolution: {integrity: sha512-1w6Xf9ujvWTub81spPsNQwCC3cVVWppTvASvd5gEaCwO2gQ7Uyq7d2+tx+alNMIz+RI3tXMxv/+UirRlq8QO0w==}
dev: false dev: false
/@dcloudio/uni-h5-vite/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-h5-vite/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-ASS5EA4AjLDIwkGYpOFInstEqhuoHLMveMhhLePYrmcQJC/lT7q2191ye47P1MR81x2xAGxcLv6nNMj2F+Zd1A==} resolution: {integrity: sha512-aPcDL8KH90I3ICMdd1JGdA0VI+t3bvf2NCKLyLLGxU8wVdjjt0PzFY7+CFKBVzz6l8Ij7OTzHY8hmAmRrqb0NQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
...@@ -1859,19 +1857,19 @@ packages: ...@@ -1859,19 +1857,19 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-h5-vue/3.0.0-alpha-3070720230316001: /@dcloudio/uni-h5-vue/3.0.0-3070820230322001:
resolution: {integrity: sha512-1QRF1OfgHMSRvEjU9XSwyoONiYBeSEXuge7GsSdmGO8T9FKCOx8eU0Yrg0v/zRLO11Q7s0wVohpz5B+TxnUuMg==} resolution: {integrity: sha512-Ylu5KYviSKcCTJWHSpOhT8/zdYQtH7YbxF5PmKLgILZhOYRkf22MY4pRClCNTT5XUvlrzWHPI/3kQfMtNJkprg==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
dev: false dev: false
/@dcloudio/uni-h5/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-h5/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-bS2Mwe/i18oOaPxi2jli12DjWtDaguEw68DmmH7aBOyhd1xsKVu8I51CKtnOER8PtB3DZoYMH/lsPex0HB2m0A==} resolution: {integrity: sha512-6ttwc6lakNJosCMOrlOjIQKhDaffgQI/OOZ4jlYio8JLGnuDfIKfho3LxBheP6QmOl7fki183rDzsFkze0RUsA==}
dependencies: dependencies:
'@dcloudio/uni-h5-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-h5-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-h5-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-h5-vue': 3.0.0-3070820230322001
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/server-renderer': 3.2.47_vue@3.2.47 '@vue/server-renderer': 3.2.47_vue@3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
debug: 4.3.4 debug: 4.3.4
...@@ -1891,16 +1889,16 @@ packages: ...@@ -1891,16 +1889,16 @@ packages:
resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==} resolution: {integrity: sha512-FO9Iu4zW4td3Tr+eiCDWuele2ehkJ4qxQ/UhpAMLjso+ZdWz6NagK5Syh6cdy1hoDqbxpNoqnLynuJXe81Ereg==}
dev: true dev: true
/@dcloudio/uni-i18n/3.0.0-alpha-3070720230316001: /@dcloudio/uni-i18n/3.0.0-3070820230322001:
resolution: {integrity: sha512-/FJfrQWGRq+7Bn+EscDTiJNsPKdELi79rII0OToNCWg+QHscsGlwdx5EoH1sWQHEM80sv0g8STwDgro6O1nzBA==} resolution: {integrity: sha512-LHISCopBjfgVWv03XkFhqwl+IMkhZV21aM6xhRh+7TJvWGn+qUtk5mHyAwJ49n2fy4t6vfMFUM/Wp7io2jD9SQ==}
/@dcloudio/uni-mp-alipay/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-alipay/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-FNDFLOHO0fneErrVR2lKZCKrCaMyGLkDhQHxLUF2HoCYn7bedu1AoeYw322B4m4C+rfAt0sZyf52F3EYwRgjSA==} resolution: {integrity: sha512-m5IWnZ1PAhhqDq8ICmG1OaKIFtR8VHiqo/6WLJoCeu8HSDcNTtNB39ZSMkl+O0nIIbTys3Ewpa8XRDnOLUz/iA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1910,15 +1908,15 @@ packages: ...@@ -1910,15 +1908,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-baidu/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-baidu/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-7jj7Vww3oAqpysca0WZdm75cvMW1slXnKfm3M1iUV6Hv2eX85Fe/p4UR6g8FE8fgmbO2rnQdujYWZ2Y0q09xqg==} resolution: {integrity: sha512-kckXtnjZUIm3TE6nnQWRcv9EM4PC7D4MtqTmBxGOLSXoFHxdTW4SkSAe8O/1T2+Qp0nJ0p/XrEzxljZrl6VUsg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-weixin': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
jimp: 0.10.3 jimp: 0.10.3
...@@ -1935,14 +1933,14 @@ packages: ...@@ -1935,14 +1933,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-compiler/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-compiler/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-EFdQASGkuntHPYSV8Y1PiNyv4wG91ez+dZXVMaR8Z+TIbZBJ07U+9vfUjbaRN6iZEzy8OW2N5zz8AuQmuvtBQQ==} resolution: {integrity: sha512-fGE1jlvrJ16g59FTxPUH369t4/jiVGu6JiNUat/UbBAIs3L2D2Z38/6cZGn5+oToQW02kUmZAzlr6szG8TCKnw==}
dependencies: dependencies:
'@babel/generator': 7.21.3 '@babel/generator': 7.21.3
'@babel/parser': 7.21.3 '@babel/parser': 7.21.3
'@babel/types': 7.21.3 '@babel/types': 7.21.3
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
...@@ -1954,14 +1952,14 @@ packages: ...@@ -1954,14 +1952,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-jd/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-jd/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-fF6nfzP29XBXqWKR81JgV5Zurs4rDH2VfNPr4/NVwAtgdXSFHbKEZ4txcRrMmiG9/cDEHwz0XxuREtjlyNbwzw==} resolution: {integrity: sha512-e8CvGQ9I/ZSMeRhWDDM2v26ahSoOpOIbzu6om/KkEIT8JUkPWTM4b5Y1rantKMeDQc8AiIKaIOkPcrRmbwz0mw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -1970,15 +1968,15 @@ packages: ...@@ -1970,15 +1968,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-kuaishou/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-kuaishou/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-bUjVYu84Cw+cPXx2bBRlG3cdwnDSXIQzGbI9GmNfaUmXp0hFjeMSLwvD83dCm86swvkgZQEaH6zau86K2j6hwg==} resolution: {integrity: sha512-8cJ4GO8YjGvB2aM+u9HoamUjob0EI8Zu/dHsP7+6mAm7+gLCkZVKRnkkCErx4lt1VHVMrcfkx3XeMMJXhqzxSA==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-mp-weixin': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-weixin': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -1990,15 +1988,15 @@ packages: ...@@ -1990,15 +1988,15 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-lark/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-lark/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-S72m9Lnlja1UeqkjxTWXeBTRjuwIpB0hvjQ9KfMii7+LdrRwY+F4PzOHUiwaV2LCqETl+94ZwRTAEu/ObsQVAQ==} resolution: {integrity: sha512-TkgcQ80/5n+MKuhNSScT+Zv8T2NlPHoM3heAKLnkNWdPIEXMwW3mFu6H3rtoLuOCS8WEynsXi6U+gQslY0yakQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-toutiao': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-toutiao': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -2008,13 +2006,13 @@ packages: ...@@ -2008,13 +2006,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-qq/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-qq/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-v+wtuiPRrexOoRmiEXWKvu0S60pYOhESVmUYX0rFEB+kuYN7gfdTIi9xiE7ov5qzOAc4cS763rJafWuPAJQf3g==} resolution: {integrity: sha512-NI2hsvi3uZ1/B1tJ78F4CwjW/6Icjz8r9YoYFjfpfepXDbW2/x9U/ewFZJz5QBzHir5oaGuWYSzL6tkrE/rgYg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
fs-extra: 10.1.0 fs-extra: 10.1.0
transitivePeerDependencies: transitivePeerDependencies:
...@@ -2024,14 +2022,14 @@ packages: ...@@ -2024,14 +2022,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-toutiao/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-toutiao/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-K/JMqUxmQmkjFGTh445IAEW8kRK0ACBDl0jKWKLLZ4U1BooQ9HMNKgW+PxP/RCR8o9yBvmLcDnTNXeeDD2El/A==} resolution: {integrity: sha512-siC83/egxJh8e2XX5SYlYz97Rew2KiJmHG2zHCsQDo0GEz9V7TZAg4qiJlBRVjjTHRgA4KTZ6ZiNLTmD+6WsHQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
...@@ -2041,14 +2039,14 @@ packages: ...@@ -2041,14 +2039,14 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vite/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-vite/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-T0GJZEe38IKdOORWcvFBGP/YCGCmIlKJISfB4R59O6aNLE7C4YJoCp7D3j9VHA1CWOMfPMZyboRnuAlxxxQ/WA==} resolution: {integrity: sha512-61OkRsdsXPJMwHiWo2MJ919VR3ezy7A85tl9U++MusHdPcb2cVJBn0HvGJkJoUxxGoVqAQAAAF66Odf71HuIgw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-i18n': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-i18n': 3.0.0-3070820230322001
'@dcloudio/uni-mp-compiler': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-compiler': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
debug: 4.3.4 debug: 4.3.4
...@@ -2059,20 +2057,20 @@ packages: ...@@ -2059,20 +2057,20 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-mp-vue/3.0.0-alpha-3070720230316001: /@dcloudio/uni-mp-vue/3.0.0-3070820230322001:
resolution: {integrity: sha512-SF7s+kyvPBuA8hhJ2NNbnmgccy8L/+G2PYe2Le6anW6zN7hIZHr08+4OCiD2tPwbDWV6lvSELTDHzJn6LKlFNw==} resolution: {integrity: sha512-UB6L1OMt3H8tNRd/B6cVpOSacduStJjfhhQSr84C1JCWEFnVfx+0CEHB9w9TQ3/7/VqaA5v/mz6Aa+1bB9ngLA==}
dependencies: dependencies:
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
dev: false dev: false
/@dcloudio/uni-mp-weixin/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-mp-weixin/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-fi8naZ8z4q0AaXbEHypVtgwZK6GA25pXmSId6aToyRV2dc8JXAPBVrlXA82wQHtCCntq4ZMgd/FgF/Db+5nNCg==} resolution: {integrity: sha512-TuwPem3dmcPlWbkaKW0NthMQiCqb753C8qpQZ6mT4FdQSF/EeRyGNIzplYohgdIgQq63QFgu07asQ3/EJQEaZg==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
jimp: 0.10.3 jimp: 0.10.3
licia: 1.38.0 licia: 1.38.0
...@@ -2088,18 +2086,18 @@ packages: ...@@ -2088,18 +2086,18 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-nvue-styler/3.0.0-alpha-3070720230316001: /@dcloudio/uni-nvue-styler/3.0.0-3070820230322001:
resolution: {integrity: sha512-4QAGsJMIZycSoHRbTd6G4FAGOtyLazqpOL3j+CfC2FEbMxJUb2cG0wf3gVOk3OF7QNonls0wn1NWFfWPifE+AA==} resolution: {integrity: sha512-NAWIWIgAUjsyGRJxBQFqbVK8mPyDZb5vxNU78rirc1FClbKZintK5J9TFnsjwOWXRzckMvx5n4dfm6fEsQ371w==}
dependencies: dependencies:
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
parse-css-font: 4.0.0 parse-css-font: 4.0.0
postcss: 8.4.21 postcss: 8.4.21
dev: false dev: false
/@dcloudio/uni-push/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-push/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-Qa05Sh5vjsl8hRYzTItTrYb8ELP0y7vd5+03NKzvkjK+C0oylwRJRbJOhFGw+za5AM6kxe7QJYNLX8smTLaEyA==} resolution: {integrity: sha512-llyyWMMBX6ISTcf2Jbum+7sOnwDeF3f4SqRKiFI2i5yPeZFn5uyLV1maeXQH54/MczIqNAd8tmSIuC5GkPob4w==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -2107,13 +2105,13 @@ packages: ...@@ -2107,13 +2105,13 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-quickapp-webview/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-quickapp-webview/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-XLA2y7f+YHggfTrt5UeNd9FzDOcOLTtwaS8AMiKnyK4Iw26V5vecC8X2fxfBI0DdBVtAJjB+wRkSKpSFeoViyg==} resolution: {integrity: sha512-ttyvrNqcGLbtg+NKGgGe1E2CGNaEqn4+YjvE3qcSXvTshex/MFT4cUmQ8jK7NFuPVw51DODiuJ2mEcubs2/QGQ==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vite': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-mp-vite': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-mp-vue': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-mp-vue': 3.0.0-3070820230322001
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -2122,20 +2120,20 @@ packages: ...@@ -2122,20 +2120,20 @@ packages:
- vue - vue
dev: false dev: false
/@dcloudio/uni-shared/3.0.0-alpha-3070720230316001: /@dcloudio/uni-shared/3.0.0-3070820230322001:
resolution: {integrity: sha512-5LF0KMMVhCO5nQbO2nB+88eS0rBKetKAWRklGgvzTMK3edDTsXXas7ngd5CEKTDKURaggcCVTPk3hxGlY4PUmA==} resolution: {integrity: sha512-d/ziFqQrLecwoVJfwdjGJg/I0vTmeYrIQjbFZkH3aulx2c7ZV2muh5NzZdedVnpl/Dhba0wY6evvcMApjzYW7Q==}
dependencies: dependencies:
'@vue/shared': 3.2.47 '@vue/shared': 3.2.47
/@dcloudio/uni-stacktracey/3.0.0-alpha-3070720230316001: /@dcloudio/uni-stacktracey/3.0.0-3070820230322001:
resolution: {integrity: sha512-XVk9vPVEROFuch+kCvb6qCBU3uMo/6pFxVhYYUVzbVASZ+4aczPtLl6Jg/lu5vGrF2ukvkLQeAMagybw7IbKiQ==} resolution: {integrity: sha512-D1gIhfGLiEokK+cWZM8FukkJk76dO4vmNTOrcAGzBGqh97asAgmb2jkORZmdjHAwEI7HrvH6xcLq1+cqW4bUyw==}
dev: true dev: true
/@dcloudio/uni-stat/3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47: /@dcloudio/uni-stat/3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47:
resolution: {integrity: sha512-XX5ng/i6ENGUoM2GruUTB21V1MDoMQmXhBXb131GcM4cNZbkFgZrMAGudygYQT9zTuFOcv1JqRW3PWxi5LapQw==} resolution: {integrity: sha512-xLGi6LFCyO1G+VISkvZK26gwDoev3uHeEZUfJUZzmL5dC5d1l74G7Wpb4OKq125u6na3JQG43IdW90trZMqBFw==}
dependencies: dependencies:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
debug: 4.3.4 debug: 4.3.4
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
...@@ -2148,8 +2146,8 @@ packages: ...@@ -2148,8 +2146,8 @@ packages:
resolution: {integrity: sha512-JpYXNi9WEmFeTcF6EWrksrMqA0HEl76nxW/Imd0PW1qm/7TORAGSpvMmEDYrMQ3vIbRQFV+n6bhiJIWi34u/5Q==} resolution: {integrity: sha512-JpYXNi9WEmFeTcF6EWrksrMqA0HEl76nxW/Imd0PW1qm/7TORAGSpvMmEDYrMQ3vIbRQFV+n6bhiJIWi34u/5Q==}
dev: false dev: false
/@dcloudio/vite-plugin-uni/3.0.0-alpha-3070720230316001_yyftienbqt4hhb6vsmjp67iaku: /@dcloudio/vite-plugin-uni/3.0.0-3070820230322001_kpnj3cfw52cvv33p4pg3c5gqye:
resolution: {integrity: sha512-8CbJlfaVt7m0qNiqFhHl+QwsW1U1Mw1cHmGBNz2h6gNZ50ANjJOfALBz9Z7E6LdsdgqJ0mNCuGfgI+rxqbRT+Q==} resolution: {integrity: sha512-BE+tsKJ1Xid4CpNsatlAaEd6KZVvVaE0ZkSyc5pTvuGWyXMw1gWMXTvygaSKGXYuxqlY1DbzRBBZtSI3Ocb3tw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -2158,12 +2156,12 @@ packages: ...@@ -2158,12 +2156,12 @@ packages:
'@babel/core': 7.21.3 '@babel/core': 7.21.3
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.3 '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.21.3
'@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3 '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3070720230316001_postcss@8.4.21+vue@3.2.47 '@dcloudio/uni-cli-shared': 3.0.0-3070820230322001_postcss@8.4.21+vue@3.2.47
'@dcloudio/uni-shared': 3.0.0-alpha-3070720230316001 '@dcloudio/uni-shared': 3.0.0-3070820230322001
'@rollup/pluginutils': 4.2.1 '@rollup/pluginutils': 4.2.1
'@vitejs/plugin-legacy': 4.0.2_terser@5.16.6+vite@4.2.0 '@vitejs/plugin-legacy': 4.0.2_terser@5.16.6+vite@4.2.1
'@vitejs/plugin-vue': 4.1.0_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue': 4.1.0_vite@4.2.1+vue@3.2.47
'@vitejs/plugin-vue-jsx': 3.0.1_vite@4.2.0+vue@3.2.47 '@vitejs/plugin-vue-jsx': 3.0.1_vite@4.2.1+vue@3.2.47
'@vue/compiler-core': 3.2.47 '@vue/compiler-core': 3.2.47
'@vue/compiler-dom': 3.2.47 '@vue/compiler-dom': 3.2.47
'@vue/compiler-sfc': 3.2.47 '@vue/compiler-sfc': 3.2.47
...@@ -2179,7 +2177,7 @@ packages: ...@@ -2179,7 +2177,7 @@ packages:
magic-string: 0.27.0 magic-string: 0.27.0
picocolors: 1.0.0 picocolors: 1.0.0
terser: 5.16.6 terser: 5.16.6
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- supports-color - supports-color
...@@ -2601,8 +2599,8 @@ packages: ...@@ -2601,8 +2599,8 @@ packages:
engines: {node: '>=6.9.0'} engines: {node: '>=6.9.0'}
dev: true dev: true
/@iconify/json/2.2.36: /@iconify/json/2.2.38:
resolution: {integrity: sha512-M3NzzLjmE5udIO24EgT9MV1LfU5FQDw9nfAfgrV3NySiLMtZFoOvFEdURJihH2SJWCoFhIpRRkgSZKN8qWIhuQ==} resolution: {integrity: sha512-/rILbwnpDy7c82vyaOl7AYLozohNrNjhiQpBp1lI2r9IDzhcA18tfogdeP7S7WWdhy4fxIlebVnsEi0Ql4fQIA==}
dependencies: dependencies:
'@iconify/types': 2.0.0 '@iconify/types': 2.0.0
pathe: 1.1.0 pathe: 1.1.0
...@@ -2733,7 +2731,7 @@ packages: ...@@ -2733,7 +2731,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
jest-message-util: 27.5.1 jest-message-util: 27.5.1
jest-util: 27.5.1 jest-util: 27.5.1
...@@ -2754,7 +2752,7 @@ packages: ...@@ -2754,7 +2752,7 @@ packages:
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/transform': 27.5.1 '@jest/transform': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.2 chalk: 4.1.2
emittery: 0.8.1 emittery: 0.8.1
...@@ -2791,7 +2789,7 @@ packages: ...@@ -2791,7 +2789,7 @@ packages:
dependencies: dependencies:
'@jest/fake-timers': 27.5.1 '@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
jest-mock: 27.5.1 jest-mock: 27.5.1
dev: true dev: true
...@@ -2801,7 +2799,7 @@ packages: ...@@ -2801,7 +2799,7 @@ packages:
dependencies: dependencies:
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@sinonjs/fake-timers': 8.1.0 '@sinonjs/fake-timers': 8.1.0
'@types/node': 18.15.3 '@types/node': 18.15.5
jest-message-util: 27.5.1 jest-message-util: 27.5.1
jest-mock: 27.5.1 jest-mock: 27.5.1
jest-util: 27.5.1 jest-util: 27.5.1
...@@ -2830,7 +2828,7 @@ packages: ...@@ -2830,7 +2828,7 @@ packages:
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/transform': 27.5.1 '@jest/transform': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
collect-v8-coverage: 1.0.1 collect-v8-coverage: 1.0.1
exit: 0.1.2 exit: 0.1.2
...@@ -2914,7 +2912,7 @@ packages: ...@@ -2914,7 +2912,7 @@ packages:
dependencies: dependencies:
'@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-lib-coverage': 2.0.4
'@types/istanbul-reports': 3.0.1 '@types/istanbul-reports': 3.0.1
'@types/node': 18.15.3 '@types/node': 18.15.5
'@types/yargs': 16.0.5 '@types/yargs': 16.0.5
chalk: 4.1.2 chalk: 4.1.2
dev: true dev: true
...@@ -3497,6 +3495,10 @@ packages: ...@@ -3497,6 +3495,10 @@ packages:
resolution: {integrity: sha512-f4A+++lGZGJvVSgeyMkqA7BEf2BVQli6F+qEykKb49c5ieWQBkfpn6CP5c1IZr2Yi2Ofl6Fj+v0e1fN18Z8Cnw==} resolution: {integrity: sha512-f4A+++lGZGJvVSgeyMkqA7BEf2BVQli6F+qEykKb49c5ieWQBkfpn6CP5c1IZr2Yi2Ofl6Fj+v0e1fN18Z8Cnw==}
dev: true dev: true
/@types/crypto-js/4.1.1:
resolution: {integrity: sha512-BG7fQKZ689HIoc5h+6D2Dgq1fABRa0RbBWKBd9SP/MVRVXROflpm5fhwyATX5duFmbStzyzyycPB8qUYKDH3NA==}
dev: true
/@types/estree/1.0.0: /@types/estree/1.0.0:
resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==} resolution: {integrity: sha512-WulqXMDUTYAXCjZnk6JtIHPigp55cVtDgDrO2gHRwhyJto21+1zbVCtOYB2L1F9w4qCQ0rOGWBnBe0FNTiEJIQ==}
dev: true dev: true
...@@ -3504,7 +3506,7 @@ packages: ...@@ -3504,7 +3506,7 @@ packages:
/@types/graceful-fs/4.1.6: /@types/graceful-fs/4.1.6:
resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==} resolution: {integrity: sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==}
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
dev: true dev: true
/@types/istanbul-lib-coverage/2.0.4: /@types/istanbul-lib-coverage/2.0.4:
...@@ -3541,8 +3543,8 @@ packages: ...@@ -3541,8 +3543,8 @@ packages:
resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==} resolution: {integrity: sha512-BdZ5BCCvho3EIXw6wUCXHe7rS53AIDPLE+JzwgT+OsJk53oBfbSmZZ7CX4VaRoN78N+TJpFi9QPlfIVNmJYWxQ==}
dev: true dev: true
/@types/mdast/3.0.10: /@types/mdast/3.0.11:
resolution: {integrity: sha512-W864tg/Osz1+9f4lrGTZpCSO5/z4608eUp19tbozkq2HJK6i3z1kT0H9tlADXuYIb1YYOBByU4Jsqkk75q48qA==} resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==}
dependencies: dependencies:
'@types/unist': 2.0.6 '@types/unist': 2.0.6
dev: true dev: true
...@@ -3551,16 +3553,12 @@ packages: ...@@ -3551,16 +3553,12 @@ packages:
resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==}
dev: true dev: true
/@types/mockjs/1.0.7:
resolution: {integrity: sha512-OCxXz6hEaJOVpRwuJMiVY5a6LtJcih+br9gwB/Q8ooOBikvk5FpBQ31OlNimXo3EqKha1Z7PFBni+q9m+8NCWg==}
dev: true
/@types/node/12.20.55: /@types/node/12.20.55:
resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==} resolution: {integrity: sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==}
dev: true dev: true
/@types/node/18.15.3: /@types/node/18.15.5:
resolution: {integrity: sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==} resolution: {integrity: sha512-Ark2WDjjZO7GmvsyFFf81MXuGTA/d6oP38anyxWOL6EREyBKAxKoFHwBhaZxCfLRLpO8JgVXwqOwSwa7jRcjew==}
/@types/normalize-package-data/2.4.1: /@types/normalize-package-data/2.4.1:
resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==} resolution: {integrity: sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==}
...@@ -3589,7 +3587,7 @@ packages: ...@@ -3589,7 +3587,7 @@ packages:
/@types/stompjs/2.3.5: /@types/stompjs/2.3.5:
resolution: {integrity: sha512-0WkL8RlB1uuZt8XJEdnwdFdV5RIFcQw9UhNQfTpiJYcjqC6QQpFqc5YcIrlH+K/843EGJVIaOFANjs7u7bmTlw==} resolution: {integrity: sha512-0WkL8RlB1uuZt8XJEdnwdFdV5RIFcQw9UhNQfTpiJYcjqC6QQpFqc5YcIrlH+K/843EGJVIaOFANjs7u7bmTlw==}
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
dev: true dev: true
/@types/unist/2.0.6: /@types/unist/2.0.6:
...@@ -3613,8 +3611,8 @@ packages: ...@@ -3613,8 +3611,8 @@ packages:
'@types/yargs-parser': 21.0.0 '@types/yargs-parser': 21.0.0
dev: true dev: true
/@typescript-eslint/eslint-plugin/5.55.0_342y7v4tc7ytrrysmit6jo4wri: /@typescript-eslint/eslint-plugin/5.56.0_iskin7c6dxqunwflhstekcjqmq:
resolution: {integrity: sha512-IZGc50rtbjk+xp5YQoJvmMPmJEYoC53SiKPXyqWfv15XoD2Y5Kju6zN0DwlmaGJp1Iw33JsWJcQ7nw0lGCGjVg==} resolution: {integrity: sha512-ZNW37Ccl3oMZkzxrYDUX4o7cnuPgU+YrcaYXzsRtLB16I1FR5SHMqga3zGsaSliZADCWo2v8qHWqAYIj8nWCCg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
'@typescript-eslint/parser': ^5.0.0 '@typescript-eslint/parser': ^5.0.0
...@@ -3625,10 +3623,10 @@ packages: ...@@ -3625,10 +3623,10 @@ packages:
optional: true optional: true
dependencies: dependencies:
'@eslint-community/regexpp': 4.4.0 '@eslint-community/regexpp': 4.4.0
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
'@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/scope-manager': 5.56.0
'@typescript-eslint/type-utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/type-utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m
'@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m
debug: 4.3.4 debug: 4.3.4
eslint: 8.36.0 eslint: 8.36.0
grapheme-splitter: 1.0.4 grapheme-splitter: 1.0.4
...@@ -3641,8 +3639,8 @@ packages: ...@@ -3641,8 +3639,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/parser/5.55.0_vgl77cfdswitgr47lm5swmv43m: /@typescript-eslint/parser/5.56.0_vgl77cfdswitgr47lm5swmv43m:
resolution: {integrity: sha512-ppvmeF7hvdhUUZWSd2EEWfzcFkjJzgNQzVST22nzg958CR+sphy8A6K7LXQZd6V75m1VKjp+J4g/PCEfSCmzhw==} resolution: {integrity: sha512-sn1OZmBxUsgxMmR8a8U5QM/Wl+tyqlH//jTqCg8daTAmhAk26L2PFhcqPLlYBhYUJMZJK276qLXlHN3a83o2cg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
...@@ -3651,9 +3649,9 @@ packages: ...@@ -3651,9 +3649,9 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/scope-manager': 5.56.0
'@typescript-eslint/types': 5.55.0 '@typescript-eslint/types': 5.56.0
'@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5
debug: 4.3.4 debug: 4.3.4
eslint: 8.36.0 eslint: 8.36.0
typescript: 4.9.5 typescript: 4.9.5
...@@ -3661,16 +3659,16 @@ packages: ...@@ -3661,16 +3659,16 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/scope-manager/5.55.0: /@typescript-eslint/scope-manager/5.56.0:
resolution: {integrity: sha512-OK+cIO1ZGhJYNCL//a3ROpsd83psf4dUJ4j7pdNVzd5DmIk+ffkuUIX2vcZQbEW/IR41DYsfJTB19tpCboxQuw==} resolution: {integrity: sha512-jGYKyt+iBakD0SA5Ww8vFqGpoV2asSjwt60Gl6YcO8ksQ8s2HlUEyHBMSa38bdLopYqGf7EYQMUIGdT/Luw+sw==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.55.0 '@typescript-eslint/types': 5.56.0
'@typescript-eslint/visitor-keys': 5.55.0 '@typescript-eslint/visitor-keys': 5.56.0
dev: true dev: true
/@typescript-eslint/type-utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: /@typescript-eslint/type-utils/5.56.0_vgl77cfdswitgr47lm5swmv43m:
resolution: {integrity: sha512-ObqxBgHIXj8rBNm0yh8oORFrICcJuZPZTqtAFh0oZQyr5DnAHZWfyw54RwpEEH+fD8suZaI0YxvWu5tYE/WswA==} resolution: {integrity: sha512-8WxgOgJjWRy6m4xg9KoSHPzBNZeQbGlQOH7l2QEhQID/+YseaFxg5J/DLwWSsi9Axj4e/cCiKx7PVzOq38tY4A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: '*' eslint: '*'
...@@ -3679,8 +3677,8 @@ packages: ...@@ -3679,8 +3677,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5
'@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m
debug: 4.3.4 debug: 4.3.4
eslint: 8.36.0 eslint: 8.36.0
tsutils: 3.21.0_typescript@4.9.5 tsutils: 3.21.0_typescript@4.9.5
...@@ -3689,13 +3687,13 @@ packages: ...@@ -3689,13 +3687,13 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/types/5.55.0: /@typescript-eslint/types/5.56.0:
resolution: {integrity: sha512-M4iRh4AG1ChrOL6Y+mETEKGeDnT7Sparn6fhZ5LtVJF1909D5O4uqK+C5NPbLmpfZ0XIIxCdwzKiijpZUOvOug==} resolution: {integrity: sha512-JyAzbTJcIyhuUhogmiu+t79AkdnqgPUEsxMTMc/dCZczGMJQh1MK2wgrju++yMN6AWroVAy2jxyPcPr3SWCq5w==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dev: true dev: true
/@typescript-eslint/typescript-estree/5.55.0_typescript@4.9.5: /@typescript-eslint/typescript-estree/5.56.0_typescript@4.9.5:
resolution: {integrity: sha512-I7X4A9ovA8gdpWMpr7b1BN9eEbvlEtWhQvpxp/yogt48fy9Lj3iE3ild/1H3jKBBIYj5YYJmS2+9ystVhC7eaQ==} resolution: {integrity: sha512-41CH/GncsLXOJi0jb74SnC7jVPWeVJ0pxQj8bOjH1h2O26jXN3YHKDT1ejkVz5YeTEQPeLCCRY0U2r68tfNOcg==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
typescript: '*' typescript: '*'
...@@ -3703,8 +3701,8 @@ packages: ...@@ -3703,8 +3701,8 @@ packages:
typescript: typescript:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/types': 5.55.0 '@typescript-eslint/types': 5.56.0
'@typescript-eslint/visitor-keys': 5.55.0 '@typescript-eslint/visitor-keys': 5.56.0
debug: 4.3.4 debug: 4.3.4
globby: 11.1.0 globby: 11.1.0
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -3715,8 +3713,8 @@ packages: ...@@ -3715,8 +3713,8 @@ packages:
- supports-color - supports-color
dev: true dev: true
/@typescript-eslint/utils/5.55.0_vgl77cfdswitgr47lm5swmv43m: /@typescript-eslint/utils/5.56.0_vgl77cfdswitgr47lm5swmv43m:
resolution: {integrity: sha512-FkW+i2pQKcpDC3AY6DU54yl8Lfl14FVGYDgBTyGKB75cCwV3KpkpTMFi9d9j2WAJ4271LR2HeC5SEWF/CZmmfw==} resolution: {integrity: sha512-XhZDVdLnUJNtbzaJeDSCIYaM+Tgr59gZGbFuELgF7m0IY03PlciidS7UQNKLE0+WpUTn1GlycEr6Ivb/afjbhA==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
...@@ -3724,9 +3722,9 @@ packages: ...@@ -3724,9 +3722,9 @@ packages:
'@eslint-community/eslint-utils': 4.3.0_eslint@8.36.0 '@eslint-community/eslint-utils': 4.3.0_eslint@8.36.0
'@types/json-schema': 7.0.11 '@types/json-schema': 7.0.11
'@types/semver': 7.3.13 '@types/semver': 7.3.13
'@typescript-eslint/scope-manager': 5.55.0 '@typescript-eslint/scope-manager': 5.56.0
'@typescript-eslint/types': 5.55.0 '@typescript-eslint/types': 5.56.0
'@typescript-eslint/typescript-estree': 5.55.0_typescript@4.9.5 '@typescript-eslint/typescript-estree': 5.56.0_typescript@4.9.5
eslint: 8.36.0 eslint: 8.36.0
eslint-scope: 5.1.1 eslint-scope: 5.1.1
semver: 7.3.8 semver: 7.3.8
...@@ -3735,20 +3733,20 @@ packages: ...@@ -3735,20 +3733,20 @@ packages:
- typescript - typescript
dev: true dev: true
/@typescript-eslint/visitor-keys/5.55.0: /@typescript-eslint/visitor-keys/5.56.0:
resolution: {integrity: sha512-q2dlHHwWgirKh1D3acnuApXG+VNXpEY5/AwRxDVuEQpxWaB0jCDe0jFMVMALJ3ebSfuOVE8/rMS+9ZOYGg1GWw==} resolution: {integrity: sha512-1mFdED7u5bZpX6Xxf5N9U2c18sb+8EvU3tyOIj6LQZ5OOvnmj8BVeNNP603OFPm5KkS1a7IvCIcwrdHXaEMG/Q==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
dependencies: dependencies:
'@typescript-eslint/types': 5.55.0 '@typescript-eslint/types': 5.56.0
eslint-visitor-keys: 3.3.0 eslint-visitor-keys: 3.3.0
dev: true dev: true
/@unocss/astro/0.50.6_vite@4.2.0: /@unocss/astro/0.50.6_vite@4.2.1:
resolution: {integrity: sha512-gSGQIh+hBCor7KbAylu4wBQaMZp3AkT8dW9E6jrecpluVxzGGdar93a79Wqs76OlWiu7hr8zOyRbSDgfkwDung==} resolution: {integrity: sha512-gSGQIh+hBCor7KbAylu4wBQaMZp3AkT8dW9E6jrecpluVxzGGdar93a79Wqs76OlWiu7hr8zOyRbSDgfkwDung==}
dependencies: dependencies:
'@unocss/core': 0.50.6 '@unocss/core': 0.50.6
'@unocss/reset': 0.50.6 '@unocss/reset': 0.50.6
'@unocss/vite': 0.50.6_vite@4.2.0 '@unocss/vite': 0.50.6_vite@4.2.1
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
- vite - vite
...@@ -3899,7 +3897,7 @@ packages: ...@@ -3899,7 +3897,7 @@ packages:
'@unocss/core': 0.50.6 '@unocss/core': 0.50.6
dev: true dev: true
/@unocss/vite/0.50.6_vite@4.2.0: /@unocss/vite/0.50.6_vite@4.2.1:
resolution: {integrity: sha512-BBfNHWRTD69ToNX4NlYdORFG6uH51HCjX+vZ8HAVgYHpSeVWziG3srnGYOk5IS0pKPzQGoLBlz8rstMsGhrAjA==} resolution: {integrity: sha512-BBfNHWRTD69ToNX4NlYdORFG6uH51HCjX+vZ8HAVgYHpSeVWziG3srnGYOk5IS0pKPzQGoLBlz8rstMsGhrAjA==}
peerDependencies: peerDependencies:
vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0 vite: ^2.9.0 || ^3.0.0-0 || ^4.0.0
...@@ -3914,12 +3912,12 @@ packages: ...@@ -3914,12 +3912,12 @@ packages:
chokidar: 3.5.3 chokidar: 3.5.3
fast-glob: 3.2.12 fast-glob: 3.2.12
magic-string: 0.30.0 magic-string: 0.30.0
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
transitivePeerDependencies: transitivePeerDependencies:
- rollup - rollup
dev: true dev: true
/@vitejs/plugin-legacy/4.0.2_terser@5.16.6+vite@4.2.0: /@vitejs/plugin-legacy/4.0.2_terser@5.16.6+vite@4.2.1:
resolution: {integrity: sha512-ivnt9sCkgwJTYTWLjuvY6H/HTuiQC1EgzAPkiAvi0yNAssiqOJjyjhG3hAK5LFUUorE0w9kGxn8K0f/74DlbxQ==} resolution: {integrity: sha512-ivnt9sCkgwJTYTWLjuvY6H/HTuiQC1EgzAPkiAvi0yNAssiqOJjyjhG3hAK5LFUUorE0w9kGxn8K0f/74DlbxQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -3932,14 +3930,14 @@ packages: ...@@ -3932,14 +3930,14 @@ packages:
core-js: 3.29.1 core-js: 3.29.1
magic-string: 0.30.0 magic-string: 0.30.0
regenerator-runtime: 0.13.11 regenerator-runtime: 0.13.11
systemjs: 6.14.0 systemjs: 6.14.1
terser: 5.16.6 terser: 5.16.6
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue-jsx/3.0.1_vite@4.2.0+vue@3.2.47: /@vitejs/plugin-vue-jsx/3.0.1_vite@4.2.1+vue@3.2.47:
resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==} resolution: {integrity: sha512-+Jb7ggL48FSPS1uhPnJbJwWa9Sr90vQ+d0InW+AhBM22n+cfuYqJZDckBc+W3QSHe1WDvewMZfa4wZOtk5pRgw==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -3949,20 +3947,20 @@ packages: ...@@ -3949,20 +3947,20 @@ packages:
'@babel/core': 7.21.3 '@babel/core': 7.21.3
'@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3 '@babel/plugin-transform-typescript': 7.21.3_@babel+core@7.21.3
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.21.3 '@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.21.3
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
vue: 3.2.47 vue: 3.2.47
transitivePeerDependencies: transitivePeerDependencies:
- supports-color - supports-color
dev: true dev: true
/@vitejs/plugin-vue/4.1.0_vite@4.2.0+vue@3.2.47: /@vitejs/plugin-vue/4.1.0_vite@4.2.1+vue@3.2.47:
resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==} resolution: {integrity: sha512-++9JOAFdcXI3lyer9UKUV4rfoQ3T1RN8yDqoCLar86s0xQct5yblxAE+yWgRnU5/0FOlVCpTZpYSBV/bGWrSrQ==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
peerDependencies: peerDependencies:
vite: ^4.0.0 vite: ^4.0.0
vue: ^3.2.25 vue: ^3.2.25
dependencies: dependencies:
vite: 4.2.0_bnrk2l7cjob6lu6rwapmed47nu vite: 4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu
vue: 3.2.47 vue: 3.2.47
/@vue/babel-helper-vue-transform-on/1.0.2: /@vue/babel-helper-vue-transform-on/1.0.2:
...@@ -4343,7 +4341,7 @@ packages: ...@@ -4343,7 +4341,7 @@ packages:
postcss: ^8.1.0 postcss: ^8.1.0
dependencies: dependencies:
browserslist: 4.21.5 browserslist: 4.21.5
caniuse-lite: 1.0.30001468 caniuse-lite: 1.0.30001469
fraction.js: 4.2.0 fraction.js: 4.2.0
normalize-range: 0.1.2 normalize-range: 0.1.2
picocolors: 1.0.0 picocolors: 1.0.0
...@@ -4557,8 +4555,8 @@ packages: ...@@ -4557,8 +4555,8 @@ packages:
engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7}
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001468 caniuse-lite: 1.0.30001469
electron-to-chromium: 1.4.333 electron-to-chromium: 1.4.336
node-releases: 2.0.10 node-releases: 2.0.10
update-browserslist-db: 1.0.10_browserslist@4.21.5 update-browserslist-db: 1.0.10_browserslist@4.21.5
...@@ -4653,8 +4651,8 @@ packages: ...@@ -4653,8 +4651,8 @@ packages:
engines: {node: '>=10'} engines: {node: '>=10'}
dev: true dev: true
/caniuse-lite/1.0.30001468: /caniuse-lite/1.0.30001469:
resolution: {integrity: sha512-zgAo8D5kbOyUcRAgSmgyuvBkjrGk5CGYG5TYgFdpQv+ywcyEpo1LOWoG8YmoflGnh+V+UsNuKYedsoYs0hzV5A==} resolution: {integrity: sha512-Rcp7221ScNqQPP3W+lVOYDyjdR6dC+neEQCttoNr5bAyz54AboB4iwpnWgyi8P4YUsPybVzT4LgWiBbI3drL4g==}
/chalk/2.4.2: /chalk/2.4.2:
resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==}
...@@ -4864,6 +4862,7 @@ packages: ...@@ -4864,6 +4862,7 @@ packages:
/commander/10.0.0: /commander/10.0.0:
resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==} resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==}
engines: {node: '>=14'} engines: {node: '>=14'}
dev: true
/commander/2.20.3: /commander/2.20.3:
resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
...@@ -4908,7 +4907,7 @@ packages: ...@@ -4908,7 +4907,7 @@ packages:
resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==} resolution: {integrity: sha512-W6Af2Iw1z4CB7q4uU4hv646dW9GQuBM+YpC0UvUCWSD8w90SJjp+ujJuXaEMtAXBtSqGfMPuFOVn4/+FlaqfBA==}
/concat-map/0.0.1: /concat-map/0.0.1:
resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} resolution: {integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=}
/consola/2.15.3: /consola/2.15.3:
resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==} resolution: {integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==}
...@@ -5101,7 +5100,7 @@ packages: ...@@ -5101,7 +5100,7 @@ packages:
resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==} resolution: {integrity: sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==}
/cookie-signature/1.0.6: /cookie-signature/1.0.6:
resolution: {integrity: sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==} resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=}
dev: true dev: true
/cookie/0.5.0: /cookie/0.5.0:
...@@ -5128,7 +5127,7 @@ packages: ...@@ -5128,7 +5127,7 @@ packages:
resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==}
dev: true dev: true
/cosmiconfig-typescript-loader/4.3.0_xpbhsfpn5tsw264wy6mojm5vre: /cosmiconfig-typescript-loader/4.3.0_7woy4ibcfjwmaucoravjxjqwpq:
resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==} resolution: {integrity: sha512-NTxV1MFfZDLPiBMjxbHRwSh5LaLcPMwNdCutmnHJCKoVnlvldPWlllonKwrsRJ5pYZBIBGRWWU2tfvzxgeSW5Q==}
engines: {node: '>=12', npm: '>=6'} engines: {node: '>=12', npm: '>=6'}
peerDependencies: peerDependencies:
...@@ -5137,9 +5136,9 @@ packages: ...@@ -5137,9 +5136,9 @@ packages:
ts-node: '>=10' ts-node: '>=10'
typescript: '>=3' typescript: '>=3'
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
cosmiconfig: 8.1.3 cosmiconfig: 8.1.3
ts-node: 10.9.1_cbfmry4sbbh4vatmdrsmatfg5a ts-node: 10.9.1_345kigqis4fipgyy5xb3ndshmq
typescript: 4.9.5 typescript: 4.9.5
dev: true dev: true
...@@ -5196,6 +5195,10 @@ packages: ...@@ -5196,6 +5195,10 @@ packages:
which: 2.0.2 which: 2.0.2
dev: true dev: true
/crypto-js/4.1.1:
resolution: {integrity: sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw==}
dev: false
/css-font-size-keywords/1.0.0: /css-font-size-keywords/1.0.0:
resolution: {integrity: sha512-Q+svMDbMlelgCfH/RVDKtTDaf5021O486ZThQPIpahnIjUkMUslC+WuOQSWTgGSrNCH08Y7tYNEmmy0hkfMI8Q==} resolution: {integrity: sha512-Q+svMDbMlelgCfH/RVDKtTDaf5021O486ZThQPIpahnIjUkMUslC+WuOQSWTgGSrNCH08Y7tYNEmmy0hkfMI8Q==}
dev: false dev: false
...@@ -5297,7 +5300,7 @@ packages: ...@@ -5297,7 +5300,7 @@ packages:
longest: 2.0.1 longest: 2.0.1
word-wrap: 1.2.3 word-wrap: 1.2.3
optionalDependencies: optionalDependencies:
'@commitlint/load': 17.4.4 '@commitlint/load': 17.5.0
transitivePeerDependencies: transitivePeerDependencies:
- '@swc/core' - '@swc/core'
- '@swc/wasm' - '@swc/wasm'
...@@ -5315,12 +5318,12 @@ packages: ...@@ -5315,12 +5318,12 @@ packages:
word-wrap: 1.2.3 word-wrap: 1.2.3
dev: true dev: true
/cz-git/1.6.0: /cz-git/1.6.1:
resolution: {integrity: sha512-eOGpDlYtY9qcJ+PC9Rg+Dk0aDrk6azkOOU5z52MJzKm11mtIMQIzqCtvsM7fHYschiQ0NCcrg5pNr9JaxtVA1A==} resolution: {integrity: sha512-+ohk/MFETERw4o/WpN3hUk7GM8oAwnaQI/uDuREGm4/B+G3DghGvNZQ/0MbFqZHWgKWvMzNZI6eKmPo0uPCu1A==}
dev: true dev: true
/czg/1.6.0: /czg/1.6.1:
resolution: {integrity: sha512-bFAXzGUrwanQ/VDL+s6zhoXxZbZNHCoAF0R2VAaHoFNpyAFeOrQ66TLP7FydaRsnXdBzRazfN+BUVdKUkyoHGw==} resolution: {integrity: sha512-F6xzZ+ooLqCOLdsT7miEZRInaTjoglY5CjT5Hc4Yg9gxwLS2zjfUUFGvemVgUZI+ggzFAHE6VL0PA+4ukbOWgQ==}
hasBin: true hasBin: true
dev: true dev: true
...@@ -5594,11 +5597,11 @@ packages: ...@@ -5594,11 +5597,11 @@ packages:
dev: true dev: true
/ee-first/1.1.1: /ee-first/1.1.1:
resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=}
dev: true dev: true
/electron-to-chromium/1.4.333: /electron-to-chromium/1.4.336:
resolution: {integrity: sha512-YyE8+GKyGtPEP1/kpvqsdhD6rA/TP1DUFDN4uiU/YI52NzDxmwHkEb3qjId8hLBa5siJvG0sfC3O66501jMruQ==} resolution: {integrity: sha512-yLaoSY/ngjgRpEGU4ueeW0vlj456idQBn74r6s1yutoOIadvd7rwt05TGenPj0PoetJ5pEHomVkmfTdIgqPfJw==}
/emittery/0.8.1: /emittery/0.8.1:
resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==} resolution: {integrity: sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==}
...@@ -5632,6 +5635,7 @@ packages: ...@@ -5632,6 +5635,7 @@ packages:
/errno/0.1.8: /errno/0.1.8:
resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==}
hasBin: true hasBin: true
requiresBuild: true
dependencies: dependencies:
prr: 1.0.1 prr: 1.0.1
optional: true optional: true
...@@ -5835,8 +5839,8 @@ packages: ...@@ -5835,8 +5839,8 @@ packages:
source-map: 0.6.1 source-map: 0.6.1
dev: true dev: true
/eslint-config-prettier/8.7.0_eslint@8.36.0: /eslint-config-prettier/8.8.0_eslint@8.36.0:
resolution: {integrity: sha512-HHVXLSlVUhMSmyW4ZzEuvjpwqamgmlfkutD53cYXLikh4pt/modINRcCIApJ84czDxM4GZInwUrromsDdTImTA==} resolution: {integrity: sha512-wLbQiFre3tdGgpDv67NQKnJuTlcUVYHas3k+DZCc2U2BadthoEY4B7hLPvAxaqdyOGCzuLfii2fqGph10va7oA==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
eslint: '>=7.0.0' eslint: '>=7.0.0'
...@@ -5854,7 +5858,7 @@ packages: ...@@ -5854,7 +5858,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-module-utils/2.7.4_tzfhnsp6rhftjfsbnqrkrbah74: /eslint-module-utils/2.7.4_tf7h2azriypc3gaglz256o6pea:
resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==} resolution: {integrity: sha512-j4GT+rqzCoRKHwURX7pddtIPGySnX9Si/cgMI5ztrcqOPtk5dDEeZ34CQVPphnqkJytlc97Vuk05Um2mJ3gEQA==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -5875,7 +5879,7 @@ packages: ...@@ -5875,7 +5879,7 @@ packages:
eslint-import-resolver-webpack: eslint-import-resolver-webpack:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
debug: 3.2.7 debug: 3.2.7
eslint: 8.36.0 eslint: 8.36.0
eslint-import-resolver-node: 0.3.7 eslint-import-resolver-node: 0.3.7
...@@ -5886,7 +5890,7 @@ packages: ...@@ -5886,7 +5890,7 @@ packages:
/eslint-plugin-antfu/0.37.0_vgl77cfdswitgr47lm5swmv43m: /eslint-plugin-antfu/0.37.0_vgl77cfdswitgr47lm5swmv43m:
resolution: {integrity: sha512-Tekr9S4fkrmH88RS5XHvs3gQwQIn/2As8gYePzrPHTQEQF00pIx0sa1eQrhmvN50ubUG4WkZnpx/uR3073jLeg==} resolution: {integrity: sha512-Tekr9S4fkrmH88RS5XHvs3gQwQIn/2As8gYePzrPHTQEQF00pIx0sa1eQrhmvN50ubUG4WkZnpx/uR3073jLeg==}
dependencies: dependencies:
'@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m
transitivePeerDependencies: transitivePeerDependencies:
- eslint - eslint
- supports-color - supports-color
...@@ -5918,10 +5922,10 @@ packages: ...@@ -5918,10 +5922,10 @@ packages:
/eslint-plugin-html/7.1.0: /eslint-plugin-html/7.1.0:
resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==} resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==}
dependencies: dependencies:
htmlparser2: 8.0.1 htmlparser2: 8.0.2
dev: true dev: true
/eslint-plugin-import/2.27.5_a7er6olmtneep4uytpot6gt7wu: /eslint-plugin-import/2.27.5_cnkxirszkzb4o6ts7gbclno24e:
resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==} resolution: {integrity: sha512-LmEt3GVofgiGuiE+ORpnvP+kAm3h6MLZJ4Q5HCyHADofsb4VzXFsRiWj3c0OFiV+3DWFh0qg3v9gcPlfc3zRow==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
...@@ -5931,7 +5935,7 @@ packages: ...@@ -5931,7 +5935,7 @@ packages:
'@typescript-eslint/parser': '@typescript-eslint/parser':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/parser': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/parser': 5.56.0_vgl77cfdswitgr47lm5swmv43m
array-includes: 3.1.6 array-includes: 3.1.6
array.prototype.flat: 1.3.1 array.prototype.flat: 1.3.1
array.prototype.flatmap: 1.3.1 array.prototype.flatmap: 1.3.1
...@@ -5939,7 +5943,7 @@ packages: ...@@ -5939,7 +5943,7 @@ packages:
doctrine: 2.1.0 doctrine: 2.1.0
eslint: 8.36.0 eslint: 8.36.0
eslint-import-resolver-node: 0.3.7 eslint-import-resolver-node: 0.3.7
eslint-module-utils: 2.7.4_tzfhnsp6rhftjfsbnqrkrbah74 eslint-module-utils: 2.7.4_tf7h2azriypc3gaglz256o6pea
has: 1.0.3 has: 1.0.3
is-core-module: 2.11.0 is-core-module: 2.11.0
is-glob: 4.0.3 is-glob: 4.0.3
...@@ -5954,7 +5958,7 @@ packages: ...@@ -5954,7 +5958,7 @@ packages:
- supports-color - supports-color
dev: true dev: true
/eslint-plugin-jest/27.2.1_k7tyaihzl72p7dvhb2c4wc65ri: /eslint-plugin-jest/27.2.1_7fixo5nu7yjco6gi2mw7pa7fna:
resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==} resolution: {integrity: sha512-l067Uxx7ZT8cO9NJuf+eJHvt6bqJyz2Z29wykyEdz/OtmcELQl2MQGQLX8J94O1cSJWAwUSEvCjwjA7KEK3Hmg==}
engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0}
peerDependencies: peerDependencies:
...@@ -5967,8 +5971,8 @@ packages: ...@@ -5967,8 +5971,8 @@ packages:
jest: jest:
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
'@typescript-eslint/utils': 5.55.0_vgl77cfdswitgr47lm5swmv43m '@typescript-eslint/utils': 5.56.0_vgl77cfdswitgr47lm5swmv43m
eslint: 8.36.0 eslint: 8.36.0
jest: 27.0.4 jest: 27.0.4
transitivePeerDependencies: transitivePeerDependencies:
...@@ -6022,7 +6026,7 @@ packages: ...@@ -6022,7 +6026,7 @@ packages:
engines: {node: '>=5.0.0'} engines: {node: '>=5.0.0'}
dev: true dev: true
/eslint-plugin-prettier/4.2.1_eqzx3hpkgx5nnvxls3azrcc7dm: /eslint-plugin-prettier/4.2.1_ose2zoovovx4ulolhifz3tfzx4:
resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==} resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
engines: {node: '>=12.0.0'} engines: {node: '>=12.0.0'}
peerDependencies: peerDependencies:
...@@ -6034,8 +6038,8 @@ packages: ...@@ -6034,8 +6038,8 @@ packages:
optional: true optional: true
dependencies: dependencies:
eslint: 8.36.0 eslint: 8.36.0
eslint-config-prettier: 8.7.0_eslint@8.36.0 eslint-config-prettier: 8.8.0_eslint@8.36.0
prettier: 2.8.4 prettier: 2.8.6
prettier-linter-helpers: 1.0.0 prettier-linter-helpers: 1.0.0
dev: true dev: true
...@@ -6073,7 +6077,7 @@ packages: ...@@ -6073,7 +6077,7 @@ packages:
strip-indent: 3.0.0 strip-indent: 3.0.0
dev: true dev: true
/eslint-plugin-unused-imports/2.0.0_dchlkxfdm6cbfc25bfo3oeha6e: /eslint-plugin-unused-imports/2.0.0_pjgbsoxltfjhart6hcjsvw66hu:
resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==} resolution: {integrity: sha512-3APeS/tQlTrFa167ThtP0Zm0vctjr4M44HMpeg1P4bK6wItarumq0Ma82xorMKdFsWpphQBlRPzw/pxiVELX1A==}
engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
peerDependencies: peerDependencies:
...@@ -6083,7 +6087,7 @@ packages: ...@@ -6083,7 +6087,7 @@ packages:
'@typescript-eslint/eslint-plugin': '@typescript-eslint/eslint-plugin':
optional: true optional: true
dependencies: dependencies:
'@typescript-eslint/eslint-plugin': 5.55.0_342y7v4tc7ytrrysmit6jo4wri '@typescript-eslint/eslint-plugin': 5.56.0_iskin7c6dxqunwflhstekcjqmq
eslint: 8.36.0 eslint: 8.36.0
eslint-rule-composer: 0.3.0 eslint-rule-composer: 0.3.0
dev: true dev: true
...@@ -6208,7 +6212,7 @@ packages: ...@@ -6208,7 +6212,7 @@ packages:
imurmurhash: 0.1.4 imurmurhash: 0.1.4
is-glob: 4.0.3 is-glob: 4.0.3
is-path-inside: 3.0.3 is-path-inside: 3.0.3
js-sdsl: 4.3.0 js-sdsl: 4.4.0
js-yaml: 4.1.0 js-yaml: 4.1.0
json-stable-stringify-without-jsonify: 1.0.1 json-stable-stringify-without-jsonify: 1.0.1
levn: 0.4.1 levn: 0.4.1
...@@ -6593,8 +6597,8 @@ packages: ...@@ -6593,8 +6597,8 @@ packages:
jsonfile: 6.1.0 jsonfile: 6.1.0
universalify: 2.0.0 universalify: 2.0.0
/fs-extra/11.1.0: /fs-extra/11.1.1:
resolution: {integrity: sha512-0rcTq621PD5jM/e0a3EJoGC/1TC5ZBCERW82LQuwfGnCa1V8w7dpYH1yNu+SLb6E5dkeCBzKEyLGlFrnr+dUyw==} resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==}
engines: {node: '>=14.14'} engines: {node: '>=14.14'}
dependencies: dependencies:
graceful-fs: 4.2.11 graceful-fs: 4.2.11
...@@ -6764,14 +6768,14 @@ packages: ...@@ -6764,14 +6768,14 @@ packages:
once: 1.4.0 once: 1.4.0
path-is-absolute: 1.0.1 path-is-absolute: 1.0.1
/glob/9.3.0: /glob/9.3.2:
resolution: {integrity: sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==} resolution: {integrity: sha512-BTv/JhKXFEHsErMte/AnfiSv8yYOLLiyH2lTg8vn02O21zWFgHPTfxtgn1QRe7NRgggUhC8hacR2Re94svHqeA==}
engines: {node: '>=16 || 14 >=14.17'} engines: {node: '>=16 || 14 >=14.17'}
dependencies: dependencies:
fs.realpath: 1.0.0 fs.realpath: 1.0.0
minimatch: 7.4.2 minimatch: 7.4.3
minipass: 4.2.5 minipass: 4.2.5
path-scurry: 1.6.1 path-scurry: 1.6.3
dev: true dev: true
/global-dirs/0.1.1: /global-dirs/0.1.1:
...@@ -6986,8 +6990,8 @@ packages: ...@@ -6986,8 +6990,8 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/htmlparser2/8.0.1: /htmlparser2/8.0.2:
resolution: {integrity: sha512-4lVbmc1diZC7GUJQtRQ5yBAeUCL1exyMwmForWkRLnwyzWBFxN633SALPMGYaWZvKe9j1pRZJpauvmxENSp/EA==} resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==}
dependencies: dependencies:
domelementtype: 2.3.0 domelementtype: 2.3.0
domhandler: 5.0.3 domhandler: 5.0.3
...@@ -7522,7 +7526,7 @@ packages: ...@@ -7522,7 +7526,7 @@ packages:
'@jest/environment': 27.5.1 '@jest/environment': 27.5.1
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
co: 4.6.0 co: 4.6.0
dedent: 0.7.0 dedent: 0.7.0
...@@ -7647,7 +7651,7 @@ packages: ...@@ -7647,7 +7651,7 @@ packages:
'@jest/environment': 27.5.1 '@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1 '@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
jest-mock: 27.5.1 jest-mock: 27.5.1
jest-util: 27.5.1 jest-util: 27.5.1
jsdom: 16.7.0 jsdom: 16.7.0
...@@ -7665,7 +7669,7 @@ packages: ...@@ -7665,7 +7669,7 @@ packages:
'@jest/environment': 27.5.1 '@jest/environment': 27.5.1
'@jest/fake-timers': 27.5.1 '@jest/fake-timers': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
jest-mock: 27.5.1 jest-mock: 27.5.1
jest-util: 27.5.1 jest-util: 27.5.1
dev: true dev: true
...@@ -7681,7 +7685,7 @@ packages: ...@@ -7681,7 +7685,7 @@ packages:
dependencies: dependencies:
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/graceful-fs': 4.1.6 '@types/graceful-fs': 4.1.6
'@types/node': 18.15.3 '@types/node': 18.15.5
anymatch: 3.1.3 anymatch: 3.1.3
fb-watchman: 2.0.2 fb-watchman: 2.0.2
graceful-fs: 4.2.11 graceful-fs: 4.2.11
...@@ -7703,7 +7707,7 @@ packages: ...@@ -7703,7 +7707,7 @@ packages:
'@jest/source-map': 27.5.1 '@jest/source-map': 27.5.1
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
co: 4.6.0 co: 4.6.0
expect: 27.5.1 expect: 27.5.1
...@@ -7758,7 +7762,7 @@ packages: ...@@ -7758,7 +7762,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
dev: true dev: true
/jest-pnp-resolver/1.2.3_jest-resolve@27.5.1: /jest-pnp-resolver/1.2.3_jest-resolve@27.5.1:
...@@ -7814,7 +7818,7 @@ packages: ...@@ -7814,7 +7818,7 @@ packages:
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/transform': 27.5.1 '@jest/transform': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
emittery: 0.8.1 emittery: 0.8.1
graceful-fs: 4.2.11 graceful-fs: 4.2.11
...@@ -7871,7 +7875,7 @@ packages: ...@@ -7871,7 +7875,7 @@ packages:
resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==} resolution: {integrity: sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==}
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
graceful-fs: 4.2.11 graceful-fs: 4.2.11
dev: true dev: true
...@@ -7910,7 +7914,7 @@ packages: ...@@ -7910,7 +7914,7 @@ packages:
engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0}
dependencies: dependencies:
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
chalk: 4.1.2 chalk: 4.1.2
ci-info: 3.8.0 ci-info: 3.8.0
graceful-fs: 4.2.11 graceful-fs: 4.2.11
...@@ -7935,7 +7939,7 @@ packages: ...@@ -7935,7 +7939,7 @@ packages:
dependencies: dependencies:
'@jest/test-result': 27.5.1 '@jest/test-result': 27.5.1
'@jest/types': 27.5.1 '@jest/types': 27.5.1
'@types/node': 18.15.3 '@types/node': 18.15.5
ansi-escapes: 4.3.2 ansi-escapes: 4.3.2
chalk: 4.1.2 chalk: 4.1.2
jest-util: 27.5.1 jest-util: 27.5.1
...@@ -7946,7 +7950,7 @@ packages: ...@@ -7946,7 +7950,7 @@ packages:
resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==}
engines: {node: '>= 10.13.0'} engines: {node: '>= 10.13.0'}
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
merge-stream: 2.0.0 merge-stream: 2.0.0
supports-color: 8.1.1 supports-color: 8.1.1
dev: true dev: true
...@@ -7992,8 +7996,8 @@ packages: ...@@ -7992,8 +7996,8 @@ packages:
resolution: {integrity: sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==} resolution: {integrity: sha512-9IXdWudL61npZjvLuVe/ktHiA41iE8qFyLB+4VDTblEsWBzeg8WQTlktdUK4CdncUqtUgUg0bbOmTE2bKBKaBQ==}
dev: false dev: false
/js-sdsl/4.3.0: /js-sdsl/4.4.0:
resolution: {integrity: sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==} resolution: {integrity: sha512-FfVSdx6pJ41Oa+CF7RDaFmTnCaFhua+SNYQX74riGOpl96x+2jQCqEfQ2bnXu/5DPCqlRuiqyvTJM0Qjz26IVg==}
dev: true dev: true
/js-tokens/4.0.0: /js-tokens/4.0.0:
...@@ -8483,7 +8487,7 @@ packages: ...@@ -8483,7 +8487,7 @@ packages:
/mdast-util-from-markdown/0.8.5: /mdast-util-from-markdown/0.8.5:
resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==}
dependencies: dependencies:
'@types/mdast': 3.0.10 '@types/mdast': 3.0.11
mdast-util-to-string: 2.0.0 mdast-util-to-string: 2.0.0
micromark: 2.11.4 micromark: 2.11.4
parse-entities: 2.0.0 parse-entities: 2.0.0
...@@ -8505,7 +8509,7 @@ packages: ...@@ -8505,7 +8509,7 @@ packages:
dev: true dev: true
/media-typer/0.3.0: /media-typer/0.3.0:
resolution: {integrity: sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==} resolution: {integrity: sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=}
engines: {node: '>= 0.6'} engines: {node: '>= 0.6'}
dev: true dev: true
...@@ -8550,7 +8554,7 @@ packages: ...@@ -8550,7 +8554,7 @@ packages:
dev: true dev: true
/merge-descriptors/1.0.1: /merge-descriptors/1.0.1:
resolution: {integrity: sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==} resolution: {integrity: sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=}
dev: true dev: true
/merge-stream/2.0.0: /merge-stream/2.0.0:
...@@ -8643,8 +8647,8 @@ packages: ...@@ -8643,8 +8647,8 @@ packages:
dependencies: dependencies:
brace-expansion: 1.1.11 brace-expansion: 1.1.11
/minimatch/7.4.2: /minimatch/7.4.3:
resolution: {integrity: sha512-xy4q7wou3vUoC9k1xGTXc+awNdGaGVHtFUaey8tiX4H1QRc04DZ/rmDFwNm2EBsuYEhAZ6SgMmYf3InGY6OauA==} resolution: {integrity: sha512-5UB4yYusDtkRPbRiy1cqZ1IpGNcJCGlEMG17RKzPddpyiPKoCdwohbED8g4QXT0ewCt8LTkQXuljsUfQ3FKM4A==}
engines: {node: '>=10'} engines: {node: '>=10'}
dependencies: dependencies:
brace-expansion: 2.0.1 brace-expansion: 2.0.1
...@@ -8690,13 +8694,6 @@ packages: ...@@ -8690,13 +8694,6 @@ packages:
ufo: 1.1.1 ufo: 1.1.1
dev: true dev: true
/mockjs/1.1.0:
resolution: {integrity: sha512-eQsKcWzIaZzEZ07NuEyO4Nw65g0hdWAyurVol1IPl1gahRwY+svqzfgfey8U8dahLwG44d6/RwEzuK52rSa/JQ==}
hasBin: true
dependencies:
commander: 10.0.0
dev: false
/modify-values/1.0.1: /modify-values/1.0.1:
resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==} resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==}
engines: {node: '>=0.10.0'} engines: {node: '>=0.10.0'}
...@@ -8720,7 +8717,7 @@ packages: ...@@ -8720,7 +8717,7 @@ packages:
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==} resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
/mute-stream/0.0.7: /mute-stream/0.0.7:
resolution: {integrity: sha512-r65nCZhrbXXb6dXOACihYApHw2Q6pV0M3V0PSxd74N0+D8nzAdEAITq2oAjA1jVnKI+tGvEBUpqiMh0+rW6zDQ==} resolution: {integrity: sha1-MHXOk7whuPq0PhvE2n6BFe0ee6s=}
dev: true dev: true
/mute-stream/0.0.8: /mute-stream/0.0.8:
...@@ -9210,9 +9207,9 @@ packages: ...@@ -9210,9 +9207,9 @@ packages:
/path-parse/1.0.7: /path-parse/1.0.7:
resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==}
/path-scurry/1.6.1: /path-scurry/1.6.3:
resolution: {integrity: sha512-OW+5s+7cw6253Q4E+8qQ/u1fVvcJQCJo/VFD8pje+dbJCF1n5ZRMV2AEHbGp+5Q7jxQIYJxkHopnj6nzdGeZLA==} resolution: {integrity: sha512-RAmB+n30SlN+HnNx6EbcpoDy9nwdpcGPnEKrJnu6GZoDWBdIjo1UQMVtW2ybtC7LC2oKLcMq8y5g8WnKLiod9g==}
engines: {node: '>=14'} engines: {node: '>=16 || 14 >=14.17'}
dependencies: dependencies:
lru-cache: 7.18.3 lru-cache: 7.18.3
minipass: 4.2.5 minipass: 4.2.5
...@@ -9344,7 +9341,7 @@ packages: ...@@ -9344,7 +9341,7 @@ packages:
inquirer: 7.3.3 inquirer: 7.3.3
lodash: 4.17.21 lodash: 4.17.21
node-fetch: 2.6.9 node-fetch: 2.6.9
prettier: 2.8.4 prettier: 2.8.6
translation.js: 0.7.15 translation.js: 0.7.15
typescript: 4.9.5 typescript: 4.9.5
transitivePeerDependencies: transitivePeerDependencies:
...@@ -9355,7 +9352,7 @@ packages: ...@@ -9355,7 +9352,7 @@ packages:
resolution: {integrity: sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA==} resolution: {integrity: sha512-kCMRWJRHKicpA166kc2lAVUGxDZL324bkj/pVOb6RhjB0Z5Krl7mN0AsVkBhVIRZZirY0lyQXG38HCVaoKVNoA==}
engines: {node: ^12 || >=14} engines: {node: ^12 || >=14}
dependencies: dependencies:
htmlparser2: 8.0.1 htmlparser2: 8.0.2
js-tokens: 8.0.1 js-tokens: 8.0.1
postcss: 8.4.21 postcss: 8.4.21
postcss-safe-parser: 6.0.0_postcss@8.4.21 postcss-safe-parser: 6.0.0_postcss@8.4.21
...@@ -9528,8 +9525,8 @@ packages: ...@@ -9528,8 +9525,8 @@ packages:
fast-diff: 1.2.0 fast-diff: 1.2.0
dev: true dev: true
/prettier/2.8.4: /prettier/2.8.6:
resolution: {integrity: sha512-vIS4Rlc2FNh0BySk3Wkd6xmwxB0FpOndW5fisM5H8hsZSxU2VWVB5CWIkIjWvrHjIhxk2g3bfMKM87zNTrZddw==} resolution: {integrity: sha512-mtuzdiBbHwPEgl7NxWlqOkithPyp4VN93V7VeHVWBF+ad3I5avc0RVDT4oImXQy9H/AqxA2NSQH8pSxHW6FYbQ==}
engines: {node: '>=10.13.0'} engines: {node: '>=10.13.0'}
hasBin: true hasBin: true
dev: true dev: true
...@@ -9884,16 +9881,16 @@ packages: ...@@ -9884,16 +9881,16 @@ packages:
glob: 7.2.3 glob: 7.2.3
dev: true dev: true
/rimraf/4.4.0: /rimraf/4.4.1:
resolution: {integrity: sha512-X36S+qpCUR0HjXlkDe4NAOhS//aHH0Z+h8Ckf2auGJk3PTnx5rLmrHkwNdbVQuCSUhOyFrlRvFEllZOYE+yZGQ==} resolution: {integrity: sha512-Gk8NlF062+T9CqNGn6h4tls3k6T1+/nXdOcSZVikNVtlRdYpA7wRJJMoXmuvOnLW844rPjdQ7JgXCYM6PPC/og==}
engines: {node: '>=14'} engines: {node: '>=14'}
hasBin: true hasBin: true
dependencies: dependencies:
glob: 9.3.0 glob: 9.3.2
dev: true dev: true
/rollup/3.19.1: /rollup/3.20.0:
resolution: {integrity: sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==} resolution: {integrity: sha512-YsIfrk80NqUDrxrjWPXUa7PWvAfegZEXHuPsEZg58fGCdjL1I9C1i/NaG+L+27kxxwkrG/QEDEQc8s/ynXWWGQ==}
engines: {node: '>=14.18.0', npm: '>=8.0.0'} engines: {node: '>=14.18.0', npm: '>=8.0.0'}
hasBin: true hasBin: true
optionalDependencies: optionalDependencies:
...@@ -10461,7 +10458,7 @@ packages: ...@@ -10461,7 +10458,7 @@ packages:
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
hasBin: true hasBin: true
dependencies: dependencies:
'@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi '@csstools/selector-specificity': 2.2.0_laljekdltgzr3kfi7r4exvsr5a
balanced-match: 2.0.0 balanced-match: 2.0.0
colord: 2.9.3 colord: 2.9.3
cosmiconfig: 7.1.0 cosmiconfig: 7.1.0
...@@ -10568,8 +10565,8 @@ packages: ...@@ -10568,8 +10565,8 @@ packages:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==} resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
dev: true dev: true
/systemjs/6.14.0: /systemjs/6.14.1:
resolution: {integrity: sha512-OMf+kFCYG9fLQerUyw/QVIPfZ+lo579R+usrDzSrZAkvMl6B0tHtc4rUP7DFaPCr7Sy6p5DYD4V9OCF1Sp6+vA==} resolution: {integrity: sha512-8ftwWd+XnQtZ/aGbatrN4QFNGrKJzmbtixW+ODpci7pyoTajg4sonPP8aFLESAcuVxaC1FyDESt+SpfFCH9rZQ==}
dev: true dev: true
/table/6.8.1: /table/6.8.1:
...@@ -10759,7 +10756,7 @@ packages: ...@@ -10759,7 +10756,7 @@ packages:
engines: {node: '>=8'} engines: {node: '>=8'}
dev: true dev: true
/ts-node/10.9.1_cbfmry4sbbh4vatmdrsmatfg5a: /ts-node/10.9.1_345kigqis4fipgyy5xb3ndshmq:
resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -10778,7 +10775,7 @@ packages: ...@@ -10778,7 +10775,7 @@ packages:
'@tsconfig/node12': 1.0.11 '@tsconfig/node12': 1.0.11
'@tsconfig/node14': 1.0.3 '@tsconfig/node14': 1.0.3
'@tsconfig/node16': 1.0.3 '@tsconfig/node16': 1.0.3
'@types/node': 18.15.3 '@types/node': 18.15.5
acorn: 8.8.2 acorn: 8.8.2
acorn-walk: 8.2.0 acorn-walk: 8.2.0
arg: 4.1.3 arg: 4.1.3
...@@ -10992,8 +10989,8 @@ packages: ...@@ -10992,8 +10989,8 @@ packages:
resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==} resolution: {integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==}
engines: {node: '>= 10.0.0'} engines: {node: '>= 10.0.0'}
/unocss-preset-weapp/0.5.1: /unocss-preset-weapp/0.5.2:
resolution: {integrity: sha512-y2JldALD49Ja+W+qcUV7HFIQgDVxO3LZnI/g9FUgiIOykH18886WPAb0XFOjKDkN1y0POww1LlxjgDqpp/l06Q==} resolution: {integrity: sha512-sNfRM8Zx44m5hl/ogP2eMDRDolHSt3XAwSMUlbzNO/AF3jbuTo1CvFbT/Ju/Xuggh73+T1XuNnEtdyxbQFGo3Q==}
dependencies: dependencies:
'@rollup/pluginutils': 5.0.2 '@rollup/pluginutils': 5.0.2
'@unocss/core': 0.50.6 '@unocss/core': 0.50.6
...@@ -11003,7 +11000,7 @@ packages: ...@@ -11003,7 +11000,7 @@ packages:
- rollup - rollup
dev: true dev: true
/unocss/0.50.6_postcss@8.4.21+vite@4.2.0: /unocss/0.50.6_postcss@8.4.21+vite@4.2.1:
resolution: {integrity: sha512-7cKiIB/ssAPvCDUcFMs0jm0FzIyQKfgIjUzBYZ5dVFthOvN5dcFh7bCZE9dIM862n7oW8FjbkTxwdTbRqqJQVQ==} resolution: {integrity: sha512-7cKiIB/ssAPvCDUcFMs0jm0FzIyQKfgIjUzBYZ5dVFthOvN5dcFh7bCZE9dIM862n7oW8FjbkTxwdTbRqqJQVQ==}
engines: {node: '>=14'} engines: {node: '>=14'}
peerDependencies: peerDependencies:
...@@ -11012,7 +11009,7 @@ packages: ...@@ -11012,7 +11009,7 @@ packages:
'@unocss/webpack': '@unocss/webpack':
optional: true optional: true
dependencies: dependencies:
'@unocss/astro': 0.50.6_vite@4.2.0 '@unocss/astro': 0.50.6_vite@4.2.1
'@unocss/cli': 0.50.6 '@unocss/cli': 0.50.6
'@unocss/core': 0.50.6 '@unocss/core': 0.50.6
'@unocss/postcss': 0.50.6_postcss@8.4.21 '@unocss/postcss': 0.50.6_postcss@8.4.21
...@@ -11029,7 +11026,7 @@ packages: ...@@ -11029,7 +11026,7 @@ packages:
'@unocss/transformer-compile-class': 0.50.6 '@unocss/transformer-compile-class': 0.50.6
'@unocss/transformer-directives': 0.50.6 '@unocss/transformer-directives': 0.50.6
'@unocss/transformer-variant-group': 0.50.6 '@unocss/transformer-variant-group': 0.50.6
'@unocss/vite': 0.50.6_vite@4.2.0 '@unocss/vite': 0.50.6_vite@4.2.1
transitivePeerDependencies: transitivePeerDependencies:
- postcss - postcss
- rollup - rollup
...@@ -11069,7 +11066,7 @@ packages: ...@@ -11069,7 +11066,7 @@ packages:
'@vueuse/core': 9.13.0_vue@3.2.47 '@vueuse/core': 9.13.0_vue@3.2.47
local-pkg: 0.4.3 local-pkg: 0.4.3
magic-string: 0.30.0 magic-string: 0.30.0
minimatch: 7.4.2 minimatch: 7.4.3
unimport: 3.0.3 unimport: 3.0.3
unplugin: 1.3.1 unplugin: 1.3.1
transitivePeerDependencies: transitivePeerDependencies:
...@@ -11121,7 +11118,7 @@ packages: ...@@ -11121,7 +11118,7 @@ packages:
fast-glob: 3.2.12 fast-glob: 3.2.12
local-pkg: 0.4.3 local-pkg: 0.4.3
magic-string: 0.30.0 magic-string: 0.30.0
minimatch: 7.4.2 minimatch: 7.4.3
resolve: 1.22.1 resolve: 1.22.1
unplugin: 1.3.1 unplugin: 1.3.1
vue: 3.2.47 vue: 3.2.47
...@@ -11205,7 +11202,7 @@ packages: ...@@ -11205,7 +11202,7 @@ packages:
resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==}
/utils-merge/1.0.1: /utils-merge/1.0.1:
resolution: {integrity: sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==} resolution: {integrity: sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=}
engines: {node: '>= 0.4.0'} engines: {node: '>= 0.4.0'}
dev: true dev: true
...@@ -11244,8 +11241,8 @@ packages: ...@@ -11244,8 +11241,8 @@ packages:
engines: {node: '>= 0.8'} engines: {node: '>= 0.8'}
dev: true dev: true
/vite/4.2.0_bnrk2l7cjob6lu6rwapmed47nu: /vite/4.2.1_t5lrgg6fdb6jzesc7yfpbeprwu:
resolution: {integrity: sha512-AbDTyzzwuKoRtMIRLGNxhLRuv1FpRgdIw+1y6AQG73Q5+vtecmvzKo/yk8X/vrHDpETRTx01ABijqUHIzBXi0g==} resolution: {integrity: sha512-7MKhqdy0ISo4wnvwtqZkjke6XN4taqQ2TBaTccLIpOKv7Vp2h4Y+NpmWCnGDeSvvn45KxvWgGyb0MkHvY1vgbg==}
engines: {node: ^14.18.0 || >=16.0.0} engines: {node: ^14.18.0 || >=16.0.0}
hasBin: true hasBin: true
peerDependencies: peerDependencies:
...@@ -11269,12 +11266,12 @@ packages: ...@@ -11269,12 +11266,12 @@ packages:
terser: terser:
optional: true optional: true
dependencies: dependencies:
'@types/node': 18.15.3 '@types/node': 18.15.5
esbuild: 0.17.12 esbuild: 0.17.12
less: 4.1.3 less: 4.1.3
postcss: 8.4.21 postcss: 8.4.21
resolve: 1.22.1 resolve: 1.22.1
rollup: 3.19.1 rollup: 3.20.0
sass: 1.59.3 sass: 1.59.3
stylus: 0.59.0 stylus: 0.59.0
terser: 5.16.6 terser: 5.16.6
...@@ -11624,7 +11621,7 @@ packages: ...@@ -11624,7 +11621,7 @@ packages:
dev: false dev: false
/xregexp/3.1.0: /xregexp/3.1.0:
resolution: {integrity: sha512-4Y1x6DyB8xRoxosooa6PlGWqmmSKatbzhrftZ7Purmm4B8R4qIEJG1A2hZsdz5DhmIqS0msC0I7KEq93GphEVg==} resolution: {integrity: sha1-FNhGHgvdOCJL/uUDmgiY/EL80zY=}
/xtend/4.0.2: /xtend/4.0.2:
resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==} resolution: {integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==}
......
...@@ -9,10 +9,10 @@ ...@@ -9,10 +9,10 @@
checkUpgrade() checkUpgrade()
// 清除消息角标 // 清除消息角标
// Push.setBadge() // Push.setBadge(0)
// 监听在线消息 // 监听在线消息
// Push.listenMessage() // Push.listen()
}) })
onShow(() => { onShow(() => {
...@@ -46,8 +46,10 @@ ...@@ -46,8 +46,10 @@
// 全局样式 // 全局样式
@import './common/public.less'; @import './common/public.less';
/** #ifdef H5 */
uni-page-body, uni-page-body,
page { page {
height: 100%; height: 100%;
} }
/** #endif */
</style> </style>
export const Message = { export const Message = {
/** /**
* 消息轻提示 * 消息轻提示
* @param text 消息内容 * @param title 消息内容
*/ */
toast: (text: string, duration?: 'short' | 'long'): void => { toast: (title: string, duration?: 'short' | 'long'): void => {
if (text) { if (title) {
// #ifndef APP-PLUS // #ifndef APP-PLUS
uni.showToast({ uni.showToast({
title: text, title,
icon: 'none', icon: 'none',
duration: duration === 'short' ? 2000 : 3500, duration: duration === 'short' ? 2000 : 3500,
}) })
// #endif // #endif
// #ifdef APP-PLUS // #ifdef APP-PLUS
plus.nativeUI.toast(text, { plus.nativeUI.toast(title, {
duration: duration || 'short', duration: duration || 'short',
}) })
// #endif // #endif
...@@ -22,16 +22,16 @@ export const Message = { ...@@ -22,16 +22,16 @@ export const Message = {
}, },
/** /**
* 消息弹窗提示 * 消息弹窗提示
* @param message 消息内容 * @param content 消息内容
* @param title 标题 * @param title 标题
* @returns Promise<void> * @returns Promise<void>
*/ */
alert: (message: string, title = '提示', confirmText = '确定'): Promise<void> => { alert: (content: string, title = '提示', confirmText = '确定'): Promise<void> => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// #ifndef APP-PLUS // #ifndef APP-PLUS
uni.showModal({ uni.showModal({
title, title,
content: message, content,
showCancel: false, showCancel: false,
confirmText, confirmText,
success: () => resolve(), success: () => resolve(),
...@@ -40,24 +40,24 @@ export const Message = { ...@@ -40,24 +40,24 @@ export const Message = {
// #endif // #endif
// #ifdef APP-PLUS // #ifdef APP-PLUS
plus.nativeUI.alert(message, resolve, title, confirmText) plus.nativeUI.alert(content, resolve, title, confirmText)
// #endif // #endif
}) })
}, },
/** /**
* 消息确认提示 * 消息确认提示
* @param title 标题 * @param title 标题
* @param message 提示内容 * @param content 提示内容
* @param confirmText 确认按钮文字 * @param confirmText 确认按钮文字
* @param showCancel 是否显示取消按钮 * @param showCancel 是否显示取消按钮
* @returns Promise<boolean> 是否点击了确认按钮 * @returns Promise<boolean> 是否点击了确认按钮
*/ */
confirm: (message: string, title = '提示', confirmText = '确定', showCancel = true): Promise<boolean> => { confirm: (content: string, title = '提示', confirmText = '确定', showCancel = true): Promise<boolean> => {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
// #ifndef APP-PLUS // #ifndef APP-PLUS
uni.showModal({ uni.showModal({
title, title,
content: message, content,
showCancel, showCancel,
confirmText, confirmText,
success: (res) => resolve(res.confirm), success: (res) => resolve(res.confirm),
...@@ -66,7 +66,7 @@ export const Message = { ...@@ -66,7 +66,7 @@ export const Message = {
// #endif // #endif
// #ifdef APP-PLUS // #ifdef APP-PLUS
plus.nativeUI.confirm(message, ({ index }) => resolve(index === 0), { plus.nativeUI.confirm(content, ({ index }) => resolve(index === 0), {
title, title,
buttons: ['确认', '取消'], buttons: ['确认', '取消'],
verticalAlign: 'center', verticalAlign: 'center',
...@@ -76,11 +76,11 @@ export const Message = { ...@@ -76,11 +76,11 @@ export const Message = {
}, },
/** /**
* 加载中 * 加载中
* @param text 加载中文字 * @param title 加载中文字
*/ */
loading: (text = '加载中...'): void => { loading: (title = '加载中...'): void => {
uni.showLoading({ uni.showLoading({
title: text, title,
mask: true, mask: true,
}) })
}, },
......
...@@ -4,116 +4,3 @@ ...@@ -4,116 +4,3 @@
align-items: center; align-items: center;
height: 100vh; height: 100vh;
} }
// ================ mapbox-gl ================
// 自定义 popup 内容样式
.mapboxgl-popup-content {
box-shadow: 0 1px 5px #6e6e6e !important;
}
.mapboxgl-popup-content .mapboxgl-custom-popup {
position: relative;
}
.mapboxgl-custom-popup .popup-title {
font-weight: bold;
}
.mapboxgl-ctrl-group:not(:empty) {
box-shadow: 0 0 6px #000 !important;
}
.mapboxgl-ctrl-group button {
display: flex !important;
overflow: visible !important;
}
.mapboxgl-ctrl-logo {
display: none !important;
}
.mapboxgl-ctrl-bottom-left {
display: flex;
bottom: 0;
left: 2px;
}
.mapboxgl-ctrl-lnglat {
background: rgb(0 0 0 / 40%);
color: white;
line-height: 2em;
padding: 0 10px;
}
// 覆盖全屏控件的图标
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="currentColor" d="M3.75 3a.75.75 0 0 0-.75.75V5.5a.5.5 0 0 1-1 0V3.75C2 2.784 2.784 2 3.75 2H5.5a.5.5 0 0 1 0 1H3.75ZM10 2.5a.5.5 0 0 1 .5-.5h1.75c.966 0 1.75.784 1.75 1.75V5.5a.5.5 0 0 1-1 0V3.75a.75.75 0 0 0-.75-.75H10.5a.5.5 0 0 1-.5-.5ZM2.5 10a.5.5 0 0 1 .5.5v1.75c0 .414.336.75.75.75H5.5a.5.5 0 0 1 0 1H3.75A1.75 1.75 0 0 1 2 12.25V10.5a.5.5 0 0 1 .5-.5Zm11 0a.5.5 0 0 1 .5.5v1.75A1.75 1.75 0 0 1 12.25 14H10.5a.5.5 0 0 1 0-1h1.75a.75.75 0 0 0 .75-.75V10.5a.5.5 0 0 1 .5-.5Z"%2F%3E%3C%2Fsvg%3E') !important;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 16 16"%3E%3Cpath fill="currentColor" d="M11 4a1 1 0 0 0 1 1h1.5a.5.5 0 0 1 0 1H12a2 2 0 0 1-2-2V2.5a.5.5 0 0 1 1 0V4Zm0 8a1 1 0 0 1 1-1h1.5a.5.5 0 0 0 0-1H12a2 2 0 0 0-2 2v1.5a.5.5 0 0 0 1 0V12Zm-7-1a1 1 0 0 1 1 1v1.5a.5.5 0 0 0 1 0V12a2 2 0 0 0-2-2H2.5a.5.5 0 0 0 0 1H4Zm1-7a1 1 0 0 1-1 1H2.5a.5.5 0 0 0 0 1H4a2 2 0 0 0 2-2V2.5a.5.5 0 0 0-1 0V4Z"%2F%3E%3C%2Fsvg%3E') !important;
}
.mapboxgl-ctrl .mapboxgl-ctrl-reset-button .mapboxgl-ctrl-icon {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M12 16c1.671 0 3-1.331 3-3s-1.329-3-3-3s-3 1.331-3 3s1.329 3 3 3z"%2F%3E%3Cpath fill="currentColor" d="M20.817 11.186a8.94 8.94 0 0 0-1.355-3.219a9.053 9.053 0 0 0-2.43-2.43a8.95 8.95 0 0 0-3.219-1.355a9.028 9.028 0 0 0-1.838-.18V2L8 5l3.975 3V6.002c.484-.002.968.044 1.435.14a6.961 6.961 0 0 1 2.502 1.053a7.005 7.005 0 0 1 1.892 1.892A6.967 6.967 0 0 1 19 13a7.032 7.032 0 0 1-.55 2.725a7.11 7.11 0 0 1-.644 1.188a7.2 7.2 0 0 1-.858 1.039a7.028 7.028 0 0 1-3.536 1.907a7.13 7.13 0 0 1-2.822 0a6.961 6.961 0 0 1-2.503-1.054a7.002 7.002 0 0 1-1.89-1.89A6.996 6.996 0 0 1 5 13H3a9.02 9.02 0 0 0 1.539 5.034a9.096 9.096 0 0 0 2.428 2.428A8.95 8.95 0 0 0 12 22a9.09 9.09 0 0 0 1.814-.183a9.014 9.014 0 0 0 3.218-1.355a8.886 8.886 0 0 0 1.331-1.099a9.228 9.228 0 0 0 1.1-1.332A8.952 8.952 0 0 0 21 13a9.09 9.09 0 0 0-.183-1.814z"%2F%3E%3C%2Fsvg%3E') !important;
}
/* stylelint-disable-next-line selector-no-vendor-prefix */
.mapboxgl-map:-webkit-full-screen {
.mapboxgl-ctrl-bottom-left {
bottom: 0;
}
}
// 自定义图层控制器样式
.mapboxgl-ctrl button.-active svg {
color: #4264fb;
}
.mapboxgl-ctrl-layer-button {
position: relative;
.mapboxgl-ctrl-layer-wrap {
display: none;
justify-items: center;
align-items: center;
position: absolute;
right: 40px;
padding: 10px;
border-radius: 3px;
box-shadow: 0 0 3px #333;
background-color: #fff;
.mapboxgl-ctrl-layer {
width: 60px;
height: 60px;
display: flex;
justify-content: center;
border: 2px solid #fff;
position: relative;
&.active {
border-color: #3385ff;
}
img {
width: 100%;
height: 100%;
}
span {
display: inline-flex;
justify-content: center;
background-color: rgb(0 0 0 / 60%);
color: white;
position: absolute;
bottom: 0;
width: 100%;
}
}
}
&.-active .mapboxgl-ctrl-layer-wrap {
display: flex;
}
}
<script setup lang="ts">
import md5 from 'crypto-js/md5'
const props = defineProps({
width: {
type: [String, Number],
default: '320',
},
height: {
type: [String, Number],
default: '240',
},
radius: {
type: [String, Number],
default: 0,
},
mode: {
type: String,
default: 'scaleToFill',
},
src: {
type: String,
required: true,
},
})
const src = ref()
const hashCacheKey = ref()
onMounted(async () => {
// 尝试缓存图片,如果失败则使用原始图片
await tryCache()
})
async function tryCache() {
let url = props.src
// #ifdef APP-PLUS
const hash = md5(url).toString()
hashCacheKey.value = `G_CACHE_IMAGE_${hash}`
if (uni.getStorageSync(hashCacheKey.value)) {
console.log('CacheImage cache hit')
url = uni.getStorageSync(hashCacheKey.value)
} else {
console.log('CacheImage cache miss')
try {
const res = await uni.downloadFile({ url })
if (res.statusCode === 200) {
const { savedFilePath } = await new Promise<UniApp.SaveFileSuccess>((resolve, reject) => {
uni.saveFile({
tempFilePath: res.tempFilePath,
success: (res) => resolve(res),
fail: (err) => reject(err),
})
})
url = `${savedFilePath}`
// 缓存图片本地地址
uni.setStorageSync(hashCacheKey.value, url)
}
} catch (e) {
console.error(e)
}
}
console.log(props.src, '=>', url, hash, hashCacheKey.value)
// #endif
src.value = url
}
const hasError = ref(false)
function onError() {
if (hasError.value) {
return
}
hasError.value = true
src.value = props.src
// 清除缓存
hashCacheKey.value && uni.removeStorageSync(hashCacheKey.value)
console.warn('CacheImage cache error')
}
</script>
<template>
<fui-lazyload
:mode="props.mode"
:width="props.width"
:height="props.height"
:radius="props.radius"
:src="src"
@error="onError"
/>
</template>
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
import { nanoid } from 'nanoid' import { nanoid } from 'nanoid'
import { getPoster, isImage, isVideo } from './utils' import { getPoster, isImage, isVideo } from './utils'
type URLs = { url: string }[] type Asset = Recordable & { url: string }
const props = defineProps({ const props = defineProps({
width: { width: {
type: [String, Number], type: [String, Number],
...@@ -17,8 +17,12 @@ ...@@ -17,8 +17,12 @@
type: String, type: String,
default: 'aspectFit', default: 'aspectFit',
}, },
background: {
type: String,
default: '#F7F7f7',
},
assets: { assets: {
type: Array as PropType<Recordable & URLs>, type: Array as PropType<Asset[]>,
}, },
}) })
...@@ -49,7 +53,8 @@ ...@@ -49,7 +53,8 @@
const videoFullScreenChange = (e: any) => { const videoFullScreenChange = (e: any) => {
// 非全屏状态下停止播放 // 非全屏状态下停止播放
if (!e.detail.fullScreen) { if (!e.detail.fullScreen) {
videoContext.value?.stop() videoContext.value.seek(0)
videoContext.value.pause()
} }
} }
...@@ -64,6 +69,7 @@ ...@@ -64,6 +69,7 @@
<!-- 视频预览 --> <!-- 视频预览 -->
<fui-lazyload <fui-lazyload
class="preview-video" class="preview-video"
:background="props.background"
:mode="props.mode" :mode="props.mode"
v-for="(item, index) in videos" v-for="(item, index) in videos"
:key="item.url" :key="item.url"
...@@ -81,6 +87,7 @@ ...@@ -81,6 +87,7 @@
<!-- 图片预览 --> <!-- 图片预览 -->
<fui-lazyload <fui-lazyload
class="preview-image" class="preview-image"
:background="props.background"
:mode="props.mode" :mode="props.mode"
v-for="(item, index) in images" v-for="(item, index) in images"
:key="item.url" :key="item.url"
......
<!--本文件由FirstUI授权予长沙壹润信息科技发展有限公司(手机号:1 5616 2 6 019 5,身份证尾号: 5 0 375T)专用,请尊重知识产权,勿私下传播,违者追究法律责任。-->
<template> <template>
<view class="fui-autograph__wrap" :style="{ width: w + 'px', height:h + 'px',background:background }" <view class="fui-autograph__wrap" :style="{ width: w + 'px', height:h + 'px',background:background }"
ref="fui_gcanvas_ag"> ref="fui_gcanvas_ag">
...@@ -67,7 +68,11 @@ ...@@ -67,7 +68,11 @@
tips: { tips: {
type: String, type: String,
default: '请签名!' default: '请签名!'
} },
suffix: {
type: String,
default: 'png'
},
}, },
watch: { watch: {
width(val) { width(val) {
...@@ -310,7 +315,7 @@ ...@@ -310,7 +315,7 @@
x: 0, x: 0,
y: 0, y: 0,
canvasId: this.canvasId, canvasId: this.canvasId,
fileType: 'png', fileType: this.suffix,
quality: 1, quality: 1,
success: function(res) { success: function(res) {
callback && callback(res.tempFilePath) callback && callback(res.tempFilePath)
...@@ -329,7 +334,7 @@ ...@@ -329,7 +334,7 @@
this.h * 2, this.h * 2,
this.w * 2, this.w * 2,
this.h * 2, this.h * 2,
"png", this.suffix,
1, 1,
function(res) { function(res) {
callback && callback(res.tempFilePath) callback && callback(res.tempFilePath)
......
...@@ -26,7 +26,7 @@ const fuiConfig = { ...@@ -26,7 +26,7 @@ const fuiConfig = {
}, },
fuiFormItem: { fuiFormItem: {
labelSize: 32, labelSize: 32,
labelWidth: 140, labelWidth: 160,
labelRight: 16 labelRight: 16
} }
} }
......
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
return `${this.labelSize || this.lSize || labelSize}rpx` return `${this.labelSize || this.lSize || labelSize}rpx`
}, },
getLabelWidth() { getLabelWidth() {
const labelWidth = (uni.$fui && uni.$fui.fuiFormItem && uni.$fui.fuiFormItem.labelWidth) || 140 const labelWidth = (uni.$fui && uni.$fui.fuiFormItem && uni.$fui.fuiFormItem.labelWidth) || 160
return `${this.labelWidth || this.lWidth || labelWidth}rpx` return `${this.labelWidth || this.lWidth || labelWidth}rpx`
}, },
getLabelRight() { getLabelRight() {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
//背景颜色 //背景颜色
background: { background: {
type: String, type: String,
default: '#FFFFFF' default: 'transparent'
} }
}, },
created() { created() {
......
import { createSSRApp } from 'vue' import { createSSRApp } from 'vue'
import * as Pinia from 'pinia' import * as Pinia from 'pinia'
import App from './App.vue'
import { setupAppConfig } from '/@/config/app'
import { setupStore } from '/@/store'
import { setupI18n } from '/@/locales'
import fuiConfig from './components/FirstUI/fui-config'
import 'uno.css' import 'uno.css'
import App from './App.vue'
import { setupAppConfig } from '@/config/app'
import { setupStore } from '@/store'
import { setupI18n } from '@/locales'
import FuiConfig from '@/components/FirstUI/fui-config'
export function createApp() { export function createApp() {
const app = createSSRApp(App) const app = createSSRApp(App)
...@@ -24,7 +22,7 @@ export function createApp() { ...@@ -24,7 +22,7 @@ export function createApp() {
// 全局组件配置 // 全局组件配置
// @ts-expect-error // @ts-expect-error
uni.$fui = fuiConfig uni.$fui = FuiConfig
return { return {
app, app,
......
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
"name" : "Beta App", "name" : "Beta App",
"appid" : "__UNI__2E9441A", "appid" : "__UNI__2E9441A",
"description" : "APP 基础工程", "description" : "APP 基础工程",
"versionName" : "3.0.2.5", "versionName" : "3.0.3.0",
"versionCode" : 111, "versionCode" : 112,
"transformPx" : false, "transformPx" : false,
"locale" : "zh-Hans", "locale" : "zh-Hans",
/* 5+App特有相关 */// 配置文件详细说明 /* 5+App特有相关 */// 配置文件详细说明
......
...@@ -10,7 +10,7 @@ export function setBadge(number = 0) { ...@@ -10,7 +10,7 @@ export function setBadge(number = 0) {
// #endif // #endif
} }
export function listenMessage() { export function listen() {
// 监听在线消息 // 监听在线消息
uni.onPushMessage((res) => { uni.onPushMessage((res) => {
if (res.type !== 'receive') { if (res.type !== 'receive') {
......
...@@ -9,6 +9,7 @@ export {} ...@@ -9,6 +9,7 @@ export {}
declare module '@vue/runtime-core' { declare module '@vue/runtime-core' {
export interface GlobalComponents { export interface GlobalComponents {
CacheImage: typeof import('./../src/components/CacheImage/index.vue')['default']
Empty: typeof import('./../src/components/Empty/index.vue')['default'] Empty: typeof import('./../src/components/Empty/index.vue')['default']
FDragItem: typeof import('./../src/components/FirstUI/fui-drag/f-drag-item.vue')['default'] FDragItem: typeof import('./../src/components/FirstUI/fui-drag/f-drag-item.vue')['default']
FIndexListItem: typeof import('./../src/components/FirstUI/fui-index-list/f-index-list-item.vue')['default'] FIndexListItem: typeof import('./../src/components/FirstUI/fui-index-list/f-index-list-item.vue')['default']
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论