Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-psp-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-psp-show-h5
Commits
2149cedd
提交
2149cedd
authored
10月 19, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
96b015e8
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
404 行增加
和
233 行删除
+404
-233
.eslintrc-auto-import.json
.eslintrc-auto-import.json
+10
-0
auto-imports.d.ts
auto-imports.d.ts
+10
-0
pnpm-lock.yaml
pnpm-lock.yaml
+344
-216
LicenseeView.vue
src/modules/query/components/LicenseeView.vue
+10
-5
Index.vue
src/modules/query/views/Index.vue
+30
-12
没有找到文件。
.eslintrc-auto-import.json
浏览文件 @
2149cedd
...
...
@@ -81,6 +81,8 @@
"refThrottled"
:
true
,
"refWithControl"
:
true
,
"resolveComponent"
:
true
,
"resolveRef"
:
true
,
"resolveUnref"
:
true
,
"shallowReactive"
:
true
,
"shallowReadonly"
:
true
,
"shallowRef"
:
true
,
...
...
@@ -108,6 +110,7 @@
"useAttrs"
:
true
,
"useBase64"
:
true
,
"useBattery"
:
true
,
"useBluetooth"
:
true
,
"useBreakpoints"
:
true
,
"useBroadcastChannel"
:
true
,
"useBrowserLocation"
:
true
,
...
...
@@ -146,6 +149,7 @@
"useEyeDropper"
:
true
,
"useFavicon"
:
true
,
"useFetch"
:
true
,
"useFileDialog"
:
true
,
"useFileSystemAccess"
:
true
,
"useFocus"
:
true
,
"useFocusWithin"
:
true
,
...
...
@@ -154,6 +158,7 @@
"useGamepad"
:
true
,
"useGeolocation"
:
true
,
"useIdle"
:
true
,
"useImage"
:
true
,
"useInfiniteScroll"
:
true
,
"useIntersectionObserver"
:
true
,
"useInterval"
:
true
,
...
...
@@ -175,6 +180,7 @@
"useNavigatorLanguage"
:
true
,
"useNetwork"
:
true
,
"useNow"
:
true
,
"useObjectUrl"
:
true
,
"useOffsetPagination"
:
true
,
"useOnline"
:
true
,
"usePageLeave"
:
true
,
...
...
@@ -200,12 +206,14 @@
"useSlots"
:
true
,
"useSpeechRecognition"
:
true
,
"useSpeechSynthesis"
:
true
,
"useStepper"
:
true
,
"useStorage"
:
true
,
"useStorageAsync"
:
true
,
"useStyleTag"
:
true
,
"useSwipe"
:
true
,
"useTemplateRefsList"
:
true
,
"useTextSelection"
:
true
,
"useTextareaAutosize"
:
true
,
"useThrottle"
:
true
,
"useThrottleFn"
:
true
,
"useThrottledRefHistory"
:
true
,
...
...
@@ -232,6 +240,7 @@
"useWindowScroll"
:
true
,
"useWindowSize"
:
true
,
"watch"
:
true
,
"watchArray"
:
true
,
"watchAtMost"
:
true
,
"watchDebounced"
:
true
,
"watchEffect"
:
true
,
...
...
@@ -241,6 +250,7 @@
"watchPostEffect"
:
true
,
"watchSyncEffect"
:
true
,
"watchThrottled"
:
true
,
"watchTriggerable"
:
true
,
"watchWithFilter"
:
true
,
"whenever"
:
true
}
...
...
auto-imports.d.ts
浏览文件 @
2149cedd
...
...
@@ -82,6 +82,8 @@ declare global {
const
refThrottled
:
typeof
import
(
'@vueuse/core'
)[
'refThrottled'
]
const
refWithControl
:
typeof
import
(
'@vueuse/core'
)[
'refWithControl'
]
const
resolveComponent
:
typeof
import
(
'vue'
)[
'resolveComponent'
]
const
resolveRef
:
typeof
import
(
'@vueuse/core'
)[
'resolveRef'
]
const
resolveUnref
:
typeof
import
(
'@vueuse/core'
)[
'resolveUnref'
]
const
shallowReactive
:
typeof
import
(
'vue'
)[
'shallowReactive'
]
const
shallowReadonly
:
typeof
import
(
'vue'
)[
'shallowReadonly'
]
const
shallowRef
:
typeof
import
(
'vue'
)[
'shallowRef'
]
...
...
@@ -109,6 +111,7 @@ declare global {
const
useAttrs
:
typeof
import
(
'vue'
)[
'useAttrs'
]
const
useBase64
:
typeof
import
(
'@vueuse/core'
)[
'useBase64'
]
const
useBattery
:
typeof
import
(
'@vueuse/core'
)[
'useBattery'
]
const
useBluetooth
:
typeof
import
(
'@vueuse/core'
)[
'useBluetooth'
]
const
useBreakpoints
:
typeof
import
(
'@vueuse/core'
)[
'useBreakpoints'
]
const
useBroadcastChannel
:
typeof
import
(
'@vueuse/core'
)[
'useBroadcastChannel'
]
const
useBrowserLocation
:
typeof
import
(
'@vueuse/core'
)[
'useBrowserLocation'
]
...
...
@@ -147,6 +150,7 @@ declare global {
const
useEyeDropper
:
typeof
import
(
'@vueuse/core'
)[
'useEyeDropper'
]
const
useFavicon
:
typeof
import
(
'@vueuse/core'
)[
'useFavicon'
]
const
useFetch
:
typeof
import
(
'@vueuse/core'
)[
'useFetch'
]
const
useFileDialog
:
typeof
import
(
'@vueuse/core'
)[
'useFileDialog'
]
const
useFileSystemAccess
:
typeof
import
(
'@vueuse/core'
)[
'useFileSystemAccess'
]
const
useFocus
:
typeof
import
(
'@vueuse/core'
)[
'useFocus'
]
const
useFocusWithin
:
typeof
import
(
'@vueuse/core'
)[
'useFocusWithin'
]
...
...
@@ -155,6 +159,7 @@ declare global {
const
useGamepad
:
typeof
import
(
'@vueuse/core'
)[
'useGamepad'
]
const
useGeolocation
:
typeof
import
(
'@vueuse/core'
)[
'useGeolocation'
]
const
useIdle
:
typeof
import
(
'@vueuse/core'
)[
'useIdle'
]
const
useImage
:
typeof
import
(
'@vueuse/core'
)[
'useImage'
]
const
useInfiniteScroll
:
typeof
import
(
'@vueuse/core'
)[
'useInfiniteScroll'
]
const
useIntersectionObserver
:
typeof
import
(
'@vueuse/core'
)[
'useIntersectionObserver'
]
const
useInterval
:
typeof
import
(
'@vueuse/core'
)[
'useInterval'
]
...
...
@@ -176,6 +181,7 @@ declare global {
const
useNavigatorLanguage
:
typeof
import
(
'@vueuse/core'
)[
'useNavigatorLanguage'
]
const
useNetwork
:
typeof
import
(
'@vueuse/core'
)[
'useNetwork'
]
const
useNow
:
typeof
import
(
'@vueuse/core'
)[
'useNow'
]
const
useObjectUrl
:
typeof
import
(
'@vueuse/core'
)[
'useObjectUrl'
]
const
useOffsetPagination
:
typeof
import
(
'@vueuse/core'
)[
'useOffsetPagination'
]
const
useOnline
:
typeof
import
(
'@vueuse/core'
)[
'useOnline'
]
const
usePageLeave
:
typeof
import
(
'@vueuse/core'
)[
'usePageLeave'
]
...
...
@@ -201,12 +207,14 @@ declare global {
const
useSlots
:
typeof
import
(
'vue'
)[
'useSlots'
]
const
useSpeechRecognition
:
typeof
import
(
'@vueuse/core'
)[
'useSpeechRecognition'
]
const
useSpeechSynthesis
:
typeof
import
(
'@vueuse/core'
)[
'useSpeechSynthesis'
]
const
useStepper
:
typeof
import
(
'@vueuse/core'
)[
'useStepper'
]
const
useStorage
:
typeof
import
(
'@vueuse/core'
)[
'useStorage'
]
const
useStorageAsync
:
typeof
import
(
'@vueuse/core'
)[
'useStorageAsync'
]
const
useStyleTag
:
typeof
import
(
'@vueuse/core'
)[
'useStyleTag'
]
const
useSwipe
:
typeof
import
(
'@vueuse/core'
)[
'useSwipe'
]
const
useTemplateRefsList
:
typeof
import
(
'@vueuse/core'
)[
'useTemplateRefsList'
]
const
useTextSelection
:
typeof
import
(
'@vueuse/core'
)[
'useTextSelection'
]
const
useTextareaAutosize
:
typeof
import
(
'@vueuse/core'
)[
'useTextareaAutosize'
]
const
useThrottle
:
typeof
import
(
'@vueuse/core'
)[
'useThrottle'
]
const
useThrottleFn
:
typeof
import
(
'@vueuse/core'
)[
'useThrottleFn'
]
const
useThrottledRefHistory
:
typeof
import
(
'@vueuse/core'
)[
'useThrottledRefHistory'
]
...
...
@@ -233,6 +241,7 @@ declare global {
const
useWindowScroll
:
typeof
import
(
'@vueuse/core'
)[
'useWindowScroll'
]
const
useWindowSize
:
typeof
import
(
'@vueuse/core'
)[
'useWindowSize'
]
const
watch
:
typeof
import
(
'vue'
)[
'watch'
]
const
watchArray
:
typeof
import
(
'@vueuse/core'
)[
'watchArray'
]
const
watchAtMost
:
typeof
import
(
'@vueuse/core'
)[
'watchAtMost'
]
const
watchDebounced
:
typeof
import
(
'@vueuse/core'
)[
'watchDebounced'
]
const
watchEffect
:
typeof
import
(
'vue'
)[
'watchEffect'
]
...
...
@@ -242,6 +251,7 @@ declare global {
const
watchPostEffect
:
typeof
import
(
'vue'
)[
'watchPostEffect'
]
const
watchSyncEffect
:
typeof
import
(
'vue'
)[
'watchSyncEffect'
]
const
watchThrottled
:
typeof
import
(
'@vueuse/core'
)[
'watchThrottled'
]
const
watchTriggerable
:
typeof
import
(
'@vueuse/core'
)[
'watchTriggerable'
]
const
watchWithFilter
:
typeof
import
(
'@vueuse/core'
)[
'watchWithFilter'
]
const
whenever
:
typeof
import
(
'@vueuse/core'
)[
'whenever'
]
}
pnpm-lock.yaml
浏览文件 @
2149cedd
...
...
@@ -3,71 +3,79 @@ lockfileVersion: 5.4
specifiers
:
'
@rushstack/eslint-patch'
:
^1.1.3
'
@types/blueimp-md5'
:
^2.18.0
'
@types/file-saver'
:
^2.0.5
'
@types/lodash-es'
:
^4.17.6
'
@types/node'
:
^17.0.3
2
'
@types/node'
:
^17.0.3
5
'
@types/qs'
:
^6.9.7
'
@vitejs/plugin-vue'
:
^2.3.3
'
@vue/eslint-config-typescript'
:
^10.0.0
'
@vue/tsconfig'
:
^0.1.3
'
@vueuse/core'
:
^8.
4.2
'
@vueuse/core'
:
^8.
5.0
ali-oss
:
^6.17.1
axios
:
^0.27.2
blueimp-md5
:
^2.19.0
chalk
:
^5.0.1
eslint
:
^8.15.0
dayjs
:
^1.11.2
eslint
:
^8.16.0
eslint-plugin-vue
:
^8.7.1
file-saver
:
^2.0.5
html2canvas
:
^1.4.1
lodash-es
:
^4.17.21
pinia
:
^2.0.14
qs
:
^6.10.3
sass
:
^1.5
1.0
swiper
:
^8.1.
4
sass
:
^1.5
2.1
swiper
:
^8.1.
6
typescript
:
~4.6.4
unplugin-auto-import
:
^0.
7.1
unplugin-auto-import
:
^0.
8.6
vant
:
^3.4.9
vite
:
^2.9.9
vite-plugin-checker
:
^0.4.6
vue
:
^3.2.3
3
vue
:
^3.2.3
6
vue-infinite-scroll
:
^2.0.2
vue-router
:
^4.0.15
vue-tsc
:
^0.3
4.13
vue-tsc
:
^0.3
5.0
dependencies
:
'
@vueuse/core'
:
8.
4.2_vue@3.2.33
'
@vueuse/core'
:
8.
6.0_vue@3.2.37
axios
:
0.27.2
blueimp-md5
:
2.19.0
dayjs
:
1.11.3
file-saver
:
2.0.5
html2canvas
:
1.4.1
lodash-es
:
4.17.21
pinia
:
2.0.14_
ytvqwwdyss532bvoq2clv4ed5m
pinia
:
2.0.14_
3wx4hvlpf33h4r5e7sgliqloou
qs
:
6.10.3
sass
:
1.51.0
swiper
:
8.1.4
vant
:
3.4.9_vue@3.2.33
vue
:
3.2.33
swiper
:
8.2.2
vant
:
3.4.9_vue@3.2.37
vue
:
3.2.37
vue-infinite-scroll
:
2.0.2
vue-router
:
4.0.15_vue@3.2.3
3
vue-router
:
4.0.15_vue@3.2.3
7
devDependencies
:
'
@rushstack/eslint-patch'
:
1.1.3
'
@types/blueimp-md5'
:
2.18.0
'
@types/file-saver'
:
2.0.5
'
@types/lodash-es'
:
4.17.6
'
@types/node'
:
17.0.
32
'
@types/node'
:
17.0.
40
'
@types/qs'
:
6.9.7
'
@vitejs/plugin-vue'
:
2.3.3_vite@2.9.9+vue@3.2.3
3
'
@vue/eslint-config-typescript'
:
10.0.0_
p4if3q7l2moozcc73o6tbvomj
q
'
@vue/tsconfig'
:
0.1.3_@types+node@17.0.
32
'
@vitejs/plugin-vue'
:
2.3.3_vite@2.9.9+vue@3.2.3
7
'
@vue/eslint-config-typescript'
:
10.0.0_
lv7fleodo4yj7y3ffuukimytb
q
'
@vue/tsconfig'
:
0.1.3_@types+node@17.0.
40
ali-oss
:
6.17.1
chalk
:
5.0.1
eslint
:
8.15.0
eslint-plugin-vue
:
8.7.1_eslint@8.15.0
eslint
:
8.17.0
eslint-plugin-vue
:
8.7.1_eslint@8.17.0
sass
:
1.52.2
typescript
:
4.6.4
unplugin-auto-import
:
0.
7.1_y44jlmyuqbnkfkqeyjo67naj6e
vite
:
2.9.9_sass@1.5
1.0
unplugin-auto-import
:
0.
8.7_2f4luahfrvm5qufmejfjusqqgu
vite
:
2.9.9_sass@1.5
2.2
vite-plugin-checker
:
0.4.6_vite@2.9.9
vue-tsc
:
0.3
4.13
_typescript@4.6.4
vue-tsc
:
0.3
5.2
_typescript@4.6.4
packages
:
/@antfu/utils/0.5.
1
:
resolution
:
{
integrity
:
sha512-
8Afo0+xvYe1K8Wm4xHTymfTkpzy36aaqDvhXIayUwl+mecMG9Xzl3XjXa6swG6Bk8FBeQ646RyvmsYt6+2Be9g
==
}
/@antfu/utils/0.5.
2
:
resolution
:
{
integrity
:
sha512-
CQkeV+oJxUazwjlHD0/3ZD08QWKuGQkhnrKo3e6ly5pd48VUpXbb77q0xMU4+vc2CkJnDS02Eq/M9ugyX20XZA
==
}
dev
:
true
/@babel/code-frame/7.16.7
:
...
...
@@ -80,7 +88,6 @@ packages:
/@babel/helper-validator-identifier/7.16.7
:
resolution
:
{
integrity
:
sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==
}
engines
:
{
node
:
'
>=6.9.0'
}
dev
:
true
/@babel/highlight/7.17.9
:
resolution
:
{
integrity
:
sha512-J9PfEKCbFIv2X5bjTMiZu6Vf341N05QIY+d6FvVKynkG1S7G0j3I0QoRtWIrXhZ+/Nlb5Q0MzqL7TokEJ5BNHg==
}
...
...
@@ -95,15 +102,24 @@ packages:
resolution
:
{
integrity
:
sha512-vqUSBLP8dQHFPdPi9bc5GK9vRkYHJ49fsZdtoJ8EQ8ibpwk5rPKfvNIwChB0KVXcIjcepEBBd2VHC5r9Gy8ueg==
}
engines
:
{
node
:
'
>=6.0.0'
}
hasBin
:
true
dependencies
:
'
@babel/types'
:
7.18.4
/@babel/types/7.18.4
:
resolution
:
{
integrity
:
sha512-ThN1mBcMq5pG/Vm2IcBmPPfyPXbd8S02rS+OBIDENdufvqC7Z/jHPCv9IcP01277aKtDI8g/2XysBN4hA8niiw==
}
engines
:
{
node
:
'
>=6.9.0'
}
dependencies
:
'
@babel/helper-validator-identifier'
:
7.16.7
to-fast-properties
:
2.0.0
/@eslint/eslintrc/1.
2.3
:
resolution
:
{
integrity
:
sha512-
uGo44hIwoLGNyduRpjdEpovcbMdd+Nv7amtmJxnKmI8xj6yd5LncmSwDa5NgX/41lIFJtkjD6YdVfgEzPfJ5UA
==
}
/@eslint/eslintrc/1.
3.0
:
resolution
:
{
integrity
:
sha512-
UWW0TMTmk2d7hLcWD1/e2g5HDM/HQ3csaLSqXCfqwh4uNDuNqlaKWXmEsL4Cs41Z0KnILNvwbHAah3C2yt06kw
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dependencies
:
ajv
:
6.12.6
debug
:
4.3.4
espree
:
9.3.2
globals
:
13.1
3
.0
globals
:
13.1
5
.0
ignore
:
5.2.0
import-fresh
:
3.3.0
js-yaml
:
4.1.0
...
...
@@ -174,6 +190,10 @@ packages:
resolution
:
{
integrity
:
sha512-f4A+++lGZGJvVSgeyMkqA7BEf2BVQli6F+qEykKb49c5ieWQBkfpn6CP5c1IZr2Yi2Ofl6Fj+v0e1fN18Z8Cnw==
}
dev
:
true
/@types/file-saver/2.0.5
:
resolution
:
{
integrity
:
sha512-zv9kNf3keYegP5oThGLaPk8E081DFDuwfqjtiTzm6PoxChdJ1raSuADf2YGCVIyrSynLrgc8JWv296s7Q7pQSQ==
}
dev
:
true
/@types/json-schema/7.0.11
:
resolution
:
{
integrity
:
sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
}
dev
:
true
...
...
@@ -188,15 +208,15 @@ packages:
resolution
:
{
integrity
:
sha512-n3tyKthHJbkiWhDZs3DkhkCzt2MexYHXlX0td5iMplyfwketaOeKboEVBqzceH7juqvEg3q5oUoBFxSLu7zFag==
}
dev
:
true
/@types/node/17.0.
32
:
resolution
:
{
integrity
:
sha512-
eAIcfAvhf/BkHcf4pkLJ7ECpBAhh9kcxRBpip9cTiO+hf+aJrsxYxBeS6OXvOd9WqNAJmavXVpZvY1rBjNsXmw
==
}
/@types/node/17.0.
40
:
resolution
:
{
integrity
:
sha512-
UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg
==
}
dev
:
true
/@types/qs/6.9.7
:
resolution
:
{
integrity
:
sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==
}
dev
:
true
/@typescript-eslint/eslint-plugin/5.19.0_
l5goh7id5fhepy46jcfqi6hchi
:
/@typescript-eslint/eslint-plugin/5.19.0_
jbfgxvvok353s74zz5omoqhvzy
:
resolution
:
{
integrity
:
sha512-w59GpFqDYGnWFim9p6TGJz7a3qWeENJuAKCqjGSx+Hq/bwq3RZwXYqy98KIfN85yDqz9mq6QXiY5h0FjGQLyEg==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
...
...
@@ -207,12 +227,12 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/parser'
:
5.19.0_
hcfsmds2fshutdssjqluwm76uu
'
@typescript-eslint/parser'
:
5.19.0_
pm7osnb22e4oktq33hptgspr5i
'
@typescript-eslint/scope-manager'
:
5.19.0
'
@typescript-eslint/type-utils'
:
5.19.0_
hcfsmds2fshutdssjqluwm76uu
'
@typescript-eslint/utils'
:
5.19.0_
hcfsmds2fshutdssjqluwm76uu
'
@typescript-eslint/type-utils'
:
5.19.0_
pm7osnb22e4oktq33hptgspr5i
'
@typescript-eslint/utils'
:
5.19.0_
pm7osnb22e4oktq33hptgspr5i
debug
:
4.3.4
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
functional-red-black-tree
:
1.0.1
ignore
:
5.2.0
regexpp
:
3.2.0
...
...
@@ -223,7 +243,7 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/parser/5.19.0_
hcfsmds2fshutdssjqluwm76uu
:
/@typescript-eslint/parser/5.19.0_
pm7osnb22e4oktq33hptgspr5i
:
resolution
:
{
integrity
:
sha512-yhktJjMCJX8BSBczh1F/uY8wGRYrBeyn84kH6oyqdIJwTGKmzX5Qiq49LRQ0Jh0LXnWijEziSo6BRqny8nqLVQ==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
...
...
@@ -237,7 +257,7 @@ packages:
'
@typescript-eslint/types'
:
5.19.0
'
@typescript-eslint/typescript-estree'
:
5.19.0_typescript@4.6.4
debug
:
4.3.4
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
typescript
:
4.6.4
transitivePeerDependencies
:
-
supports-color
...
...
@@ -251,7 +271,7 @@ packages:
'
@typescript-eslint/visitor-keys'
:
5.19.0
dev
:
true
/@typescript-eslint/type-utils/5.19.0_
hcfsmds2fshutdssjqluwm76uu
:
/@typescript-eslint/type-utils/5.19.0_
pm7osnb22e4oktq33hptgspr5i
:
resolution
:
{
integrity
:
sha512-O6XQ4RI4rQcBGshTQAYBUIGsKqrKeuIOz9v8bckXZnSeXjn/1+BDZndHLe10UplQeJLXDNbaZYrAytKNQO2T4Q==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
...
...
@@ -261,9 +281,9 @@ packages:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/utils'
:
5.19.0_
hcfsmds2fshutdssjqluwm76uu
'
@typescript-eslint/utils'
:
5.19.0_
pm7osnb22e4oktq33hptgspr5i
debug
:
4.3.4
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
tsutils
:
3.21.0_typescript@4.6.4
typescript
:
4.6.4
transitivePeerDependencies
:
...
...
@@ -296,7 +316,7 @@ packages:
-
supports-color
dev
:
true
/@typescript-eslint/utils/5.19.0_
hcfsmds2fshutdssjqluwm76uu
:
/@typescript-eslint/utils/5.19.0_
pm7osnb22e4oktq33hptgspr5i
:
resolution
:
{
integrity
:
sha512-ZuEckdupXpXamKvFz/Ql8YnePh2ZWcwz7APICzJL985Rp5C2AYcHO62oJzIqNhAMtMK6XvrlBTZeNG8n7gS3lQ==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
...
...
@@ -306,9 +326,9 @@ packages:
'
@typescript-eslint/scope-manager'
:
5.19.0
'
@typescript-eslint/types'
:
5.19.0
'
@typescript-eslint/typescript-estree'
:
5.19.0_typescript@4.6.4
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
eslint-scope
:
5.1.1
eslint-utils
:
3.0.0_eslint@8.1
5
.0
eslint-utils
:
3.0.0_eslint@8.1
7
.0
transitivePeerDependencies
:
-
supports-color
-
typescript
...
...
@@ -336,145 +356,146 @@ packages:
resolution
:
{
integrity
:
sha512-3z+nywPaV2F5BdJO7RQxWlgfzJeEOmViD2yHMb7Tg+R4NR/7iQskqW8v2Cnv9FWSJgTOSHlcr7UzeLpiTAP4HA==
}
dev
:
false
/@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.3
3
:
/@vitejs/plugin-vue/2.3.3_vite@2.9.9+vue@3.2.3
7
:
resolution
:
{
integrity
:
sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==
}
engines
:
{
node
:
'
>=12.0.0'
}
peerDependencies
:
vite
:
^2.5.10
vue
:
^3.2.25
dependencies
:
vite
:
2.9.9_sass@1.5
1.0
vue
:
3.2.3
3
vite
:
2.9.9_sass@1.5
2.2
vue
:
3.2.3
7
dev
:
true
/@volar/code-gen/0.3
4.13
:
resolution
:
{
integrity
:
sha512-
FO1jC3aB514Ydg0yX3Usx+s/hwnKhDI9yfcEuCyJvWLZtcc+DOrWJu4G0MMLG6AdRvn5UbSyec/g5TnevYfY1g
==
}
/@volar/code-gen/0.3
5.2
:
resolution
:
{
integrity
:
sha512-
MoZHuNnPfUWnCNkQUI5+U+gvLTxrU+XlCTusdNOTFYUUAa+M68MH0RxFIS9Ybj4uAUWTcZx0Ow1q5t/PZozo+Q
==
}
dependencies
:
'
@volar/source-map'
:
0.3
4.13
'
@volar/source-map'
:
0.3
5.2
dev
:
true
/@volar/source-map/0.3
4.13
:
resolution
:
{
integrity
:
sha512-
Cb9rqhA00Q1tgqr2XjckMqlOJlozaBd6R4PndsvTRkGHTwdlv63CvunJGdAh6dXOIDZRKvhplfIJDKS9nDiIIA
==
}
/@volar/source-map/0.3
5.2
:
resolution
:
{
integrity
:
sha512-
PFHh9wN/qMkOWYyvmB8ckvIzolrpNOvK5EBdxxdTpiPJhfYjW82rMDBnYf6RxCe7yQxrUrmve6BWVO7flxWNVQ
==
}
dev
:
true
/@volar/vue-code-gen/0.3
4.13
:
resolution
:
{
integrity
:
sha512-
rNuxyKmv+NW+SbQx6Hx6oQrkAtk7LWc47fiKKt0LZhNPQaNGj7/zhTvpe+aLFCDZw+a6rrH622qi+eovOOAnB
A==
}
/@volar/vue-code-gen/0.3
5.2
:
resolution
:
{
integrity
:
sha512-
8H6P8EtN06eSVGjtcJhGqZzFIg6/nWoHVOlnhc5vKqC7tXwpqPbyMQae0tO7pLBd5qSb/dYU5GQcBAHsi2jgy
A==
}
dependencies
:
'
@volar/code-gen'
:
0.3
4.13
'
@volar/source-map'
:
0.3
4.13
'
@vue/compiler-core'
:
3.2.3
3
'
@vue/compiler-dom'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@volar/code-gen'
:
0.3
5.2
'
@volar/source-map'
:
0.3
5.2
'
@vue/compiler-core'
:
3.2.3
7
'
@vue/compiler-dom'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
dev
:
true
/@volar/vue-typescript/0.3
4.13
:
resolution
:
{
integrity
:
sha512-
vfZngBr0fkZSA5BajA8VLTsao7ZES7j5pHch6xV5vjjcuK6GIbxytQjKPq20Q34DMUrvgI6g30yULAc6zSB4rQ
==
}
/@volar/vue-typescript/0.3
5.2
:
resolution
:
{
integrity
:
sha512-
PZI6Urb+Vr5Dvgf9xysM8X7TP09inWDy1wjDtprBoBhxS7r0Dg3V0qZuJa7sSGz7M0QMa5R/CBaZPhlxFCfJBw
==
}
dependencies
:
'
@volar/code-gen'
:
0.3
4.13
'
@volar/source-map'
:
0.3
4.13
'
@volar/vue-code-gen'
:
0.3
4.13
'
@vue/compiler-sfc'
:
3.2.3
3
'
@vue/reactivity'
:
3.2.3
3
'
@volar/code-gen'
:
0.3
5.2
'
@volar/source-map'
:
0.3
5.2
'
@volar/vue-code-gen'
:
0.3
5.2
'
@vue/compiler-sfc'
:
3.2.3
7
'
@vue/reactivity'
:
3.2.3
7
dev
:
true
/@vue/compiler-core/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
AAmr52ji3Zhk7IKIuigX2osWWsb2nQE5xsdFYjdnmtQ4gymmqXbjLvkSE174+fF3A3kstYrTgGkqgOEbsdLDpw
==
}
/@vue/compiler-core/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
81KhEjo7YAOh0vQJoSmAD68wLfYqJvoiD4ulyedzF+OEk/bk6/hx3fTNVfuzugIIaTrOx4PGx6pAiBRe5e9Zmg
==
}
dependencies
:
'
@babel/parser'
:
7.17.9
'
@vue/shared'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
7
estree-walker
:
2.0.2
source-map
:
0.6.1
/@vue/compiler-dom/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
GhiG1C8X98Xz9QUX/RlA6/kgPBWJkjq0Rq6//5XTAGSYrTMBgcLpP9+CnlUg1TFxnnCVughAG+KZl28XJqw8u
Q==
}
/@vue/compiler-dom/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
yxJLH167fucHKxaqXpYk7x8z7mMEnXOw3G2q62FTkmsvNxu4FQSu5+3UMb+L7fjKa26DEzhrmCxAgFLLIzVfq
Q==
}
dependencies
:
'
@vue/compiler-core'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@vue/compiler-core'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
/@vue/compiler-sfc/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
H8D0WqagCr295pQjUYyO8P3IejM3vEzeCO1apzByAEaAR/WimhMYczHfZVvlCE/9yBaEu/eu9RdiWr0kF8b71Q
==
}
/@vue/compiler-sfc/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
+7i/2+9LYlpqDv+KTtWhOZH+pa8/HnX/905MdVmAcI/mPQOBwkHHIzrsEsucyOIZQYMkXUiTkmZq5am/NyXKkg
==
}
dependencies
:
'
@babel/parser'
:
7.17.9
'
@vue/compiler-core'
:
3.2.3
3
'
@vue/compiler-dom'
:
3.2.3
3
'
@vue/compiler-ssr'
:
3.2.3
3
'
@vue/reactivity-transform'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@vue/compiler-core'
:
3.2.3
7
'
@vue/compiler-dom'
:
3.2.3
7
'
@vue/compiler-ssr'
:
3.2.3
7
'
@vue/reactivity-transform'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
estree-walker
:
2.0.2
magic-string
:
0.25.9
postcss
:
8.4.1
2
postcss
:
8.4.1
3
source-map
:
0.6.1
/@vue/compiler-ssr/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
XQh1Xdk3VquDpXsnoCd7JnMoWec9CfAzQDQsaMcSU79OrrO2PNR0ErlIjm/mGq3GmBfkQjzZACV+7GhfRB8xMQ
==
}
/@vue/compiler-ssr/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
7mQJD7HdXxQjktmsWp/J67lThEIcxLemz1Vb5I6rYJHR5vI+lON3nPGOH3ubmbvYGt8xEUaAr1j7/tIFWiEOqw
==
}
dependencies
:
'
@vue/compiler-dom'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@vue/compiler-dom'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
/@vue/devtools-api/6.1.4
:
resolution
:
{
integrity
:
sha512-IiA0SvDrJEgXvVxjNkHPFfDx6SXw0b/TUkqMcDZWNg9fnCAHbTpoo59YfJ9QLFkwa3raau5vSlRVzMSLDnfdtQ==
}
dev
:
false
/@vue/eslint-config-typescript/10.0.0_
p4if3q7l2moozcc73o6tbvomj
q
:
/@vue/eslint-config-typescript/10.0.0_
lv7fleodo4yj7y3ffuukimytb
q
:
resolution
:
{
integrity
:
sha512-F94cL8ug3FaYXlCfU5/wiGjk1qeadmoBpRGAOBq+qre3Smdupa59dd6ZJrsfRODpsMPyTG7330juMDsUvpZ3Rw==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.2.0 || ^7.0.0 || ^8.0.0
eslint-plugin-vue
:
^8.0.1
typescript
:
'
*'
peerDependenciesMeta
:
typescript
:
optional
:
true
dependencies
:
'
@typescript-eslint/eslint-plugin'
:
5.19.0_l5goh7id5fhepy46jcfqi6hchi
'
@typescript-eslint/parser'
:
5.19.0_hcfsmds2fshutdssjqluwm76uu
eslint
:
8.15.0
eslint-plugin-vue
:
8.7.1_eslint@8.15.0
vue-eslint-parser
:
8.3.0_eslint@8.15.0
'
@typescript-eslint/eslint-plugin'
:
5.19.0_jbfgxvvok353s74zz5omoqhvzy
'
@typescript-eslint/parser'
:
5.19.0_pm7osnb22e4oktq33hptgspr5i
eslint
:
8.17.0
eslint-plugin-vue
:
8.7.1_eslint@8.17.0
typescript
:
4.6.4
vue-eslint-parser
:
8.3.0_eslint@8.17.0
transitivePeerDependencies
:
-
supports-color
-
typescript
dev
:
true
/@vue/reactivity-transform/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
4UL5KOIvSQb254aqenW4q34qMXbfZcmEsV/yVidLUgvwYQQ/D21bGX3DlgPUGI3c4C+iOnNmDCkIxkILoX/Pyw
==
}
/@vue/reactivity-transform/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
IWopkKEb+8qpu/1eMKVeXrK0NLw9HicGviJzhJDEyfxTR9e1WtpnnbYkJWurX6WwoFP0sz10xQg8yL8lgskAZg
==
}
dependencies
:
'
@babel/parser'
:
7.17.9
'
@vue/compiler-core'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@vue/compiler-core'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
estree-walker
:
2.0.2
magic-string
:
0.25.9
/@vue/reactivity/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
62Sq0mp9/0bLmDuxuLD5CIaMG2susFAGARLuZ/5jkU1FCf9EDbwUuF+BO8Ub3Rbodx0ziIecM/NsmyjardBxfQ
==
}
/@vue/reactivity/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
/7WRafBOshOc6m3F7plwzPeCu/RCVv9uMpOwa/5PiY1Zz+WLVRWiy0MYKwmg19KBdGtFWsmZ4cD+LOdVPcs52A
==
}
dependencies
:
'
@vue/shared'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
7
/@vue/runtime-core/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
N2D2vfaXsBPhzCV3JsXQa2NECjxP3eXgZlFqKh4tgakp3iX6LCGv76DLlc+IfFZq+TW10Y8QUfeihXOupJ1dGw
==
}
/@vue/runtime-core/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
JPcd9kFyEdXLl/i0ClS7lwgcs0QpUAWj+SKX2ZC3ANKi1U4DOtiEr6cRqFXsPwY5u1L9fAjkinIdB8Rz3FoYNQ
==
}
dependencies
:
'
@vue/reactivity'
:
3.2.33
'
@vue/shared'
:
3.2.33
dev
:
false
'
@vue/reactivity'
:
3.2.37
'
@vue/shared'
:
3.2.37
/@vue/runtime-dom/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
LSrJ6W7CZTSUygX5s8aFkraDWlO6K4geOwA3quFF2O+hC3QuAMZt/0Xb7JKE3C4JD4pFwCSO7oCrZmZ0BIJUn
w==
}
/@vue/runtime-dom/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
HimKdh9BepShW6YozwRKAYjYQWg9mQn63RGEiSswMbW+ssIht1MILYlVGkAGGQbkhSh31PCdoUcfiu4apXJoP
w==
}
dependencies
:
'
@vue/runtime-core'
:
3.2.3
3
'
@vue/shared'
:
3.2.3
3
'
@vue/runtime-core'
:
3.2.3
7
'
@vue/shared'
:
3.2.3
7
csstype
:
2.6.20
dev
:
false
/@vue/server-renderer/3.2.3
3_vue@3.2.33
:
resolution
:
{
integrity
:
sha512-
4jpJHRD4ORv8PlbYi+/MfP8ec1okz6rybe36MdpkDrGIdEItHEUyaHSKvz+ptNEyQpALmmVfRteHkU9F8vxOew
==
}
/@vue/server-renderer/3.2.3
7_vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
kLITEJvaYgZQ2h47hIzPh2K3jG8c1zCVbp/o/bzQOyvzaKiCquKS7AaioPI28GNxIsE/zSx+EwWYsNxDCX95MA
==
}
peerDependencies
:
vue
:
3.2.3
3
vue
:
3.2.3
7
dependencies
:
'
@vue/compiler-ssr'
:
3.2.33
'
@vue/shared'
:
3.2.33
vue
:
3.2.33
dev
:
false
'
@vue/compiler-ssr'
:
3.2.37
'
@vue/shared'
:
3.2.37
vue
:
3.2.37
/@vue/shared/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
UBc1Pg1T3yZ97vsA2ueER0F6GbJebLHYlEi4ou1H5YL4KWvMOOWwpYo9/QpWq93wxKG6Wo13IY74Hcn/f7c7Bg
==
}
/@vue/shared/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
4rSJemR2NQIo9Klm1vabqWjD8rs/ZaJSzMxkMNeJS6lHiUjjUeYFbooN19NgFjztubEKh3WlZUeOLVdbbUWHsw
==
}
/@vue/tsconfig/0.1.3_@types+node@17.0.
32
:
/@vue/tsconfig/0.1.3_@types+node@17.0.
40
:
resolution
:
{
integrity
:
sha512-kQVsh8yyWPvHpb8gIc9l/HIDiiVUy1amynLNpCy8p+FoCiZXCo6fQos5/097MmnNZc9AtseDsCrfkhqCrJ8Olg==
}
peerDependencies
:
'
@types/node'
:
'
*'
...
...
@@ -482,11 +503,11 @@ packages:
'
@types/node'
:
optional
:
true
dependencies
:
'
@types/node'
:
17.0.
32
'
@types/node'
:
17.0.
40
dev
:
true
/@vueuse/core/8.
4.2_vue@3.2.33
:
resolution
:
{
integrity
:
sha512-
dUVU96lii1ZdWoNJXauQNt+4QrHz1DKbuW+y6pDR2N10q7rGZJMDU7pQeMcC2XeosX7kMODfaBuqsF03NozzLg
==
}
/@vueuse/core/8.
6.0_vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
VirzExCm/N+QdrEWT7J4uSrvJ5hquKIAU9alQ37kUvIJk9XxCLxmfRnmekYc1kz2+6BnoyuKYXVmrMV351CB4w
==
}
peerDependencies
:
'
@vue/composition-api'
:
^1.1.0
vue
:
^2.6.0 || ^3.2.0
...
...
@@ -496,18 +517,16 @@ packages:
vue
:
optional
:
true
dependencies
:
'
@vueuse/metadata'
:
8.4.2
'
@vueuse/shared'
:
8.4.2_vue@3.2.33
vue
:
3.2.33
vue-demi
:
0.12.5_vue@3.2.33
dev
:
false
'
@vueuse/metadata'
:
8.6.0
'
@vueuse/shared'
:
8.6.0_vue@3.2.37
vue
:
3.2.37
vue-demi
:
0.12.5_vue@3.2.37
/@vueuse/metadata/8.4.2
:
resolution
:
{
integrity
:
sha512-2BIj++7P0/I5dfMsEe8q7Kw0HqVAjVcyNOd9+G22/ILUC9TVLTeYOuJ1kwa1Gpr+0LWKHc6GqHiLWNL33+exoQ==
}
dev
:
false
/@vueuse/metadata/8.6.0
:
resolution
:
{
integrity
:
sha512-F+CKPvaExsm7QgRr8y+ZNJFwXasn89rs5wth/HeX9lJ1q8XEt+HJ16Q5Sxh4rfG5YSKXrStveVge8TKvPjMjFA==
}
/@vueuse/shared/8.
4.2_vue@3.2.33
:
resolution
:
{
integrity
:
sha512-
hILXMEjL8YQhj1LHN/HZ49UThyfk8irTjhele2nW+L3N55ElFUBGB/f4w0rg8EW+/suhqv7kJJPTZzvHCqxlIw
==
}
/@vueuse/shared/8.
6.0_vue@3.2.37
:
resolution
:
{
integrity
:
sha512-
Y/IVywZo7IfEoSSEtCYpkVEmPV7pU35mEIxV7PbD/D3ly18B3mEsBaPbtDkNM/QP3zAZ5mn4nEkOfddX4uwuIA
==
}
peerDependencies
:
'
@vue/composition-api'
:
^1.1.0
vue
:
^2.6.0 || ^3.2.0
...
...
@@ -517,9 +536,8 @@ packages:
vue
:
optional
:
true
dependencies
:
vue
:
3.2.33
vue-demi
:
0.12.5_vue@3.2.33
dev
:
false
vue
:
3.2.37
vue-demi
:
0.12.5_vue@3.2.37
/acorn-jsx/5.3.2_acorn@8.7.0
:
resolution
:
{
integrity
:
sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==
}
...
...
@@ -652,6 +670,7 @@ packages:
dependencies
:
normalize-path
:
3.0.0
picomatch
:
2.3.1
dev
:
true
/argparse/2.0.1
:
resolution
:
{
integrity
:
sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
}
...
...
@@ -686,9 +705,15 @@ packages:
resolution
:
{
integrity
:
sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
}
dev
:
true
/base64-arraybuffer/1.0.2
:
resolution
:
{
integrity
:
sha512-I3yl4r9QB5ZRY3XuJVEPfc2XhZO6YweFPI+UovAzn+8/hb3oJ6lnysaFcjVpkCPfVWFUDvoZ8kmVDP7WyRtYtQ==
}
engines
:
{
node
:
'
>=
0.6.0'
}
dev
:
false
/binary-extensions/2.2.0
:
resolution
:
{
integrity
:
sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==
}
engines
:
{
node
:
'
>=8'
}
dev
:
true
/blueimp-md5/2.19.0
:
resolution
:
{
integrity
:
sha512-DRQrD6gJyy8FbiE4s+bDoXS9hiW3Vbx5uCdwvcCf3zLHL+Iv7LtGHLpr+GZV8rHG8tK766FGYBwRbu8pELTt+w==
}
...
...
@@ -714,6 +739,7 @@ packages:
engines
:
{
node
:
'
>=8'
}
dependencies
:
fill-range
:
7.0.1
dev
:
true
/builtin-status-codes/3.0.0
:
resolution
:
{
integrity
:
sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=
}
...
...
@@ -770,6 +796,7 @@ packages:
readdirp
:
3.6.0
optionalDependencies
:
fsevents
:
2.3.2
dev
:
true
/color-convert/1.9.3
:
resolution
:
{
integrity
:
sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==
}
...
...
@@ -830,6 +857,12 @@ packages:
which
:
2.0.2
dev
:
true
/css-line-break/2.1.0
:
resolution
:
{
integrity
:
sha512-FHcKFCZcAha3LwfVBhCQbW2nCNbkZXn7KVUJcsT5/P8YmfsVja0FMPJr0B903j/E69HUphKiV9iQArX8SDYA4w==
}
dependencies
:
utrie
:
1.0.2
dev
:
false
/cssesc/3.0.0
:
resolution
:
{
integrity
:
sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==
}
engines
:
{
node
:
'
>=4'
}
...
...
@@ -838,7 +871,6 @@ packages:
/csstype/2.6.20
:
resolution
:
{
integrity
:
sha512-/WwNkdXfckNgw6S5R125rrW8ez139lBHWouiBvX8dfMFtcn6V81REDqnH7+CRpRipfYlyU1CmOnOxrmGcFOjeA==
}
dev
:
false
/data-uri-to-buffer/3.0.1
:
resolution
:
{
integrity
:
sha512-WboRycPNsVw3B3TL559F7kuBUM4d8CgMEvk6xEJlOp7OBPjt6G7z8WMWlD2rOFZLk6OYfFIUGsCOWzcQH9K2og==
}
...
...
@@ -849,8 +881,17 @@ packages:
resolution
:
{
integrity
:
sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=
}
dev
:
true
/dayjs/1.11.3
:
resolution
:
{
integrity
:
sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==
}
dev
:
false
/debug/2.6.9
:
resolution
:
{
integrity
:
sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==
}
peerDependencies
:
supports-color
:
'
*'
peerDependenciesMeta
:
supports-color
:
optional
:
true
dependencies
:
ms
:
2.0.0
dev
:
true
...
...
@@ -1167,6 +1208,11 @@ packages:
engines
:
{
node
:
'
>=10'
}
dev
:
true
/escape-string-regexp/5.0.0
:
resolution
:
{
integrity
:
sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==
}
engines
:
{
node
:
'
>=12'
}
dev
:
true
/escodegen/1.14.3
:
resolution
:
{
integrity
:
sha512-qFcX0XJkdg+PB3xjZZG/wKSuT1PnQWx57+TVSjIMmILd2yC/6ByYElPwJnslDsuWuSAp4AwJGumarAAmJch5Kw==
}
engines
:
{
node
:
'
>=4.0'
}
...
...
@@ -1180,19 +1226,19 @@ packages:
source-map
:
0.6.1
dev
:
true
/eslint-plugin-vue/8.7.1_eslint@8.1
5
.0
:
/eslint-plugin-vue/8.7.1_eslint@8.1
7
.0
:
resolution
:
{
integrity
:
sha512-28sbtm4l4cOzoO1LtzQPxfxhQABararUb1JtqusQqObJpWX2e/gmVyeYVfepizPFne0Q5cILkYGiBoV36L12Wg==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
^6.2.0 || ^7.0.0 || ^8.0.0
dependencies
:
eslint
:
8.1
5
.0
eslint-utils
:
3.0.0_eslint@8.1
5
.0
eslint
:
8.1
7
.0
eslint-utils
:
3.0.0_eslint@8.1
7
.0
natural-compare
:
1.4.0
nth-check
:
2.0.1
postcss-selector-parser
:
6.0.10
semver
:
7.3.6
vue-eslint-parser
:
8.3.0_eslint@8.1
5
.0
vue-eslint-parser
:
8.3.0_eslint@8.1
7
.0
transitivePeerDependencies
:
-
supports-color
dev
:
true
...
...
@@ -1213,13 +1259,13 @@ packages:
estraverse
:
5.3.0
dev
:
true
/eslint-utils/3.0.0_eslint@8.1
5
.0
:
/eslint-utils/3.0.0_eslint@8.1
7
.0
:
resolution
:
{
integrity
:
sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==
}
engines
:
{
node
:
^10.0.0 || ^12.0.0 || >= 14.0.0
}
peerDependencies
:
eslint
:
'
>=5'
dependencies
:
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
eslint-visitor-keys
:
2.1.0
dev
:
true
...
...
@@ -1233,12 +1279,12 @@ packages:
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
dev
:
true
/eslint/8.1
5
.0
:
resolution
:
{
integrity
:
sha512-
GG5USZ1jhCu8HJkzGgeK8/+RGnHaNYZGrGDzUtigK3BsGESW/rs2az23XqE0WVwDxy1VRvvjSSGu5nB0Bu+6SA
==
}
/eslint/8.1
7
.0
:
resolution
:
{
integrity
:
sha512-
gq0m0BTJfci60Fz4nczYxNAlED+sMcihltndR8t9t1evnU/azx53x3t2UHXC/uRjcbvRw/XctpaNygSTcQD+Iw
==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
hasBin
:
true
dependencies
:
'
@eslint/eslintrc'
:
1.
2.3
'
@eslint/eslintrc'
:
1.
3.0
'
@humanwhocodes/config-array'
:
0.9.5
ajv
:
6.12.6
chalk
:
4.1.2
...
...
@@ -1247,7 +1293,7 @@ packages:
doctrine
:
3.0.0
escape-string-regexp
:
4.0.0
eslint-scope
:
7.1.1
eslint-utils
:
3.0.0_eslint@8.1
5
.0
eslint-utils
:
3.0.0_eslint@8.1
7
.0
eslint-visitor-keys
:
3.3.0
espree
:
9.3.2
esquery
:
1.4.0
...
...
@@ -1256,7 +1302,7 @@ packages:
file-entry-cache
:
6.0.1
functional-red-black-tree
:
1.0.1
glob-parent
:
6.0.2
globals
:
13.1
3
.0
globals
:
13.1
5
.0
ignore
:
5.2.0
import-fresh
:
3.3.0
imurmurhash
:
0.1.4
...
...
@@ -1360,7 +1406,7 @@ packages:
dev
:
true
/fast-levenshtein/2.0.6
:
resolution
:
{
integrity
:
sha
1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc
=
}
resolution
:
{
integrity
:
sha
512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw=
=
}
dev
:
true
/fastq/1.13.0
:
...
...
@@ -1376,6 +1422,10 @@ packages:
flat-cache
:
3.0.4
dev
:
true
/file-saver/2.0.5
:
resolution
:
{
integrity
:
sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==
}
dev
:
false
/file-uri-to-path/2.0.0
:
resolution
:
{
integrity
:
sha512-hjPFI8oE/2iQPVe4gbrJ73Pp+Xfub2+WI2LlXDbsaJBwT5wuMh35WNWVYYTpnz895shtwfyutMFLFywpQAFdLg==
}
engines
:
{
node
:
'
>=
6'
}
...
...
@@ -1386,6 +1436,7 @@ packages:
engines
:
{
node
:
'
>=8'
}
dependencies
:
to-regex-range
:
5.0.1
dev
:
true
/flat-cache/3.0.4
:
resolution
:
{
integrity
:
sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
}
...
...
@@ -1444,6 +1495,7 @@ packages:
engines
:
{
node
:
^8.16.0 || ^10.6.0 || >=11.0.0
}
os
:
[
darwin
]
requiresBuild
:
true
dev
:
true
optional
:
true
/ftp/0.3.10
:
...
...
@@ -1491,6 +1543,7 @@ packages:
engines
:
{
node
:
'
>=
6'
}
dependencies
:
is-glob
:
4.0.3
dev
:
true
/glob-parent/6.0.2
:
resolution
:
{
integrity
:
sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
}
...
...
@@ -1510,8 +1563,8 @@ packages:
path-is-absolute
:
1.0.1
dev
:
true
/globals/13.1
3
.0
:
resolution
:
{
integrity
:
sha512-
EQ7Q18AJlPwp3vUDL4mKA0KXrXyNIQyWon6T6XQiBQF0XHvRsiCSrWmmeATpUzdJN2HhWZU6Pdl0a9zdep5p6A
==
}
/globals/13.1
5
.0
:
resolution
:
{
integrity
:
sha512-
bpzcOlgDhMG070Av0Vy5Owklpv1I6+j96GhUI7Rh7IzDCKLzboflLrrfqMu8NquDbiR4EOQk7XzJwqVJxicxog
==
}
engines
:
{
node
:
'
>=8'
}
dependencies
:
type-fest
:
0.20.2
...
...
@@ -1553,6 +1606,14 @@ packages:
dependencies
:
function-bind
:
1.1.1
/html2canvas/1.4.1
:
resolution
:
{
integrity
:
sha512-fPU6BHNpsyIhr8yyMpTLLxAbkaK8ArIBcmZIRiBLiDhjeqvXolaEmDGmELFuX9I4xDcaKKcJl+TKZLqruBbmWA==
}
engines
:
{
node
:
'
>=8.0.0'
}
dependencies
:
css-line-break
:
2.1.0
text-segmentation
:
1.0.3
dev
:
false
/http-errors/2.0.0
:
resolution
:
{
integrity
:
sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==
}
engines
:
{
node
:
'
>=
0.8'
}
...
...
@@ -1605,7 +1666,7 @@ packages:
/immutable/4.0.0
:
resolution
:
{
integrity
:
sha512-zIE9hX70qew5qTUjSS7wi1iwj/l7+m54KWU247nhM3v806UdGj1yDndXj+IOYxxtW9zyLI+xqFNZjTuDaLUqFw==
}
dev
:
fals
e
dev
:
tru
e
/import-fresh/3.3.0
:
resolution
:
{
integrity
:
sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==
}
...
...
@@ -1616,7 +1677,7 @@ packages:
dev
:
true
/imurmurhash/0.1.4
:
resolution
:
{
integrity
:
sha
1-khi5srkoojixPcT7a21XbyMUU+o
=
}
resolution
:
{
integrity
:
sha
512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA=
=
}
engines
:
{
node
:
'
>=0.8.19'
}
dev
:
true
...
...
@@ -1640,6 +1701,7 @@ packages:
engines
:
{
node
:
'
>=8'
}
dependencies
:
binary-extensions
:
2.2.0
dev
:
true
/is-class-hotfix/0.0.6
:
resolution
:
{
integrity
:
sha512-0n+pzCC6ICtVr/WXnN2f03TK/3BfXY7me4cjCAqT8TYXEl0+JBRoqBo94JJHXcyDSLUeWbNX8Fvy5g5RJdAstQ==
}
...
...
@@ -1659,16 +1721,19 @@ packages:
/is-extglob/2.1.1
:
resolution
:
{
integrity
:
sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=
}
engines
:
{
node
:
'
>=0.10.0'
}
dev
:
true
/is-glob/4.0.3
:
resolution
:
{
integrity
:
sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==
}
engines
:
{
node
:
'
>=0.10.0'
}
dependencies
:
is-extglob
:
2.1.1
dev
:
true
/is-number/7.0.0
:
resolution
:
{
integrity
:
sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==
}
engines
:
{
node
:
'
>=0.12.0'
}
dev
:
true
/is-type-of/1.2.1
:
resolution
:
{
integrity
:
sha512-uK0kyX9LZYhSDS7H2sVJQJop1UnWPWmo5RvR3q2kFH6AUHYs7sOrVg0b4nyBHw29kRRNFofYN/JbHZDlHiItTA==
}
...
...
@@ -1687,7 +1752,7 @@ packages:
dev
:
true
/isexe/2.0.0
:
resolution
:
{
integrity
:
sha
1-6PvzdNxVb/iUehDcsFctYz8s+hA
=
}
resolution
:
{
integrity
:
sha
512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw=
=
}
dev
:
true
/isstream/0.1.2
:
...
...
@@ -1714,7 +1779,11 @@ packages:
dev
:
true
/json-stable-stringify-without-jsonify/1.0.1
:
resolution
:
{
integrity
:
sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=
}
resolution
:
{
integrity
:
sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==
}
dev
:
true
/jsonc-parser/3.0.0
:
resolution
:
{
integrity
:
sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==
}
dev
:
true
/jsonfile/4.0.0
:
...
...
@@ -1734,7 +1803,7 @@ packages:
dev
:
true
/levn/0.3.0
:
resolution
:
{
integrity
:
sha
1-OwmSTt+fCDwEkP3UwLxEIeBHZO4
=
}
resolution
:
{
integrity
:
sha
512-0OO4y2iOHix2W6ujICbKIaEQXvFQHue65vUG3pb5EUomzPI90z9hsA1VsO/dbIIpC53J8gxM9Q4Oho0jrCM/yA=
=
}
engines
:
{
node
:
'
>=
0.8.0'
}
dependencies
:
prelude-ls
:
1.1.2
...
...
@@ -1790,8 +1859,8 @@ packages:
dependencies
:
sourcemap-codec
:
1.4.8
/magic-string/0.26.
1
:
resolution
:
{
integrity
:
sha512-
ndThHmvgtieXe8J/VGPjG+Apu7v7ItcD5mhEIvOscWjPF/ccOiLxHaSuCAS2G+3x4GKsAbT8u7zdyamupui8Tg
==
}
/magic-string/0.26.
2
:
resolution
:
{
integrity
:
sha512-
NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A
==
}
engines
:
{
node
:
'
>=12'
}
dependencies
:
sourcemap-codec
:
1.4.8
...
...
@@ -1849,6 +1918,17 @@ packages:
minimist
:
1.2.6
dev
:
true
/mlly/0.3.19
:
resolution
:
{
integrity
:
sha512-zMq5n3cOf4fOzA4WoeulxagbAgMChdev3MgP6K51k7M0u2whTXxupfIY4VVzws4vxkiWhwH1rVQcsw7zDGfRhA==
}
dev
:
true
/mlly/0.5.2
:
resolution
:
{
integrity
:
sha512-4GTELSSErv6ZZJYU98fZNuIBJcXSz+ktHdRrCYEqU1m6ZlebOCG0jwZ+IEd9vOrbpYsVBBMC5OTrEyLnKRcauQ==
}
dependencies
:
pathe
:
0.2.0
pkg-types
:
0.3.2
dev
:
true
/ms/2.0.0
:
resolution
:
{
integrity
:
sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=
}
dev
:
true
...
...
@@ -1876,16 +1956,10 @@ packages:
thenify-all
:
1.6.0
dev
:
true
/nanoid/3.3.2
:
resolution
:
{
integrity
:
sha512-CuHBogktKwpm5g2sRgv83jEy2ijFzBwMoYA60orPDR7ynsLijJDqgsi4RDGj3OJpy3Ieb+LYwiRmIOGyytgITA==
}
engines
:
{
node
:
^10 || ^12 || ^13.7 || ^14 || >=15.0.1
}
hasBin
:
true
/nanoid/3.3.4
:
resolution
:
{
integrity
:
sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==
}
engines
:
{
node
:
^10 || ^12 || ^13.7 || ^14 || >=15.0.1
}
hasBin
:
true
dev
:
true
/natural-compare/1.4.0
:
resolution
:
{
integrity
:
sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=
}
...
...
@@ -1899,6 +1973,7 @@ packages:
/normalize-path/3.0.0
:
resolution
:
{
integrity
:
sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==
}
engines
:
{
node
:
'
>=0.10.0'
}
dev
:
true
/npm-run-path/4.0.1
:
resolution
:
{
integrity
:
sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==
}
...
...
@@ -2020,6 +2095,14 @@ packages:
engines
:
{
node
:
'
>=8'
}
dev
:
true
/pathe/0.2.0
:
resolution
:
{
integrity
:
sha512-sTitTPYnn23esFR3RlqYBWn4c45WGeLcsKzQiUpXJAyfcWkolvlYpV8FLo7JishK946oQwMFUCHXQ9AjGPKExw==
}
dev
:
true
/pathe/0.3.0
:
resolution
:
{
integrity
:
sha512-3vUjp552BJzCw9vqKsO5sttHkbYqqsZtH0x1PNtItgqx8BXEXzoY1SYRKcL6BTyVh4lGJGLj0tM42elUDMvcYA==
}
dev
:
true
/pause-stream/0.0.11
:
resolution
:
{
integrity
:
sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=
}
dependencies
:
...
...
@@ -2032,8 +2115,9 @@ packages:
/picomatch/2.3.1
:
resolution
:
{
integrity
:
sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
}
engines
:
{
node
:
'
>=8.6'
}
dev
:
true
/pinia/2.0.14_
ytvqwwdyss532bvoq2clv4ed5m
:
/pinia/2.0.14_
3wx4hvlpf33h4r5e7sgliqloou
:
resolution
:
{
integrity
:
sha512-0nPuZR4TetT/WcLN+feMSjWJku3SQU7dBbXC6uw+R6FLQJCsg+/0pzXyD82T1FmAYe0lsx+jnEDQ1BLgkRKlxA==
}
peerDependencies
:
'
@vue/composition-api'
:
^1.4.0
...
...
@@ -2047,10 +2131,18 @@ packages:
dependencies
:
'
@vue/devtools-api'
:
6.1.4
typescript
:
4.6.4
vue
:
3.2.3
3
vue-demi
:
0.12.5_vue@3.2.3
3
vue
:
3.2.3
7
vue-demi
:
0.12.5_vue@3.2.3
7
dev
:
false
/pkg-types/0.3.2
:
resolution
:
{
integrity
:
sha512-eBYzX/7NYsQEOR2alWY4rnQB49G62oHzFpoi9Som56aUr8vB8UGcmcIia9v8fpBeuhH3Ltentuk2OGpp4IQV3Q==
}
dependencies
:
jsonc-parser
:
3.0.0
mlly
:
0.3.19
pathe
:
0.2.0
dev
:
true
/platform/1.3.6
:
resolution
:
{
integrity
:
sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
}
dev
:
true
...
...
@@ -2063,14 +2155,6 @@ packages:
util-deprecate
:
1.0.2
dev
:
true
/postcss/8.4.12
:
resolution
:
{
integrity
:
sha512-lg6eITwYe9v6Hr5CncVbK70SoioNQIq81nsaG86ev5hAidQvmOeETBqs7jm43K2F5/Ley3ytDtriImV6TpNiSg==
}
engines
:
{
node
:
^10 || ^12 || >=14
}
dependencies
:
nanoid
:
3.3.2
picocolors
:
1.0.0
source-map-js
:
1.0.2
/postcss/8.4.13
:
resolution
:
{
integrity
:
sha512-jtL6eTBrza5MPzy8oJLFuUscHDXTV5KcLlqAWHl5q5WYRfnNRGSmOZmOZ1T6Gy7A99mOZfqungmZMpMmCVJ8ZA==
}
engines
:
{
node
:
^10 || ^12 || >=14
}
...
...
@@ -2078,10 +2162,9 @@ packages:
nanoid
:
3.3.4
picocolors
:
1.0.0
source-map-js
:
1.0.2
dev
:
true
/prelude-ls/1.1.2
:
resolution
:
{
integrity
:
sha
1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ
=
}
resolution
:
{
integrity
:
sha
512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w=
=
}
engines
:
{
node
:
'
>=
0.8.0'
}
dev
:
true
...
...
@@ -2172,6 +2255,7 @@ packages:
engines
:
{
node
:
'
>=8.10.0'
}
dependencies
:
picomatch
:
2.3.1
dev
:
true
/regexpp/3.2.0
:
resolution
:
{
integrity
:
sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==
}
...
...
@@ -2233,20 +2317,24 @@ packages:
resolution
:
{
integrity
:
sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
}
dev
:
true
/sass/1.5
1.0
:
resolution
:
{
integrity
:
sha512-
haGdpTgywJTvHC2b91GSq+clTKGbtkkZmVAb82jZQN/wTy6qs8DdFm2lhEQbEwrY0QDRgSQ3xDurqM977C3noA
==
}
/sass/1.5
2.2
:
resolution
:
{
integrity
:
sha512-
mfHB2VSeFS7sZlPv9YohB9GB7yWIgQNTGniQwfQ04EoQN0wsQEv7SwpCwy/x48Af+Z3vDeFXz+iuXM3HK/phZQ
==
}
engines
:
{
node
:
'
>=12.0.0'
}
hasBin
:
true
dependencies
:
chokidar
:
3.5.3
immutable
:
4.0.0
source-map-js
:
1.0.2
dev
:
fals
e
dev
:
tru
e
/sax/1.2.4
:
resolution
:
{
integrity
:
sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==
}
dev
:
true
/scule/0.2.1
:
resolution
:
{
integrity
:
sha512-M9gnWtn3J0W+UhJOHmBxBTwv8mZCan5i1Himp60t6vvZcor0wr+IM0URKmIglsWJ7bRujNAVVN77fp+uZaWoKg==
}
dev
:
true
/sdk-base/2.0.1
:
resolution
:
{
integrity
:
sha1-ukAonovfJy7RHdnql+r5jgNtJMY=
}
dependencies
:
...
...
@@ -2380,6 +2468,12 @@ packages:
engines
:
{
node
:
'
>=8'
}
dev
:
true
/strip-literal/0.3.0
:
resolution
:
{
integrity
:
sha512-J+lfm3Pw5nzURj2B8acyvUSBqs3JbjM8WAfrmeH3qcn32+ew6kFwbZFV9+X8k9UOIAkQw9WPSzFZy3083c7l5Q==
}
dependencies
:
acorn
:
8.7.1
dev
:
true
/supports-color/5.5.0
:
resolution
:
{
integrity
:
sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==
}
engines
:
{
node
:
'
>=4'
}
...
...
@@ -2399,8 +2493,8 @@ packages:
engines
:
{
node
:
'
>=
0.4'
}
dev
:
true
/swiper/8.
1.4
:
resolution
:
{
integrity
:
sha512-
ho6ceKxqbDxV51qymVxwn1oB4CqTrsG3Y5pGW2aKlZxsT6NMdlow8ICUa+wD/m5l2T5ZD2B0yyqTihSSmLBV4
A==
}
/swiper/8.
2.2
:
resolution
:
{
integrity
:
sha512-
t7Tts4ZD2ahM3InsHDlZ6YY4gi47zepGHx25cACd6fzgcVdAtYLbUihnEmck0HsDzqtkhciyfKsoUEhummZDE
A==
}
engines
:
{
node
:
'
>=
4.7.0'
}
requiresBuild
:
true
dependencies
:
...
...
@@ -2408,6 +2502,12 @@ packages:
ssr-window
:
4.0.2
dev
:
false
/text-segmentation/1.0.3
:
resolution
:
{
integrity
:
sha512-iOiPUo/BGnZ6+54OsWxZidGCsdU8YbE4PSpdPinp7DeMtUJNJBoJ/ouUSTJjHkh1KntHaltHl/gDs2FC4i5+Nw==
}
dependencies
:
utrie
:
1.0.2
dev
:
false
/text-table/0.2.0
:
resolution
:
{
integrity
:
sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=
}
dev
:
true
...
...
@@ -2437,11 +2537,16 @@ packages:
resolution
:
{
integrity
:
sha1-fSKbH8xjfkZsoIEYCDanqr/4P0M=
}
dev
:
true
/to-fast-properties/2.0.0
:
resolution
:
{
integrity
:
sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=
}
engines
:
{
node
:
'
>=4'
}
/to-regex-range/5.0.1
:
resolution
:
{
integrity
:
sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==
}
engines
:
{
node
:
'
>=8.0'
}
dependencies
:
is-number
:
7.0.0
dev
:
true
/toidentifier/1.0.1
:
resolution
:
{
integrity
:
sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==
}
...
...
@@ -2494,7 +2599,6 @@ packages:
resolution
:
{
integrity
:
sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==
}
engines
:
{
node
:
'
>=4.2.0'
}
hasBin
:
true
dev
:
true
/unescape/1.0.1
:
resolution
:
{
integrity
:
sha512-O0+af1Gs50lyH1nUu3ZyYS1cRh01Q/kUKatTOkSs7jukXE6/NebucDVxyiDsA9AQ4JC1V1jUH9EO8JX2nMDgGQ==
}
...
...
@@ -2503,6 +2607,26 @@ packages:
extend-shallow
:
2.0.1
dev
:
true
/unimport/0.2.6_vite@2.9.9
:
resolution
:
{
integrity
:
sha512-4cOokUIEvaXAfVCHH87vR+wdKI1KDzxQREW9oi0r6J68TPFEeGLHHc2pdyL0uNDUMd2aLxUikhWARNfoQKqC4Q==
}
dependencies
:
'
@rollup/pluginutils'
:
4.2.1
escape-string-regexp
:
5.0.0
fast-glob
:
3.2.11
local-pkg
:
0.4.1
magic-string
:
0.26.2
mlly
:
0.5.2
pathe
:
0.3.0
scule
:
0.2.1
strip-literal
:
0.3.0
unplugin
:
0.6.3_vite@2.9.9
transitivePeerDependencies
:
-
esbuild
-
rollup
-
vite
-
webpack
dev
:
true
/universalify/0.1.2
:
resolution
:
{
integrity
:
sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==
}
engines
:
{
node
:
'
>=
4.0.0'
}
...
...
@@ -2513,8 +2637,8 @@ packages:
engines
:
{
node
:
'
>=
0.8'
}
dev
:
true
/unplugin-auto-import/0.
7.1_y44jlmyuqbnkfkqeyjo67naj6e
:
resolution
:
{
integrity
:
sha512-
9865OV9eP99PNxHR2mtTDExeN01m4M9boT5U2BtIwsU1wDRsaFIYWLwcCBEjvXzXfTTC2NNMskhHGVAMfL2WgA
==
}
/unplugin-auto-import/0.
8.7_2f4luahfrvm5qufmejfjusqqgu
:
resolution
:
{
integrity
:
sha512-
xepkl/lzlPmWym/ZqjgKpev30S5402qZYHnRZ7MQ78+WxBykvUw69PB0awWcWJ7atswNs6LkDRpGNqzjFCEH4w
==
}
engines
:
{
node
:
'
>=14'
}
peerDependencies
:
'
@vueuse/core'
:
'
*'
...
...
@@ -2522,13 +2646,13 @@ packages:
'
@vueuse/core'
:
optional
:
true
dependencies
:
'
@antfu/utils'
:
0.5.
1
'
@antfu/utils'
:
0.5.
2
'
@rollup/pluginutils'
:
4.2.1
'
@vueuse/core'
:
8.
4.2_vue@3.2.33
'
@vueuse/core'
:
8.
6.0_vue@3.2.37
local-pkg
:
0.4.1
magic-string
:
0.26.
1
resolve
:
1.22.0
unplugin
:
0.6.
2
_vite@2.9.9
magic-string
:
0.26.
2
unimport
:
0.2.6_vite@2.9.9
unplugin
:
0.6.
3
_vite@2.9.9
transitivePeerDependencies
:
-
esbuild
-
rollup
...
...
@@ -2536,8 +2660,8 @@ packages:
-
webpack
dev
:
true
/unplugin/0.6.
2
_vite@2.9.9
:
resolution
:
{
integrity
:
sha512-
+QONc2uBFQbeo4x5mlJHjTKjR6pmuchMpGVrWhwdGFFMb4ttFZ4E9KqhOOrNcm3Q8NNyB1vJ4s5e36IZC7UWYw
==
}
/unplugin/0.6.
3
_vite@2.9.9
:
resolution
:
{
integrity
:
sha512-
CoW88FQfCW/yabVc4bLrjikN9HC8dEvMU4O7B6K2jsYMPK0l6iAnd9dpJwqGcmXJKRCU9vwSsy653qg+RK0G6A
==
}
peerDependencies
:
esbuild
:
'
>=0.13'
rollup
:
^2.50.0
...
...
@@ -2554,7 +2678,7 @@ packages:
optional
:
true
dependencies
:
chokidar
:
3.5.3
vite
:
2.9.9_sass@1.5
1.0
vite
:
2.9.9_sass@1.5
2.2
webpack-sources
:
3.2.3
webpack-virtual-modules
:
0.4.3
dev
:
true
...
...
@@ -2610,11 +2734,17 @@ packages:
unescape
:
1.0.1
dev
:
true
/utrie/1.0.2
:
resolution
:
{
integrity
:
sha512-1MLa5ouZiOmQzUbjbu9VmjLzn1QLXBhwpUa7kdLUQK+KQ5KA9I1vk5U4YHe/X2Ch7PYnJfWuWT+VbuxbGwljhw==
}
dependencies
:
base64-arraybuffer
:
1.0.2
dev
:
false
/v8-compile-cache/2.3.0
:
resolution
:
{
integrity
:
sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==
}
dev
:
true
/vant/3.4.9_vue@3.2.3
3
:
/vant/3.4.9_vue@3.2.3
7
:
resolution
:
{
integrity
:
sha512-OXwfL3oDahlEQC4HhaC7TmM9uoPDjAuWi1mR/OLW3JyOvPoCR8YhOtX2M6OQnz3Hnd3l4oWjjASKNGltWiPtjQ==
}
peerDependencies
:
vue
:
^3.0.0
...
...
@@ -2622,7 +2752,7 @@ packages:
'
@vant/icons'
:
1.8.0
'
@vant/popperjs'
:
1.1.0
'
@vant/use'
:
1.3.6
vue
:
3.2.3
3
vue
:
3.2.3
7
dev
:
false
/vite-plugin-checker/0.4.6_vite@2.9.9
:
...
...
@@ -2642,14 +2772,14 @@ packages:
npm-run-path
:
4.0.1
strip-ansi
:
6.0.1
tiny-invariant
:
1.2.0
vite
:
2.9.9_sass@1.5
1.0
vite
:
2.9.9_sass@1.5
2.2
vscode-languageclient
:
7.0.0
vscode-languageserver
:
7.0.0
vscode-languageserver-textdocument
:
1.0.4
vscode-uri
:
3.0.3
dev
:
true
/vite/2.9.9_sass@1.5
1.0
:
/vite/2.9.9_sass@1.5
2.2
:
resolution
:
{
integrity
:
sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==
}
engines
:
{
node
:
'
>=12.2.0'
}
hasBin
:
true
...
...
@@ -2669,7 +2799,7 @@ packages:
postcss
:
8.4.13
resolve
:
1.22.0
rollup
:
2.70.1
sass
:
1.5
1.0
sass
:
1.5
2.2
optionalDependencies
:
fsevents
:
2.3.2
dev
:
true
...
...
@@ -2723,7 +2853,7 @@ packages:
resolution
:
{
integrity
:
sha512-EcswR2S8bpR7fD0YPeS7r2xXExrScVMxg4MedACaWHEtx9ftCF/qHG1xGkolzTPcEmjTavCQgbVzHUIdTMzFGA==
}
dev
:
true
/vue-demi/0.12.5_vue@3.2.3
3
:
/vue-demi/0.12.5_vue@3.2.3
7
:
resolution
:
{
integrity
:
sha512-BREuTgTYlUr0zw0EZn3hnhC3I6gPWv+Kwh4MCih6QcAeaTlaIX0DwOVN0wHej7hSvDPecz4jygy/idsgKfW58Q==
}
engines
:
{
node
:
'
>=12'
}
hasBin
:
true
...
...
@@ -2735,17 +2865,16 @@ packages:
'
@vue/composition-api'
:
optional
:
true
dependencies
:
vue
:
3.2.33
dev
:
false
vue
:
3.2.37
/vue-eslint-parser/8.3.0_eslint@8.1
5
.0
:
/vue-eslint-parser/8.3.0_eslint@8.1
7
.0
:
resolution
:
{
integrity
:
sha512-dzHGG3+sYwSf6zFBa0Gi9ZDshD7+ad14DGOdTLjruRVgZXe2J+DcZ9iUhyR48z5g1PqRa20yt3Njna/veLJL/g==
}
engines
:
{
node
:
^12.22.0 || ^14.17.0 || >=16.0.0
}
peerDependencies
:
eslint
:
'
>=6.0.0'
dependencies
:
debug
:
4.3.4
eslint
:
8.1
5
.0
eslint
:
8.1
7
.0
eslint-scope
:
7.1.1
eslint-visitor-keys
:
3.3.0
espree
:
9.3.1
...
...
@@ -2760,34 +2889,33 @@ packages:
resolution
:
{
integrity
:
sha512-n+YghR059YmciANGJh9SsNWRi1YZEBVlODtmnb/12zI+4R72QZSWd+EuZ5mW6auEo/yaJXgxzwsuhvALVnm73A==
}
dev
:
false
/vue-router/4.0.15_vue@3.2.3
3
:
/vue-router/4.0.15_vue@3.2.3
7
:
resolution
:
{
integrity
:
sha512-xa+pIN9ZqORdIW1MkN2+d9Ui2pCM1b/UMgwYUCZOiFYHAvz/slKKBDha8DLrh5aCG/RibtrpyhKjKOZ85tYyWg==
}
peerDependencies
:
vue
:
^3.2.0
dependencies
:
'
@vue/devtools-api'
:
6.1.4
vue
:
3.2.3
3
vue
:
3.2.3
7
dev
:
false
/vue-tsc/0.3
4.13
_typescript@4.6.4
:
resolution
:
{
integrity
:
sha512-
xvmUq03dFpLfYSfE8jl2lwDPcbrmh81TB+OsVkkp+Em3Ar4ff2XgMKuUgoFXpWTv5tLLoYYpggFWwYADa2zgQg
==
}
/vue-tsc/0.3
5.2
_typescript@4.6.4
:
resolution
:
{
integrity
:
sha512-
aqY16VlODHzqtKGUkqdumNpH+s5ABCkufRyvMKQlL/mua+N2DfSVnHufzSNNUMr7vmOO0YsNg27jsspBMq4iGA
==
}
hasBin
:
true
peerDependencies
:
typescript
:
'
*'
dependencies
:
'
@volar/vue-typescript'
:
0.3
4.13
'
@volar/vue-typescript'
:
0.3
5.2
typescript
:
4.6.4
dev
:
true
/vue/3.2.3
3
:
resolution
:
{
integrity
:
sha512-
si1ExAlDUrLSIg/V7D/GgA4twJwfsfgG+t9w10z38HhL/HA07132pUQ2KuwAo8qbCyMJ9e6OqrmWrOCr+jW7Z
Q==
}
/vue/3.2.3
7
:
resolution
:
{
integrity
:
sha512-
bOKEZxrm8Eh+fveCqS1/NkG/n6aMidsI6hahas7pa0w/l7jkbssJVsRhVDs07IdDq7h9KHswZOgItnwJAgtVt
Q==
}
dependencies
:
'
@vue/compiler-dom'
:
3.2.33
'
@vue/compiler-sfc'
:
3.2.33
'
@vue/runtime-dom'
:
3.2.33
'
@vue/server-renderer'
:
3.2.33_vue@3.2.33
'
@vue/shared'
:
3.2.33
dev
:
false
'
@vue/compiler-dom'
:
3.2.37
'
@vue/compiler-sfc'
:
3.2.37
'
@vue/runtime-dom'
:
3.2.37
'
@vue/server-renderer'
:
3.2.37_vue@3.2.37
'
@vue/shared'
:
3.2.37
/webpack-sources/3.2.3
:
resolution
:
{
integrity
:
sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
}
...
...
src/modules/query/components/LicenseeView.vue
浏览文件 @
2149cedd
...
...
@@ -12,9 +12,11 @@ interface licenseeList {
const
dataset
=
reactive
<
licenseeList
>
({
loading
:
false
,
page
:
1
,
total
:
0
,
list
:
[]
})
const
hasMore
=
ref
(
false
)
const
props
=
defineProps
<
{
type
:
string
}
>
()
// 获取持证人列表
const
handleLicenseList
=
()
=>
{
const
params
=
{
page_size
:
10
,
page
:
dataset
.
page
}
const
params
=
{
page_size
:
10
,
page
:
dataset
.
page
,
type
:
props
.
type
}
dataset
.
loading
=
true
api
.
getLicenseList
(
params
)
...
...
@@ -58,7 +60,7 @@ onMounted(() => {
<div
class=
"img_top"
>
<img
class=
"img"
:src=
"item.avatar"
/>
</div>
<div
class=
"img_bottom
"
>
<div
:class=
"props.type === 'paa' ? 'img_bottom bg' : 'img_bottom'
"
>
<div
class=
"img_bottom_people"
>
{{
item
.
batch_name
}}
</div>
<div
class=
"img_bottom_name"
>
{{
item
.
name
}}
</div>
<div
class=
"img_bottom_cardnum"
>
证书编号
</div>
...
...
@@ -71,9 +73,9 @@ onMounted(() => {
</
template
>
<
style
lang=
"scss"
scoped
>
.main_content
{
padding
:
0
.
45
rem
0
.2rem
0
0
.31rem
;
padding
:
0
.
2
rem
0
.2rem
0
0
.31rem
;
background
:
#ffffff
;
border-radius
:
0
.2rem
;
border-radius
:
0
0
0
.2rem
;
display
:
flex
;
justify-content
:
flex-start
;
flex-wrap
:
wrap
;
...
...
@@ -105,7 +107,10 @@ onMounted(() => {
padding-top
:
0
.15rem
;
background
:
url(https://webapp-pub.ezijing.com/prp_h5/license_bg.png)
no-repeat
;
background-size
:
contain
;
&
.bg
{
background
:
url(https://webapp-pub.ezijing.com/prp_h5/license_bg2.png)
no-repeat
;
background-size
:
contain
;
}
.img_bottom_people
{
font-size
:
0
.24rem
;
font-weight
:
400
;
...
...
src/modules/query/views/Index.vue
浏览文件 @
2149cedd
...
...
@@ -17,23 +17,36 @@ onMounted(() => {
active
.
value
=
2
}
})
const
activeChild
:
any
=
ref
(
0
)
</
script
>
<
template
>
<AppContainer
title=
"权益查看"
>
<van-tabs
v-model:active=
"active"
shrink
background=
"transparent"
title-active-color=
"#033974"
title-inactive-color=
"#4E4E4E"
line-height=
"0"
>
<van-tab
title=
"名片查询 |"
><BusinessCardQuery
/>
</van-tab>
<van-tab
title=
"证书查询 |"
>
<CertificateQuery
/></van-tab>
<div
class=
"query-box"
>
<van-tabs
v-model:active=
"active"
shrink
background=
"transparent"
title-active-color=
"#033974"
title-inactive-color=
"#4E4E4E"
line-height=
"0"
>
<van-tab
title=
"名片查询 |"
><BusinessCardQuery
/>
</van-tab>
<van-tab
title=
"证书查询 |"
>
<CertificateQuery
/></van-tab>
<van-tab
title=
" 持证人查看"
><LicenseeView
/>
</van-tab>
</van-tabs>
<van-tab
title=
" 持证人查看"
>
<van-tabs
v-model=
"activeChild"
swipeable
>
<van-tab
title=
"PRP"
>
<LicenseeView
type=
"prp"
/>
</van-tab>
<van-tab
title=
"PAA"
>
<LicenseeView
type=
"paa"
/>
</van-tab>
</van-tabs>
</van-tab>
</van-tabs>
</div>
</AppContainer>
</
template
>
<
style
lang=
"scss"
scoped
>
...
...
@@ -42,4 +55,9 @@ onMounted(() => {
font-weight
:
400
;
color
:
#868686
;
}
// .query-box {
// }
:deep
(
.van-tabs__line
)
{
background-color
:
rgb
(
3
,
57
,
116
)
!
important
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论