From b271e132273afd64d3bc6a53828a590d83ddac74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=AF=E9=BE=99?= <502431556@qq.com> Date: Wed, 9 Feb 2022 11:34:45 +0800 Subject: [PATCH] wip: Table component developing --- package.json | 19 +- pnpm-lock.yaml | 1298 +++++++++---------- src/components/Table/index.ts | 4 + src/components/Table/src/Table.vue | 135 +- src/components/Table/src/helper.ts | 9 +- src/components/Table/src/types.ts | 23 + src/hooks/web/useTable.ts | 116 ++ src/locales/en.ts | 13 +- src/locales/zh-CN.ts | 13 +- src/router/index.ts | 8 + src/views/Components/Table/DefaultTable.vue | 15 +- src/views/Components/Table/UseTableDemo.vue | 143 ++ types/componentType/table.d.ts | 19 + vite.config.ts | 4 +- 14 files changed, 1091 insertions(+), 728 deletions(-) create mode 100644 src/components/Table/src/types.ts create mode 100644 src/hooks/web/useTable.ts create mode 100644 src/views/Components/Table/UseTableDemo.vue diff --git a/package.json b/package.json index 40ed997..a0754df 100644 --- a/package.json +++ b/package.json @@ -26,13 +26,13 @@ }, "dependencies": { "@iconify/iconify": "^2.1.2", - "@vueuse/core": "^7.5.5", + "@vueuse/core": "^7.6.0", "@zxcvbn-ts/core": "^1.2.0", "animate.css": "^4.1.1", "axios": "^0.25.0", "echarts": "^5.3.0", "echarts-wordcloud": "^2.0.0", - "element-plus": "2.0.0", + "element-plus": "2.0.1", "intro.js": "^5.0.0", "lodash-es": "^4.17.21", "mockjs": "^1.1.0", @@ -54,16 +54,17 @@ "@purge-icons/generated": "^0.7.0", "@types/intro.js": "^3.0.2", "@types/lodash-es": "^4.17.6", - "@types/node": "^17.0.15", + "@types/node": "^17.0.16", "@types/nprogress": "^0.2.0", "@types/qrcode": "^1.4.2", "@types/qs": "^6.9.7", - "@typescript-eslint/eslint-plugin": "^5.10.2", - "@typescript-eslint/parser": "^5.10.2", + "@typescript-eslint/eslint-plugin": "^5.11.0", + "@typescript-eslint/parser": "^5.11.0", "@vitejs/plugin-vue": "^2.1.0", "@vitejs/plugin-vue-jsx": "^1.3.3", "autoprefixer": "^10.4.2", "commitizen": "^4.2.4", + "consola": "^2.15.3", "eslint": "^8.8.0", "eslint-config-prettier": "^8.3.0", "eslint-define-config": "^1.2.4", @@ -78,20 +79,20 @@ "prettier": "^2.5.1", "pretty-quick": "^3.1.3", "rimraf": "^3.0.2", - "stylelint": "^14.3.0", + "stylelint": "^14.4.0", "stylelint-config-html": "^1.0.0", "stylelint-config-prettier": "^9.0.3", - "stylelint-config-standard": "^24.0.0", + "stylelint-config-standard": "^25.0.0", "stylelint-order": "^5.0.0", "typescript": "4.5.5", "vite": "2.7.13", "vite-plugin-eslint": "^1.3.0", "vite-plugin-mock": "^2.9.6", "vite-plugin-purge-icons": "^0.7.0", - "vite-plugin-style-import": "^1.4.1", + "vite-plugin-style-import": "^2.0.0", "vite-plugin-svg-icons": "^2.0.1", "vite-plugin-vue-setup-extend": "^0.4.0", - "vite-plugin-windicss": "^1.6.3", + "vite-plugin-windicss": "^1.7.0", "vue-tsc": "^0.31.2", "windicss": "^3.4.3", "windicss-analysis": "^0.3.5" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33e8478..ed4be9a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,23 +9,24 @@ specifiers: '@purge-icons/generated': ^0.7.0 '@types/intro.js': ^3.0.2 '@types/lodash-es': ^4.17.6 - '@types/node': ^17.0.15 + '@types/node': ^17.0.16 '@types/nprogress': ^0.2.0 '@types/qrcode': ^1.4.2 '@types/qs': ^6.9.7 - '@typescript-eslint/eslint-plugin': ^5.10.2 - '@typescript-eslint/parser': ^5.10.2 + '@typescript-eslint/eslint-plugin': ^5.11.0 + '@typescript-eslint/parser': ^5.11.0 '@vitejs/plugin-vue': ^2.1.0 '@vitejs/plugin-vue-jsx': ^1.3.3 - '@vueuse/core': ^7.5.5 + '@vueuse/core': ^7.6.0 '@zxcvbn-ts/core': ^1.2.0 animate.css: ^4.1.1 autoprefixer: ^10.4.2 axios: ^0.25.0 commitizen: ^4.2.4 + consola: ^2.15.3 echarts: ^5.3.0 echarts-wordcloud: ^2.0.0 - element-plus: 2.0.0 + element-plus: 2.0.1 eslint: ^8.8.0 eslint-config-prettier: ^8.3.0 eslint-define-config: ^1.2.4 @@ -47,20 +48,20 @@ specifiers: qrcode: ^1.5.0 qs: ^6.10.3 rimraf: ^3.0.2 - stylelint: ^14.3.0 + stylelint: ^14.4.0 stylelint-config-html: ^1.0.0 stylelint-config-prettier: ^9.0.3 - stylelint-config-standard: ^24.0.0 + stylelint-config-standard: ^25.0.0 stylelint-order: ^5.0.0 typescript: 4.5.5 vite: 2.7.13 vite-plugin-eslint: ^1.3.0 vite-plugin-mock: ^2.9.6 vite-plugin-purge-icons: ^0.7.0 - vite-plugin-style-import: ^1.4.1 + vite-plugin-style-import: ^2.0.0 vite-plugin-svg-icons: ^2.0.1 vite-plugin-vue-setup-extend: ^0.4.0 - vite-plugin-windicss: ^1.6.3 + vite-plugin-windicss: ^1.7.0 vue: 3.2.30 vue-i18n: 9.1.9 vue-router: ^4.0.12 @@ -72,13 +73,13 @@ specifiers: dependencies: '@iconify/iconify': registry.npmmirror.com/@iconify/iconify/2.1.2 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.5.5_vue@3.2.30 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.6.0_vue@3.2.30 '@zxcvbn-ts/core': registry.npmmirror.com/@zxcvbn-ts/core/1.2.0 animate.css: registry.npmmirror.com/animate.css/4.1.1 axios: registry.npmmirror.com/axios/0.25.0 echarts: registry.npmmirror.com/echarts/5.3.0 echarts-wordcloud: registry.npmmirror.com/echarts-wordcloud/2.0.0_echarts@5.3.0 - element-plus: registry.npmmirror.com/element-plus/2.0.0_vue@3.2.30 + element-plus: registry.npmmirror.com/element-plus/2.0.1_vue@3.2.30 intro.js: registry.npmmirror.com/intro.js/5.0.0 lodash-es: registry.nlark.com/lodash-es/4.17.21 mockjs: registry.npmmirror.com/mockjs/1.1.0 @@ -93,23 +94,24 @@ dependencies: web-storage-cache: registry.npmmirror.com/web-storage-cache/1.1.1 devDependencies: - '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/16.1.0_@types+node@17.0.15 + '@commitlint/cli': registry.npmmirror.com/@commitlint/cli/16.1.0_@types+node@17.0.16 '@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/16.0.0 '@iconify/json': registry.npmmirror.com/@iconify/json/2.0.34 '@intlify/vite-plugin-vue-i18n': registry.npmmirror.com/@intlify/vite-plugin-vue-i18n/3.2.2_vite@2.7.13+vue-i18n@9.1.9 '@purge-icons/generated': registry.nlark.com/@purge-icons/generated/0.7.0 '@types/intro.js': registry.npmmirror.com/@types/intro.js/3.0.2 '@types/lodash-es': registry.npmmirror.com/@types/lodash-es/4.17.6 - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 '@types/nprogress': registry.npmmirror.com/@types/nprogress/0.2.0 '@types/qrcode': registry.npmmirror.com/@types/qrcode/1.4.2 '@types/qs': registry.npmmirror.com/@types/qs/6.9.7 - '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.10.2_2595c2126aec4d4b6e944b931dabb4c2 - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.10.2_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.11.0_de5a1ddccd75ca1e499b8b8491d3dcba + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.11.0_eslint@8.8.0+typescript@4.5.5 '@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/2.1.0_vite@2.7.13+vue@3.2.30 '@vitejs/plugin-vue-jsx': registry.npmmirror.com/@vitejs/plugin-vue-jsx/1.3.3 autoprefixer: registry.npmmirror.com/autoprefixer/10.4.2_postcss@8.4.6 - commitizen: registry.npmmirror.com/commitizen/4.2.4_@types+node@17.0.15 + commitizen: registry.npmmirror.com/commitizen/4.2.4_@types+node@17.0.16 + consola: registry.npmmirror.com/consola/2.15.3 eslint: registry.npmmirror.com/eslint/8.8.0 eslint-config-prettier: registry.nlark.com/eslint-config-prettier/8.3.0_eslint@8.8.0 eslint-define-config: registry.npmmirror.com/eslint-define-config/1.2.4 @@ -124,20 +126,20 @@ devDependencies: prettier: registry.npmmirror.com/prettier/2.5.1 pretty-quick: registry.npmmirror.com/pretty-quick/3.1.3_prettier@2.5.1 rimraf: registry.npmmirror.com/rimraf/3.0.2 - stylelint: registry.npmmirror.com/stylelint/14.3.0 - stylelint-config-html: registry.npmmirror.com/stylelint-config-html/1.0.0_387acde72b94c028532b3c9cd4a4cddd - stylelint-config-prettier: registry.npmmirror.com/stylelint-config-prettier/9.0.3_stylelint@14.3.0 - stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/24.0.0_stylelint@14.3.0 - stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 + stylelint-config-html: registry.npmmirror.com/stylelint-config-html/1.0.0_5bb43c24a38879ac9aea04ab310c02bd + stylelint-config-prettier: registry.npmmirror.com/stylelint-config-prettier/9.0.3_stylelint@14.4.0 + stylelint-config-standard: registry.npmmirror.com/stylelint-config-standard/25.0.0_stylelint@14.4.0 + stylelint-order: registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.4.0 typescript: registry.npmmirror.com/typescript/4.5.5 vite: registry.npmmirror.com/vite/2.7.13_less@4.1.2 vite-plugin-eslint: registry.nlark.com/vite-plugin-eslint/1.3.0_vite@2.7.13 vite-plugin-mock: registry.npmmirror.com/vite-plugin-mock/2.9.6_mockjs@1.1.0+vite@2.7.13 vite-plugin-purge-icons: registry.nlark.com/vite-plugin-purge-icons/0.7.0_vite@2.7.13 - vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.13 + vite-plugin-style-import: registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@2.7.13 vite-plugin-svg-icons: registry.npmmirror.com/vite-plugin-svg-icons/2.0.1_vite@2.7.13 vite-plugin-vue-setup-extend: registry.npmmirror.com/vite-plugin-vue-setup-extend/0.4.0_vite@2.7.13 - vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.6.3_vite@2.7.13 + vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.7.0_vite@2.7.13 vue-tsc: registry.npmmirror.com/vue-tsc/0.31.2_typescript@4.5.5 windicss: registry.npmmirror.com/windicss/3.4.3 windicss-analysis: registry.npmmirror.com/windicss-analysis/0.3.5 @@ -363,18 +365,6 @@ packages: version: 1.0.0 dev: true - registry.nlark.com/array-union/2.1.0: - resolution: - { - integrity: sha1-t5hCCtvrHego2ErNii4j0+/oXo0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/array-union/download/array-union-2.1.0.tgz - } - name: array-union - version: 2.1.0 - engines: { node: '>=8' } - dev: true - registry.nlark.com/at-least-node/1.0.0: resolution: { @@ -451,59 +441,6 @@ packages: get-intrinsic: registry.npmmirror.com/get-intrinsic/1.1.1 dev: false - registry.nlark.com/camel-case/4.1.2: - resolution: - { - integrity: sha1-lygHKpVPgFIoIlpt7qazhGHhvVo=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/camel-case/download/camel-case-4.1.2.tgz - } - name: camel-case - version: 4.1.2 - dependencies: - pascal-case: registry.nlark.com/pascal-case/3.1.2 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - - registry.nlark.com/capital-case/1.0.4: - resolution: - { - integrity: sha1-nRMCkjU8kkn2sA+lhSvuOKcX5mk=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/capital-case/download/capital-case-1.0.4.tgz - } - name: capital-case - version: 1.0.4 - dependencies: - no-case: registry.nlark.com/no-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - upper-case-first: registry.nlark.com/upper-case-first/2.0.2 - dev: true - - registry.nlark.com/change-case/4.1.2: - resolution: - { - integrity: sha1-/t/F8TYEXiOYwEEO5EH5VwRkHhI=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/change-case/download/change-case-4.1.2.tgz - } - name: change-case - version: 4.1.2 - dependencies: - camel-case: registry.nlark.com/camel-case/4.1.2 - capital-case: registry.nlark.com/capital-case/1.0.4 - constant-case: registry.nlark.com/constant-case/3.0.4 - dot-case: registry.nlark.com/dot-case/3.0.4 - header-case: registry.nlark.com/header-case/2.0.4 - no-case: registry.nlark.com/no-case/3.0.4 - param-case: registry.nlark.com/param-case/3.0.4 - pascal-case: registry.nlark.com/pascal-case/3.1.2 - path-case: registry.nlark.com/path-case/3.0.4 - sentence-case: registry.nlark.com/sentence-case/3.0.4 - snake-case: registry.nlark.com/snake-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/cheerio-select/1.5.0: resolution: { @@ -638,21 +575,6 @@ packages: utils-merge: registry.nlark.com/utils-merge/1.0.1 dev: true - registry.nlark.com/constant-case/3.0.4: - resolution: - { - integrity: sha1-O4Sprq9M8x7EXmv13pG9+wWJ+vE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/constant-case/download/constant-case-3.0.4.tgz - } - name: constant-case - version: 3.0.4 - dependencies: - no-case: registry.nlark.com/no-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - upper-case: registry.nlark.com/upper-case/2.0.2 - dev: true - registry.nlark.com/conventional-changelog-angular/5.0.13: resolution: { @@ -705,24 +627,6 @@ packages: is-what: registry.npmmirror.com/is-what/3.14.1 dev: true - registry.nlark.com/cosmiconfig/7.0.1: - resolution: - { - integrity: sha1-cU11ZSLKzoZ4Z8y0R0xdAbuuXW0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/cosmiconfig/download/cosmiconfig-7.0.1.tgz - } - name: cosmiconfig - version: 7.0.1 - engines: { node: '>=10' } - dependencies: - '@types/parse-json': registry.npmmirror.com/@types/parse-json/4.0.0 - import-fresh: registry.npmmirror.com/import-fresh/3.3.0 - parse-json: registry.npmmirror.com/parse-json/5.2.0 - path-type: registry.nlark.com/path-type/4.0.0 - yaml: registry.npmmirror.com/yaml/1.10.2 - dev: true - registry.nlark.com/create-require/1.1.1: resolution: { @@ -734,7 +638,7 @@ packages: version: 1.1.1 dev: true - registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.15: + registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.16: resolution: { integrity: sha1-au8fiS1kETND1+RVUpCJrJ8g5Hc=, @@ -753,7 +657,7 @@ packages: longest: registry.nlark.com/longest/2.0.1 word-wrap: registry.nlark.com/word-wrap/1.2.3 optionalDependencies: - '@commitlint/load': registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.15 + '@commitlint/load': registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.16 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -868,20 +772,6 @@ packages: domhandler: registry.npmmirror.com/domhandler/4.3.0 dev: true - registry.nlark.com/dot-case/3.0.4: - resolution: - { - integrity: sha1-mytnDQCkMWZ6inW6Kc0bmICc51E=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/dot-case/download/dot-case-3.0.4.tgz - } - name: dot-case - version: 3.0.4 - dependencies: - no-case: registry.nlark.com/no-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/dot-prop/5.3.0: resolution: { @@ -1141,8 +1031,8 @@ packages: engines: { node: '>=12' } dependencies: graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 - jsonfile: registry.nlark.com/jsonfile/6.1.0 - universalify: registry.nlark.com/universalify/2.0.0 + jsonfile: registry.npmmirror.com/jsonfile/6.1.0 + universalify: registry.npmmirror.com/universalify/2.0.0 dev: true registry.nlark.com/fs-extra/8.1.0: @@ -1157,8 +1047,8 @@ packages: engines: { node: '>=6 <7 || >=8' } dependencies: graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 - jsonfile: registry.nlark.com/jsonfile/4.0.0 - universalify: registry.nlark.com/universalify/0.1.2 + jsonfile: registry.npmmirror.com/jsonfile/4.0.0 + universalify: registry.npmmirror.com/universalify/0.1.2 dev: true registry.nlark.com/fs.realpath/1.0.0: @@ -1221,7 +1111,7 @@ packages: version: 0.1.1 engines: { node: '>=4' } dependencies: - ini: registry.nlark.com/ini/1.3.8 + ini: registry.npmmirror.com/ini/1.3.8 dev: true registry.nlark.com/hash-sum/2.0.0: @@ -1235,20 +1125,6 @@ packages: version: 2.0.0 dev: true - registry.nlark.com/header-case/2.0.4: - resolution: - { - integrity: sha1-WkLmO1UXc0nPQFvrjXdayruSwGM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/header-case/download/header-case-2.0.4.tgz - } - name: header-case - version: 2.0.4 - dependencies: - capital-case: registry.nlark.com/capital-case/1.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/homedir-polyfill/1.0.3: resolution: { @@ -1263,18 +1139,6 @@ packages: parse-passwd: registry.nlark.com/parse-passwd/1.0.0 dev: true - registry.nlark.com/html-tags/3.1.0: - resolution: - { - integrity: sha1-e15vfmZen7QfMAB+2eDUHpf7IUA=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/html-tags/download/html-tags-3.1.0.tgz - } - name: html-tags - version: 3.1.0 - engines: { node: '>=8' } - dev: true - registry.nlark.com/iconv-lite/0.4.24: resolution: { @@ -1314,17 +1178,6 @@ packages: version: 2.0.4 dev: true - registry.nlark.com/ini/1.3.8: - resolution: - { - integrity: sha1-op2kJbSIBvNHZ6Tvzjlyaa8oQyw=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/ini/download/ini-1.3.8.tgz - } - name: ini - version: 1.3.8 - dev: true - registry.nlark.com/is-binary-path/2.1.0: resolution: { @@ -1399,17 +1252,6 @@ packages: version: 1.0.0 dev: true - registry.nlark.com/js-tokens/4.0.0: - resolution: - { - integrity: sha1-GSA/tZmR35jjoocFDUZHzerzJJk=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/js-tokens/download/js-tokens-4.0.0.tgz - } - name: js-tokens - version: 4.0.0 - dev: true - registry.nlark.com/jsesc/2.5.2: resolution: { @@ -1438,61 +1280,6 @@ packages: minimist: registry.nlark.com/minimist/1.2.5 dev: true - registry.nlark.com/jsonfile/4.0.0: - resolution: - { - integrity: sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/jsonfile/download/jsonfile-4.0.0.tgz - } - name: jsonfile - version: 4.0.0 - optionalDependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 - dev: true - - registry.nlark.com/jsonfile/6.1.0: - resolution: - { - integrity: sha1-vFWyY0eTxnnsZAMJTrE2mKbsCq4=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/jsonfile/download/jsonfile-6.1.0.tgz - } - name: jsonfile - version: 6.1.0 - dependencies: - universalify: registry.npmmirror.com/universalify/2.0.0 - optionalDependencies: - graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 - dev: true - - registry.nlark.com/locate-path/5.0.0: - resolution: - { - integrity: sha1-Gvujlq/WdqbUJQTQpno6frn2KqA=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/locate-path/download/locate-path-5.0.0.tgz - } - name: locate-path - version: 5.0.0 - engines: { node: '>=8' } - dependencies: - p-locate: registry.nlark.com/p-locate/4.1.0 - - registry.nlark.com/locate-path/6.0.0: - resolution: - { - integrity: sha1-VTIeswn+u8WcSAHZMackUqaB0oY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/locate-path/download/locate-path-6.0.0.tgz - } - name: locate-path - version: 6.0.0 - engines: { node: '>=10' } - dependencies: - p-locate: registry.nlark.com/p-locate/5.0.0 - dev: true - registry.nlark.com/lodash-es/4.17.21: resolution: { @@ -1527,32 +1314,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/lower-case/2.0.2: - resolution: - { - integrity: sha1-b6I3xj29xKgsoP2ILkci3F5jTig=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/lower-case/download/lower-case-2.0.2.tgz - } - name: lower-case - version: 2.0.2 - dependencies: - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - - registry.nlark.com/magic-string/0.25.7: - resolution: - { - integrity: sha1-P0l9b9NMZpxnmNy4IfLvMfVEUFE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/magic-string/download/magic-string-0.25.7.tgz - } - name: magic-string - version: 0.25.7 - dependencies: - sourcemap-codec: registry.npmmirror.com/sourcemap-codec/1.4.8 - dev: true - registry.nlark.com/make-error/1.3.6: resolution: { @@ -1652,20 +1413,6 @@ packages: version: 0.0.7 dev: true - registry.nlark.com/no-case/3.0.4: - resolution: - { - integrity: sha1-02H9XJgA9VhVGoNp/A3NRmK2Ek0=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/no-case/download/no-case-3.0.4.tgz - } - name: no-case - version: 3.0.4 - dependencies: - lower-case: registry.nlark.com/lower-case/2.0.2 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/normalize-range/0.1.2: resolution: { @@ -1717,74 +1464,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/p-limit/2.3.0: - resolution: - { - integrity: sha1-PdM8ZHohT9//2DWTPrCG2g3CHbE=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-limit/download/p-limit-2.3.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-2.3.0.tgz - } - name: p-limit - version: 2.3.0 - engines: { node: '>=6' } - dependencies: - p-try: registry.npmmirror.com/p-try/2.2.0 - - registry.nlark.com/p-limit/3.1.0: - resolution: - { - integrity: sha1-4drMvnjQ0TiMoYxk/qOOPlfjcGs=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-limit/download/p-limit-3.1.0.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.nlark.com%2Fp-limit%2Fdownload%2Fp-limit-3.1.0.tgz - } - name: p-limit - version: 3.1.0 - engines: { node: '>=10' } - dependencies: - yocto-queue: registry.nlark.com/yocto-queue/0.1.0 - dev: true - - registry.nlark.com/p-locate/4.1.0: - resolution: - { - integrity: sha1-o0KLtwiLOmApL2aRkni3wpetTwc=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-locate/download/p-locate-4.1.0.tgz - } - name: p-locate - version: 4.1.0 - engines: { node: '>=8' } - dependencies: - p-limit: registry.nlark.com/p-limit/2.3.0 - - registry.nlark.com/p-locate/5.0.0: - resolution: - { - integrity: sha1-g8gxXGeFAF470CGDlBHJ4RDm2DQ=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/p-locate/download/p-locate-5.0.0.tgz - } - name: p-locate - version: 5.0.0 - engines: { node: '>=10' } - dependencies: - p-limit: registry.nlark.com/p-limit/3.1.0 - dev: true - - registry.nlark.com/param-case/3.0.4: - resolution: - { - integrity: sha1-fRf+SqEr3jTUp32RrPtiGcqtAcU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/param-case/download/param-case-3.0.4.tgz - } - name: param-case - version: 3.0.4 - dependencies: - dot-case: registry.nlark.com/dot-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/parse-passwd/1.0.0: resolution: { @@ -1833,45 +1512,6 @@ packages: engines: { node: '>= 0.8' } dev: true - registry.nlark.com/pascal-case/3.1.2: - resolution: - { - integrity: sha1-tI4O8rmOIF58Ha50fQsVCCN2YOs=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/pascal-case/download/pascal-case-3.1.2.tgz - } - name: pascal-case - version: 3.1.2 - dependencies: - no-case: registry.nlark.com/no-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - - registry.nlark.com/path-case/3.0.4: - resolution: - { - integrity: sha1-kWhkUzTrlCZYN1xW+AtMDLX4LG8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/path-case/download/path-case-3.0.4.tgz - } - name: path-case - version: 3.0.4 - dependencies: - dot-case: registry.nlark.com/dot-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - - registry.nlark.com/path-exists/4.0.0: - resolution: - { - integrity: sha1-UTvb4tO5XXdi6METfvoZXGxhtbM=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/path-exists/download/path-exists-4.0.0.tgz - } - name: path-exists - version: 4.0.0 - engines: { node: '>=8' } - registry.nlark.com/path-is-absolute/1.0.1: resolution: { @@ -1884,29 +1524,6 @@ packages: engines: { node: '>=0.10.0' } dev: true - registry.nlark.com/path-parse/1.0.7: - resolution: - { - integrity: sha1-+8EUtgykKzDZ2vWFjkvWi77bZzU=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/path-parse/download/path-parse-1.0.7.tgz - } - name: path-parse - version: 1.0.7 - dev: true - - registry.nlark.com/path-type/4.0.0: - resolution: - { - integrity: sha1-hO0BwKe6OAr+CdkKjBgNzZ0DBDs=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/path-type/download/path-type-4.0.0.tgz - } - name: path-type - version: 4.0.0 - engines: { node: '>=8' } - dev: true - registry.nlark.com/pify/4.0.1: resolution: { @@ -2131,21 +1748,6 @@ packages: dev: true optional: true - registry.nlark.com/sentence-case/3.0.4: - resolution: - { - integrity: sha1-NkWnuMEXx4f96HAgViJbtipFEx8=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/sentence-case/download/sentence-case-3.0.4.tgz - } - name: sentence-case - version: 3.0.4 - dependencies: - no-case: registry.nlark.com/no-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - upper-case-first: registry.nlark.com/upper-case-first/2.0.2 - dev: true - registry.nlark.com/set-blocking/2.0.0: resolution: { @@ -2172,20 +1774,6 @@ packages: object-inspect: registry.npmmirror.com/object-inspect/1.12.0 dev: false - registry.nlark.com/snake-case/3.0.4: - resolution: - { - integrity: sha1-Tyu9Vo6ZNavf1ZPzTGkdrbScRSw=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/snake-case/download/snake-case-3.0.4.tgz - } - name: snake-case - version: 3.0.4 - dependencies: - dot-case: registry.nlark.com/dot-case/3.0.4 - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/sprintf-js/1.0.3: resolution: { @@ -2258,17 +1846,6 @@ packages: traverse: registry.npmmirror.com/traverse/0.6.6 dev: true - registry.nlark.com/svg-tags/1.0.0: - resolution: - { - integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/svg-tags/download/svg-tags-1.0.0.tgz - } - name: svg-tags - version: 1.0.0 - dev: true - registry.nlark.com/text-extensions/1.9.0: resolution: { @@ -2353,30 +1930,6 @@ packages: version: 2.3.1 dev: true - registry.nlark.com/universalify/0.1.2: - resolution: - { - integrity: sha1-tkb2m+OULavOzJ1mOcgNwQXvqmY=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/universalify/download/universalify-0.1.2.tgz - } - name: universalify - version: 0.1.2 - engines: { node: '>= 4.0.0' } - dev: true - - registry.nlark.com/universalify/2.0.0: - resolution: - { - integrity: sha1-daSYTv7cSwiXXFrrc/Uw0C3yVxc=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/universalify/download/universalify-2.0.0.tgz - } - name: universalify - version: 2.0.0 - engines: { node: '>= 10.0.0' } - dev: true - registry.nlark.com/unpipe/1.0.0: resolution: { @@ -2389,32 +1942,6 @@ packages: engines: { node: '>= 0.8' } dev: true - registry.nlark.com/upper-case-first/2.0.2: - resolution: - { - integrity: sha1-mSwyc/iCq9GdHgKJTMFHEX+EQyQ=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/upper-case-first/download/upper-case-first-2.0.2.tgz - } - name: upper-case-first - version: 2.0.2 - dependencies: - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - - registry.nlark.com/upper-case/2.0.2: - resolution: - { - integrity: sha1-2JgQgj+qsd8VSbfZenb4Ziuub3o=, - registry: https://registry.npm.taobao.org/, - tarball: https://registry.nlark.com/upper-case/download/upper-case-2.0.2.tgz - } - name: upper-case - version: 2.0.2 - dependencies: - tslib: registry.npmmirror.com/tslib/2.3.1 - dev: true - registry.nlark.com/utils-merge/1.0.1: resolution: { @@ -2555,9 +2082,9 @@ packages: registry.npmmirror.com/@antfu/utils/0.3.0: resolution: { - integrity: sha1-YwbEO1Kog72Olz4+2N1kJIQYvMQ=, + integrity: sha512-UU8TLr/EoXdg7OjMp0h9oDoIAVr+Z/oW9cpOxQQyrsz6Qzd2ms/1CdWx8fl2OQdFpxGmq5Vc4TwfLHId6nAZjA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/utils/download/@antfu/utils-0.3.0.tgz + tarball: https://registry.npmmirror.com/@antfu/utils/-/utils-0.3.0.tgz } name: '@antfu/utils' version: 0.3.0 @@ -2570,7 +2097,7 @@ packages: { integrity: sha512-gqkpvjkgFUu+s3kP+Ly33OKpo5zvVY3FDFhv5BIb98SncS3KD6DNxPfNDjwHIoyXbz1leWo1j8DtRLZ1D2Jv+Q==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@antfu/utils/download/@antfu/utils-0.4.0.tgz + tarball: https://registry.npmmirror.com/@antfu/utils/-/utils-0.4.0.tgz } name: '@antfu/utils' version: 0.4.0 @@ -2581,9 +2108,9 @@ packages: registry.npmmirror.com/@babel/code-frame/7.12.11: resolution: { - integrity: sha1-9K1DWqJj25NbjxDyxVLSP7cWpj8=, + integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.12.11.tgz + tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.12.11.tgz } name: '@babel/code-frame' version: 7.12.11 @@ -2594,9 +2121,9 @@ packages: registry.npmmirror.com/@babel/code-frame/7.16.0: resolution: { - integrity: sha1-DfyAMJvuyEEeZecGRhxAiwu5tDE=, + integrity: sha512-IF4EOMEV+bfYwOmNxGzSnjR2EmQod7f1UXOpZM3l4i4o4QNwzjtJAu/HxdjHq0aYBvdqMuQEY1eg0nqW9ZPORA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@babel/code-frame/download/@babel/code-frame-7.16.0.tgz + tarball: https://registry.npmmirror.com/@babel/code-frame/-/code-frame-7.16.0.tgz } name: '@babel/code-frame' version: 7.16.0 @@ -2940,9 +2467,9 @@ packages: registry.npmmirror.com/@babel/highlight/7.16.0: resolution: { - integrity: sha1-bOsysspLj182H7f9gh4/3fShclo=, + integrity: sha512-t8MH41kUQylBtu2+4IQA3atqevA2lRgqA2wyVB/YiWmsDSuylZZuXOUy9ric30hfzauEFfdsuk/eXTRrGrfd0g==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@babel/highlight/download/@babel/highlight-7.16.0.tgz + tarball: https://registry.npmmirror.com/@babel/highlight/-/highlight-7.16.0.tgz } name: '@babel/highlight' version: 7.16.0 @@ -2950,7 +2477,7 @@ packages: dependencies: '@babel/helper-validator-identifier': registry.npmmirror.com/@babel/helper-validator-identifier/7.15.7 chalk: registry.npmmirror.com/chalk/2.4.2 - js-tokens: registry.nlark.com/js-tokens/4.0.0 + js-tokens: registry.npmmirror.com/js-tokens/4.0.0 dev: true registry.npmmirror.com/@babel/parser/7.16.6: @@ -3079,7 +2606,7 @@ packages: to-fast-properties: registry.npmmirror.com/to-fast-properties/2.0.0 dev: true - registry.npmmirror.com/@commitlint/cli/16.1.0_@types+node@17.0.15: + registry.npmmirror.com/@commitlint/cli/16.1.0_@types+node@17.0.16: resolution: { integrity: sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==, @@ -3094,7 +2621,7 @@ packages: dependencies: '@commitlint/format': registry.npmmirror.com/@commitlint/format/16.0.0 '@commitlint/lint': registry.npmmirror.com/@commitlint/lint/16.0.0 - '@commitlint/load': registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.15 + '@commitlint/load': registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.16 '@commitlint/read': registry.npmmirror.com/@commitlint/read/16.0.0 '@commitlint/types': registry.npmmirror.com/@commitlint/types/16.0.0 lodash: registry.npmmirror.com/lodash/4.17.21 @@ -3210,7 +2737,7 @@ packages: '@commitlint/types': registry.npmmirror.com/@commitlint/types/16.0.0 dev: true - registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.15: + registry.npmmirror.com/@commitlint/load/16.1.0_@types+node@17.0.16: resolution: { integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==, @@ -3227,10 +2754,10 @@ packages: '@commitlint/resolve-extends': registry.npmmirror.com/@commitlint/resolve-extends/16.1.0 '@commitlint/types': registry.npmmirror.com/@commitlint/types/16.0.0 chalk: registry.npmmirror.com/chalk/4.1.2 - cosmiconfig: registry.nlark.com/cosmiconfig/7.0.1 - cosmiconfig-typescript-loader: registry.npmmirror.com/cosmiconfig-typescript-loader/1.0.2_2659dc6620f2255efe6a8f122d014e4b + cosmiconfig: registry.npmmirror.com/cosmiconfig/7.0.1 + cosmiconfig-typescript-loader: registry.npmmirror.com/cosmiconfig-typescript-loader/1.0.2_99ae9436e134a034c8d45fdd98ebbf22 lodash: registry.npmmirror.com/lodash/4.17.21 - resolve-from: registry.nlark.com/resolve-from/5.0.0 + resolve-from: registry.npmmirror.com/resolve-from/5.0.0 typescript: registry.npmmirror.com/typescript/4.5.5 transitivePeerDependencies: - '@swc/core' @@ -3986,15 +3513,15 @@ packages: version: 1.0.4 dev: true - registry.npmmirror.com/@types/node/17.0.15: + registry.npmmirror.com/@types/node/17.0.16: resolution: { - integrity: sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==, + integrity: sha512-ydLaGVfQOQ6hI1xK2A5nVh8bl0OGoIfYMxPWHqqYe9bTkWCfqiVvZoh2I/QF2sNSkZzZyROBoTefIEI+PB6iIA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@types/node/-/node-17.0.15.tgz + tarball: https://registry.npmmirror.com/@types/node/-/node-17.0.16.tgz } name: '@types/node' - version: 17.0.15 + version: 17.0.16 dev: true registry.npmmirror.com/@types/normalize-package-data/2.4.1: @@ -4040,7 +3567,7 @@ packages: name: '@types/qrcode' version: 1.4.2 dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 dev: true registry.npmmirror.com/@types/qs/6.9.7: @@ -4064,7 +3591,7 @@ packages: name: '@types/resolve' version: 1.17.1 dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 dev: true registry.npmmirror.com/@types/svgo/2.6.1: @@ -4077,30 +3604,30 @@ packages: name: '@types/svgo' version: 2.6.1 dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 dev: true registry.npmmirror.com/@types/throttle-debounce/2.1.0: resolution: { - integrity: sha1-HD32JL/Eti+ZLTASuExW1B6rN3Y=, + integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@types/throttle-debounce/download/@types/throttle-debounce-2.1.0.tgz + tarball: https://registry.npmmirror.com/@types/throttle-debounce/-/throttle-debounce-2.1.0.tgz } name: '@types/throttle-debounce' version: 2.1.0 dev: true - registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.10.2_2595c2126aec4d4b6e944b931dabb4c2: + registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.11.0_de5a1ddccd75ca1e499b8b8491d3dcba: resolution: { - integrity: sha512-4W/9lLuE+v27O/oe7hXJKjNtBLnZE8tQAFpapdxwSVHqtmIoPB1gph3+ahNwVuNL37BX7YQHyGF9Xv6XCnIX2Q==, + integrity: sha512-HJh33bgzXe6jGRocOj4FmefD7hRY4itgjzOrSs3JPrTNXsX7j5+nQPciAUj/1nZtwo2kAc3C75jZO+T23gzSGw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.11.0.tgz } - id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.10.2 + id: registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.11.0 name: '@typescript-eslint/eslint-plugin' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: '@typescript-eslint/parser': ^5.0.0 @@ -4110,10 +3637,10 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.10.2_eslint@8.8.0+typescript@4.5.5 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.10.2 - '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.10.2_eslint@8.8.0+typescript@4.5.5 - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.10.2_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.11.0_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.11.0 + '@typescript-eslint/type-utils': registry.npmmirror.com/@typescript-eslint/type-utils/5.11.0_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.11.0_eslint@8.8.0+typescript@4.5.5 debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.8.0 functional-red-black-tree: registry.npmmirror.com/functional-red-black-tree/1.0.1 @@ -4126,16 +3653,16 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/parser/5.10.2_eslint@8.8.0+typescript@4.5.5: + registry.npmmirror.com/@typescript-eslint/parser/5.11.0_eslint@8.8.0+typescript@4.5.5: resolution: { - integrity: sha512-JaNYGkaQVhP6HNF+lkdOr2cAs2wdSZBoalE22uYWq8IEv/OVH0RksSGydk+sW8cLoSeYmC+OHvRyv2i4AQ7Czg==, + integrity: sha512-x0DCjetHZYBRovJdr3U0zG9OOdNXUaFLJ82ehr1AlkArljJuwEsgnud+Q7umlGDFLFrs8tU8ybQDFocp/eX8mQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.11.0.tgz } - id: registry.npmmirror.com/@typescript-eslint/parser/5.10.2 + id: registry.npmmirror.com/@typescript-eslint/parser/5.11.0 name: '@typescript-eslint/parser' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 @@ -4144,9 +3671,9 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.10.2 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.10.2 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.10.2_typescript@4.5.5 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.11.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.11.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.11.0_typescript@4.5.5 debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.8.0 typescript: registry.npmmirror.com/typescript/4.5.5 @@ -4154,31 +3681,31 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/scope-manager/5.10.2: + registry.npmmirror.com/@typescript-eslint/scope-manager/5.11.0: resolution: { - integrity: sha512-39Tm6f4RoZoVUWBYr3ekS75TYgpr5Y+X0xLZxXqcZNDWZdJdYbKd3q2IR4V9y5NxxiPu/jxJ8XP7EgHiEQtFnw==, + integrity: sha512-z+K4LlahDFVMww20t/0zcA7gq/NgOawaLuxgqGRVKS0PiZlCTIUtX0EJbC0BK1JtR4CelmkPK67zuCgpdlF4EA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.11.0.tgz } name: '@typescript-eslint/scope-manager' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.10.2 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.10.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.11.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.11.0 dev: true - registry.npmmirror.com/@typescript-eslint/type-utils/5.10.2_eslint@8.8.0+typescript@4.5.5: + registry.npmmirror.com/@typescript-eslint/type-utils/5.11.0_eslint@8.8.0+typescript@4.5.5: resolution: { - integrity: sha512-uRKSvw/Ccs5FYEoXW04Z5VfzF2iiZcx8Fu7DGIB7RHozuP0VbKNzP1KfZkHBTM75pCpsWxIthEH1B33dmGBKHw==, + integrity: sha512-wDqdsYO6ofLaD4DsGZ0jGwxp4HrzD2YKulpEZXmgN3xo4BHJwf7kq49JTRpV0Gx6bxkSUmc9s0EIK1xPbFFpIA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.11.0.tgz } - id: registry.npmmirror.com/@typescript-eslint/type-utils/5.10.2 + id: registry.npmmirror.com/@typescript-eslint/type-utils/5.11.0 name: '@typescript-eslint/type-utils' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: '*' @@ -4187,7 +3714,7 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.10.2_eslint@8.8.0+typescript@4.5.5 + '@typescript-eslint/utils': registry.npmmirror.com/@typescript-eslint/utils/5.11.0_eslint@8.8.0+typescript@4.5.5 debug: registry.npmmirror.com/debug/4.3.3 eslint: registry.npmmirror.com/eslint/8.8.0 tsutils: registry.npmmirror.com/tsutils/3.21.0_typescript@4.5.5 @@ -4196,28 +3723,28 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/types/5.10.2: + registry.npmmirror.com/@typescript-eslint/types/5.11.0: resolution: { - integrity: sha512-Qfp0qk/5j2Rz3p3/WhWgu4S1JtMcPgFLnmAKAW061uXxKSa7VWKZsDXVaMXh2N60CX9h6YLaBoy9PJAfCOjk3w==, + integrity: sha512-cxgBFGSRCoBEhvSVLkKw39+kMzUKHlJGVwwMbPcTZX3qEhuXhrjwaZXWMxVfxDgyMm+b5Q5b29Llo2yow8Y7xQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.11.0.tgz } name: '@typescript-eslint/types' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dev: true - registry.npmmirror.com/@typescript-eslint/typescript-estree/5.10.2_typescript@4.5.5: + registry.npmmirror.com/@typescript-eslint/typescript-estree/5.11.0_typescript@4.5.5: resolution: { - integrity: sha512-WHHw6a9vvZls6JkTgGljwCsMkv8wu8XU8WaYKeYhxhWXH/atZeiMW6uDFPLZOvzNOGmuSMvHtZKd6AuC8PrwKQ==, + integrity: sha512-yVH9hKIv3ZN3lw8m/Jy5I4oXO4ZBMqijcXCdA4mY8ull6TPTAoQnKKrcZ0HDXg7Bsl0Unwwx7jcXMuNZc0m4lg==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.11.0.tgz } - id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.10.2 + id: registry.npmmirror.com/@typescript-eslint/typescript-estree/5.11.0 name: '@typescript-eslint/typescript-estree' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: typescript: '*' @@ -4225,8 +3752,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.10.2 - '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.10.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.11.0 + '@typescript-eslint/visitor-keys': registry.npmmirror.com/@typescript-eslint/visitor-keys/5.11.0 debug: registry.npmmirror.com/debug/4.3.3 globby: registry.npmmirror.com/globby/11.1.0 is-glob: registry.npmmirror.com/is-glob/4.0.3 @@ -4237,24 +3764,24 @@ packages: - supports-color dev: true - registry.npmmirror.com/@typescript-eslint/utils/5.10.2_eslint@8.8.0+typescript@4.5.5: + registry.npmmirror.com/@typescript-eslint/utils/5.11.0_eslint@8.8.0+typescript@4.5.5: resolution: { - integrity: sha512-vuJaBeig1NnBRkf7q9tgMLREiYD7zsMrsN1DA3wcoMDvr3BTFiIpKjGiYZoKPllfEwN7spUjv7ZqD+JhbVjEPg==, + integrity: sha512-g2I480tFE1iYRDyMhxPAtLQ9HAn0jjBtipgTCZmd9I9s11OV8CTsG+YfFciuNDcHqm4csbAgC2aVZCHzLxMSUw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.11.0.tgz } - id: registry.npmmirror.com/@typescript-eslint/utils/5.10.2 + id: registry.npmmirror.com/@typescript-eslint/utils/5.11.0 name: '@typescript-eslint/utils' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: '@types/json-schema': registry.npmmirror.com/@types/json-schema/7.0.9 - '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.10.2 - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.10.2 - '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.10.2_typescript@4.5.5 + '@typescript-eslint/scope-manager': registry.npmmirror.com/@typescript-eslint/scope-manager/5.11.0 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.11.0 + '@typescript-eslint/typescript-estree': registry.npmmirror.com/@typescript-eslint/typescript-estree/5.11.0_typescript@4.5.5 eslint: registry.npmmirror.com/eslint/8.8.0 eslint-scope: registry.npmmirror.com/eslint-scope/5.1.1 eslint-utils: registry.npmmirror.com/eslint-utils/3.0.0_eslint@8.8.0 @@ -4263,18 +3790,18 @@ packages: - typescript dev: true - registry.npmmirror.com/@typescript-eslint/visitor-keys/5.10.2: + registry.npmmirror.com/@typescript-eslint/visitor-keys/5.11.0: resolution: { - integrity: sha512-zHIhYGGGrFJvvyfwHk5M08C5B5K4bewkm+rrvNTKk1/S15YHR+SA/QUF8ZWscXSfEaB8Nn2puZj+iHcoxVOD/Q==, + integrity: sha512-E8w/vJReMGuloGxJDkpPlGwhxocxOpSVgSvjiLO5IxZPmxZF30weOeJYyPSEACwM+X4NziYS9q+WkN/2DHYQwA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.10.2.tgz + tarball: https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.11.0.tgz } name: '@typescript-eslint/visitor-keys' - version: 5.10.2 + version: 5.11.0 engines: { node: ^12.22.0 || ^14.17.0 || >=16.0.0 } dependencies: - '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.10.2 + '@typescript-eslint/types': registry.npmmirror.com/@typescript-eslint/types/5.11.0 eslint-visitor-keys: registry.npmmirror.com/eslint-visitor-keys/3.2.0 dev: true @@ -4447,8 +3974,8 @@ packages: '@babel/types': registry.npmmirror.com/@babel/types/7.16.0 '@vue/babel-helper-vue-transform-on': registry.nlark.com/@vue/babel-helper-vue-transform-on/1.0.2 camelcase: registry.npmmirror.com/camelcase/6.2.1 - html-tags: registry.nlark.com/html-tags/3.1.0 - svg-tags: registry.nlark.com/svg-tags/1.0.0 + html-tags: registry.npmmirror.com/html-tags/3.1.0 + svg-tags: registry.npmmirror.com/svg-tags/1.0.0 transitivePeerDependencies: - '@babel/core' - supports-color @@ -4734,16 +4261,16 @@ packages: name: '@vue/shared' version: 3.2.30 - registry.npmmirror.com/@vueuse/core/7.5.5_vue@3.2.30: + registry.npmmirror.com/@vueuse/core/7.6.0_vue@3.2.30: resolution: { - integrity: sha512-RBDqmIoGfak4h3xdXa/Av+ibkb8NY044wEy6+PG2FAWNaID8/FkqmSFjbxogrbmpSX1yZ1PBHrM8DUp/FrIpbg==, + integrity: sha512-gTkTYbOO19AnhmbH39mMlfoOOcxSSOtXeI69Ixm7gE/C0eT8Vnpb7VE9KGrobCr4sUqE5fmwAdPIYkdB/NJIzQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@vueuse/core/-/core-7.5.5.tgz + tarball: https://registry.npmmirror.com/@vueuse/core/-/core-7.6.0.tgz } - id: registry.npmmirror.com/@vueuse/core/7.5.5 + id: registry.npmmirror.com/@vueuse/core/7.6.0 name: '@vueuse/core' - version: 7.5.5 + version: 7.6.0 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -4753,21 +4280,21 @@ packages: vue: optional: true dependencies: - '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/7.5.5_vue@3.2.30 + '@vueuse/shared': registry.npmmirror.com/@vueuse/shared/7.6.0_vue@3.2.30 vue: registry.npmmirror.com/vue/3.2.30 vue-demi: registry.npmmirror.com/vue-demi/0.12.1_vue@3.2.30 dev: false - registry.npmmirror.com/@vueuse/shared/7.5.5_vue@3.2.30: + registry.npmmirror.com/@vueuse/shared/7.6.0_vue@3.2.30: resolution: { - integrity: sha512-mzzTsotHQRPnPAChy8iCv6ek/90CKYhAFyMRgNsMxpT0afZJkbMO/X0OaOu/1NuGbgb8UVjlsWKmCUgKTOF5hA==, + integrity: sha512-+Q0XVQHX/Low2dQMZfrkZcOOY6oB5+JNOEsM2HJFCjAvhotujpGnQiwyfGKb35wxynlmR97oCCZmGuVMgv/9dg==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-7.5.5.tgz + tarball: https://registry.npmmirror.com/@vueuse/shared/-/shared-7.6.0.tgz } - id: registry.npmmirror.com/@vueuse/shared/7.5.5 + id: registry.npmmirror.com/@vueuse/shared/7.6.0 name: '@vueuse/shared' - version: 7.5.5 + version: 7.6.0 peerDependencies: '@vue/composition-api': ^1.1.0 vue: ^2.6.0 || ^3.2.0 @@ -4786,7 +4313,7 @@ packages: { integrity: sha512-E4FKtWdYl5HwFknBQ+Z2JIF58TZiR4/ZiP8B30sfRxNlG6clh4agn5MJqTb4ER0MLkDb30Hugl2tGun0AQNbFw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.6.1.tgz + tarball: https://registry.npmmirror.com/@windicss/config/-/config-1.6.1.tgz } name: '@windicss/config' version: 1.6.1 @@ -4798,15 +4325,15 @@ packages: - supports-color dev: true - registry.npmmirror.com/@windicss/config/1.6.3: + registry.npmmirror.com/@windicss/config/1.7.0: resolution: { - integrity: sha512-1kjdy4tyYLD4sCB4DS+3Lt1Odnde03z4Rz3EUqyWJ7SiBEWMgRk1L797SsgEH4+W1DjLBZLs1SVYzaTO/3UdJA==, + integrity: sha512-jP+SYEUMTcvEQexYAeaIGKWq3sE+yv0myyOCph7Glm/YZE2ZCK1GukI1oDG6fcVer121EQzCY4Rx11trb3oSZg==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@windicss/config/download/@windicss/config-1.6.3.tgz + tarball: https://registry.npmmirror.com/@windicss/config/-/config-1.7.0.tgz } name: '@windicss/config' - version: 1.6.3 + version: 1.7.0 dependencies: debug: registry.npmmirror.com/debug/4.3.3 jiti: registry.npmmirror.com/jiti/1.12.9 @@ -4836,18 +4363,18 @@ packages: - supports-color dev: true - registry.npmmirror.com/@windicss/plugin-utils/1.6.3: + registry.npmmirror.com/@windicss/plugin-utils/1.7.0: resolution: { - integrity: sha512-tY20pAdV8YOlCj/5Teh078n/YbekbE5qOmlNgcl+S10KqitUGB9+Qss/xE0HULACmCXBO9XeLUcAPGao79lAnA==, + integrity: sha512-4zxTIhpGaia4FTxL/c20GQU2bK3bqToerdErvDzwLqWQECVGt7vTGFQd3e4XMpfR6Ujgk4/p7fCHv/F15R/pkA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/@windicss/plugin-utils/download/@windicss/plugin-utils-1.6.3.tgz + tarball: https://registry.npmmirror.com/@windicss/plugin-utils/-/plugin-utils-1.7.0.tgz } name: '@windicss/plugin-utils' - version: 1.6.3 + version: 1.7.0 dependencies: '@antfu/utils': registry.npmmirror.com/@antfu/utils/0.4.0 - '@windicss/config': registry.npmmirror.com/@windicss/config/1.6.3 + '@windicss/config': registry.npmmirror.com/@windicss/config/1.7.0 debug: registry.npmmirror.com/debug/4.3.3 fast-glob: registry.npmmirror.com/fast-glob/3.2.11 magic-string: registry.npmmirror.com/magic-string/0.25.7 @@ -4868,6 +4395,17 @@ packages: version: 1.2.0 dev: false + registry.npmmirror.com/Console/0.7.2: + resolution: + { + integrity: sha512-+JSDwGunA4MTEgAV/4VBKwUHonP8CzJ/6GIuwPi6acKFqFfHUdSGCm89ZxZ5FfGWdZfkdgAroy5bJ5FSeN/t4g==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/Console/-/Console-0.7.2.tgz + } + name: console + version: 0.7.2 + dev: true + registry.npmmirror.com/JSONStream/1.3.5: resolution: { @@ -5233,9 +4771,9 @@ packages: registry.npmmirror.com/arrify/2.0.1: resolution: { - integrity: sha1-yWVekzHgq81YjSp8rX6ZVvZnAfo=, + integrity: sha512-3duEwti880xqi4eAMN8AyR4a0ByT90zoYdLlevfrvU43vb0YZwZVfxOgxWrLXXXpyugL0hNZc9G6BiB5B3nUug==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/arrify/download/arrify-2.0.1.tgz + tarball: https://registry.npmmirror.com/arrify/-/arrify-2.0.1.tgz } name: arrify version: 2.0.1 @@ -5572,6 +5110,20 @@ packages: engines: { node: '>=6' } dev: true + registry.npmmirror.com/camel-case/4.1.2: + resolution: + { + integrity: sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/camel-case/-/camel-case-4.1.2.tgz + } + name: camel-case + version: 4.1.2 + dependencies: + pascal-case: registry.npmmirror.com/pascal-case/3.1.2 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/camelcase-keys/6.2.2: resolution: { @@ -5622,6 +5174,21 @@ packages: version: 1.0.30001298 dev: true + registry.npmmirror.com/capital-case/1.0.4: + resolution: + { + integrity: sha512-ds37W8CytHgwnhGGTi88pcPyR15qoNkOpYwmMMfnWqqWgESapLqvDx6huFjQ5vqWSn2Z06173XNA7LtMOeUh1A==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/capital-case/-/capital-case-1.0.4.tgz + } + name: capital-case + version: 1.0.4 + dependencies: + no-case: registry.npmmirror.com/no-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + upper-case-first: registry.npmmirror.com/upper-case-first/2.0.2 + dev: true + registry.npmmirror.com/chalk/1.1.3: resolution: { @@ -5645,7 +5212,7 @@ packages: { integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/chalk/download/chalk-2.4.2.tgz + tarball: https://registry.npmmirror.com/chalk/-/chalk-2.4.2.tgz } name: chalk version: 2.4.2 @@ -5686,6 +5253,30 @@ packages: supports-color: registry.npmmirror.com/supports-color/7.2.0 dev: true + registry.npmmirror.com/change-case/4.1.2: + resolution: + { + integrity: sha512-bSxY2ws9OtviILG1EiY5K7NNxkqg/JnRnFxLtKQ96JaviiIxi7djMrSd0ECT9AC+lttClmYwKw53BWpOMblo7A==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/change-case/-/change-case-4.1.2.tgz + } + name: change-case + version: 4.1.2 + dependencies: + camel-case: registry.npmmirror.com/camel-case/4.1.2 + capital-case: registry.npmmirror.com/capital-case/1.0.4 + constant-case: registry.npmmirror.com/constant-case/3.0.4 + dot-case: registry.npmmirror.com/dot-case/3.0.4 + header-case: registry.npmmirror.com/header-case/2.0.4 + no-case: registry.npmmirror.com/no-case/3.0.4 + param-case: registry.npmmirror.com/param-case/3.0.4 + pascal-case: registry.npmmirror.com/pascal-case/3.1.2 + path-case: registry.npmmirror.com/path-case/3.0.4 + sentence-case: registry.npmmirror.com/sentence-case/3.0.4 + snake-case: registry.npmmirror.com/snake-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/character-parser/2.2.0: resolution: { @@ -5951,7 +5542,7 @@ packages: hasBin: true dependencies: cachedir: registry.nlark.com/cachedir/2.2.0 - cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.15 + cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.16 dedent: registry.nlark.com/dedent/0.7.0 detect-indent: registry.nlark.com/detect-indent/6.0.0 find-node-modules: registry.nlark.com/find-node-modules/2.1.2 @@ -5966,7 +5557,7 @@ packages: strip-json-comments: registry.nlark.com/strip-json-comments/3.0.1 dev: true - registry.npmmirror.com/commitizen/4.2.4_@types+node@17.0.15: + registry.npmmirror.com/commitizen/4.2.4_@types+node@17.0.16: resolution: { integrity: sha1-o+Wza9dXX2v256oZ278GsNjzcWU=, @@ -5980,7 +5571,7 @@ packages: hasBin: true dependencies: cachedir: registry.nlark.com/cachedir/2.2.0 - cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.15 + cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.2.0_@types+node@17.0.16 dedent: registry.nlark.com/dedent/0.7.0 detect-indent: registry.nlark.com/detect-indent/6.0.0 find-node-modules: registry.nlark.com/find-node-modules/2.1.2 @@ -6010,6 +5601,32 @@ packages: version: 1.3.0 dev: true + registry.npmmirror.com/consola/2.15.3: + resolution: + { + integrity: sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/consola/-/consola-2.15.3.tgz + } + name: consola + version: 2.15.3 + dev: true + + registry.npmmirror.com/constant-case/3.0.4: + resolution: + { + integrity: sha512-I2hSBi7Vvs7BEuJDr5dDHfzb/Ruj3FyvFyh7KLilAjNQw3Be+xgqUBA2W6scVEcL0hL1dwPRtIqEPVUCKkSsyQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/constant-case/-/constant-case-3.0.4.tgz + } + name: constant-case + version: 3.0.4 + dependencies: + no-case: registry.npmmirror.com/no-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + upper-case: registry.npmmirror.com/upper-case/2.0.2 + dev: true + registry.npmmirror.com/constantinople/4.0.1: resolution: { @@ -6087,7 +5704,7 @@ packages: vary: registry.npmmirror.com/vary/1.1.2 dev: true - registry.npmmirror.com/cosmiconfig-typescript-loader/1.0.2_2659dc6620f2255efe6a8f122d014e4b: + registry.npmmirror.com/cosmiconfig-typescript-loader/1.0.2_99ae9436e134a034c8d45fdd98ebbf22: resolution: { integrity: sha512-27ZehvijYqAKVzta5xtZBS3PAliC8CmnWkGXN0vgxAZz7yqxpMjf3aG7flxF5rEiu8FAD7nZZXtOI+xUGn+bVg==, @@ -6102,9 +5719,9 @@ packages: '@types/node': '*' typescript: '>=3' dependencies: - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 cosmiconfig: registry.npmmirror.com/cosmiconfig/7.0.1 - ts-node: registry.npmmirror.com/ts-node/10.4.0_2659dc6620f2255efe6a8f122d014e4b + ts-node: registry.npmmirror.com/ts-node/10.4.0_99ae9436e134a034c8d45fdd98ebbf22 typescript: registry.npmmirror.com/typescript/4.5.5 transitivePeerDependencies: - '@swc/core' @@ -6159,6 +5776,18 @@ packages: which: registry.npmmirror.com/which/2.0.2 dev: true + registry.npmmirror.com/css-functions-list/3.0.0: + resolution: + { + integrity: sha512-rfwhBOvXVFcKrSwmLxD8JQyuEEy/3g3Y9FMI2l6iV558Coeo1ucXypXb4rwrVpk5Osh5ViXp2DTgafw8WxglhQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/css-functions-list/-/css-functions-list-3.0.0.tgz + } + name: css-functions-list + version: 3.0.0 + engines: { node: '>=12.22' } + dev: true + registry.npmmirror.com/css-select/4.2.1: resolution: { @@ -6570,6 +6199,20 @@ packages: domhandler: registry.npmmirror.com/domhandler/4.3.0 dev: true + registry.npmmirror.com/dot-case/3.0.4: + resolution: + { + integrity: sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/dot-case/-/dot-case-3.0.4.tgz + } + name: dot-case + version: 3.0.4 + dependencies: + no-case: registry.npmmirror.com/no-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/echarts-wordcloud/2.0.0_echarts@5.3.0: resolution: { @@ -6611,23 +6254,23 @@ packages: version: 1.4.30 dev: true - registry.npmmirror.com/element-plus/2.0.0_vue@3.2.30: + registry.npmmirror.com/element-plus/2.0.1_vue@3.2.30: resolution: { - integrity: sha512-bLt/Ahn0ejOKuYA4HR3iuGLHTt4pRzQZwCx1G2BLHEJLZi7CfLiFnjZMhGhYNkk49ir4JHtnBJTgLhNNaKALcA==, + integrity: sha512-Cdx3JhbMNGwVsU12DUewIltJ1hUYVSgx2iBB8AuNzzOxAqcxSA9e7p2lfNp8oCBQeh4ThRSaOkdLnJyO4mS3qQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/element-plus/-/element-plus-2.0.0.tgz + tarball: https://registry.npmmirror.com/element-plus/-/element-plus-2.0.1.tgz } - id: registry.npmmirror.com/element-plus/2.0.0 + id: registry.npmmirror.com/element-plus/2.0.1 name: element-plus - version: 2.0.0 + version: 2.0.1 peerDependencies: vue: ^3.2.0 dependencies: '@ctrl/tinycolor': registry.npmmirror.com/@ctrl/tinycolor/3.4.0 '@element-plus/icons-vue': registry.npmmirror.com/@element-plus/icons-vue/0.2.6_vue@3.2.30 '@popperjs/core': registry.npmmirror.com/@popperjs/core/2.11.2 - '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.5.5_vue@3.2.30 + '@vueuse/core': registry.npmmirror.com/@vueuse/core/7.6.0_vue@3.2.30 async-validator: registry.npmmirror.com/async-validator/4.0.7 dayjs: registry.npmmirror.com/dayjs/1.10.7 lodash: registry.npmmirror.com/lodash/4.17.21 @@ -6750,9 +6393,9 @@ packages: registry.npmmirror.com/es-module-lexer/0.9.3: resolution: { - integrity: sha1-bxPbAMw4QXE32vdDZvU1yOtDjxk=, + integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/es-module-lexer/download/es-module-lexer-0.9.3.tgz + tarball: https://registry.npmmirror.com/es-module-lexer/-/es-module-lexer-0.9.3.tgz } name: es-module-lexer version: 0.9.3 @@ -7757,30 +7400,30 @@ packages: registry.npmmirror.com/find-up/4.1.0: resolution: { - integrity: sha1-l6/n1s3AvFkoWEt8jXsW6KmqXRk=, + integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/find-up/download/find-up-4.1.0.tgz?cache=0&sync_timestamp=1633619099767&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-4.1.0.tgz + tarball: https://registry.npmmirror.com/find-up/-/find-up-4.1.0.tgz } name: find-up version: 4.1.0 engines: { node: '>=8' } dependencies: - locate-path: registry.nlark.com/locate-path/5.0.0 - path-exists: registry.nlark.com/path-exists/4.0.0 + locate-path: registry.npmmirror.com/locate-path/5.0.0 + path-exists: registry.npmmirror.com/path-exists/4.0.0 registry.npmmirror.com/find-up/5.0.0: resolution: { - integrity: sha1-TJKBnstwg1YeT0okCoa+UZj1Nvw=, + integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/find-up/download/find-up-5.0.0.tgz?cache=0&sync_timestamp=1633619099767&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Ffind-up%2Fdownload%2Ffind-up-5.0.0.tgz + tarball: https://registry.npmmirror.com/find-up/-/find-up-5.0.0.tgz } name: find-up version: 5.0.0 engines: { node: '>=10' } dependencies: - locate-path: registry.nlark.com/locate-path/6.0.0 - path-exists: registry.nlark.com/path-exists/4.0.0 + locate-path: registry.npmmirror.com/locate-path/6.0.0 + path-exists: registry.npmmirror.com/path-exists/4.0.0 dev: true registry.npmmirror.com/findup-sync/4.0.0: @@ -8397,6 +8040,20 @@ packages: hasBin: true dev: true + registry.npmmirror.com/header-case/2.0.4: + resolution: + { + integrity: sha512-H/vuk5TEEVZwrR0lp2zed9OCo1uAILMlx0JEMgC26rzyJJ3N1v6XkwHHXJQdR2doSjcGPM6OKPYoJgf0plJ11Q==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/header-case/-/header-case-2.0.4.tgz + } + name: header-case + version: 2.0.4 + dependencies: + capital-case: registry.npmmirror.com/capital-case/1.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/hosted-git-info/2.8.9: resolution: { @@ -9092,9 +8749,9 @@ packages: registry.npmmirror.com/jiti/1.12.9: resolution: { - integrity: sha1-LORbJlz8jckevXClIEgHz5FSkbw=, + integrity: sha512-TdcJywkQtcwLxogc4rSMAi479G2eDPzfW0fLySks7TPhgZZ4s/tM6stnzayIh3gS/db3zExWJyUx4cNWrwAmoQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/jiti/download/jiti-1.12.9.tgz?cache=0&sync_timestamp=1636330737910&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjiti%2Fdownload%2Fjiti-1.12.9.tgz + tarball: https://registry.npmmirror.com/jiti/-/jiti-1.12.9.tgz } name: jiti version: 1.12.9 @@ -9123,6 +8780,17 @@ packages: version: 1.0.2 dev: true + registry.npmmirror.com/js-tokens/4.0.0: + resolution: + { + integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/js-tokens/-/js-tokens-4.0.0.tgz + } + name: js-tokens + version: 4.0.0 + dev: true + registry.npmmirror.com/js-yaml/3.14.1: resolution: { @@ -9250,6 +8918,19 @@ packages: version: 3.0.0 dev: true + registry.npmmirror.com/jsonfile/4.0.0: + resolution: + { + integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/jsonfile/-/jsonfile-4.0.0.tgz + } + name: jsonfile + version: 4.0.0 + optionalDependencies: + graceful-fs: registry.npmmirror.com/graceful-fs/4.2.8 + dev: true + registry.npmmirror.com/jsonfile/6.1.0: resolution: { @@ -9359,7 +9040,7 @@ packages: { integrity: sha512-lxpCM3HTvquGxKGzHeknB/sUjuVoUElLlfYnXZT73K8geR9jQbroGlSCFBax9/0mpGoD3kzcMLnOlGQPJJNyqQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/kolorist/download/kolorist-1.5.1.tgz + tarball: https://registry.npmmirror.com/kolorist/-/kolorist-1.5.1.tgz } name: kolorist version: 1.5.1 @@ -9499,6 +9180,33 @@ packages: json5: registry.npmmirror.com/json5/1.0.1 dev: true + registry.npmmirror.com/locate-path/5.0.0: + resolution: + { + integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/locate-path/-/locate-path-5.0.0.tgz + } + name: locate-path + version: 5.0.0 + engines: { node: '>=8' } + dependencies: + p-locate: registry.npmmirror.com/p-locate/4.1.0 + + registry.npmmirror.com/locate-path/6.0.0: + resolution: + { + integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/locate-path/-/locate-path-6.0.0.tgz + } + name: locate-path + version: 6.0.0 + engines: { node: '>=10' } + dependencies: + p-locate: registry.npmmirror.com/p-locate/5.0.0 + dev: true + registry.npmmirror.com/lodash.merge/4.6.2: resolution: { @@ -9548,6 +9256,19 @@ packages: wrap-ansi: registry.npmmirror.com/wrap-ansi/6.2.0 dev: true + registry.npmmirror.com/lower-case/2.0.2: + resolution: + { + integrity: sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/lower-case/-/lower-case-2.0.2.tgz + } + name: lower-case + version: 2.0.2 + dependencies: + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/lru-cache/6.0.0: resolution: { @@ -9917,9 +9638,9 @@ packages: registry.npmmirror.com/ms/2.1.2: resolution: { - integrity: sha1-0J0fNXtEP0kzgqjrPM0YOHKuYAk=, + integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/ms/download/ms-2.1.2.tgz + tarball: https://registry.npmmirror.com/ms/-/ms-2.1.2.tgz } name: ms version: 2.1.2 @@ -9950,7 +9671,7 @@ packages: dependencies: '@types/minimatch': registry.npmmirror.com/@types/minimatch/3.0.5 array-differ: registry.nlark.com/array-differ/3.0.0 - array-union: registry.nlark.com/array-union/2.1.0 + array-union: registry.npmmirror.com/array-union/2.1.0 arrify: registry.npmmirror.com/arrify/2.0.1 minimatch: registry.nlark.com/minimatch/3.0.4 dev: true @@ -10021,6 +9742,20 @@ packages: dev: true optional: true + registry.npmmirror.com/no-case/3.0.4: + resolution: + { + integrity: sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/no-case/-/no-case-3.0.4.tgz + } + name: no-case + version: 3.0.4 + dependencies: + lower-case: registry.npmmirror.com/lower-case/2.0.2 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/node-fetch/2.6.7: resolution: { @@ -10269,6 +10004,60 @@ packages: word-wrap: registry.npmmirror.com/word-wrap/1.2.3 dev: true + registry.npmmirror.com/p-limit/2.3.0: + resolution: + { + integrity: sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/p-limit/-/p-limit-2.3.0.tgz + } + name: p-limit + version: 2.3.0 + engines: { node: '>=6' } + dependencies: + p-try: registry.npmmirror.com/p-try/2.2.0 + + registry.npmmirror.com/p-limit/3.1.0: + resolution: + { + integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/p-limit/-/p-limit-3.1.0.tgz + } + name: p-limit + version: 3.1.0 + engines: { node: '>=10' } + dependencies: + yocto-queue: registry.nlark.com/yocto-queue/0.1.0 + dev: true + + registry.npmmirror.com/p-locate/4.1.0: + resolution: + { + integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/p-locate/-/p-locate-4.1.0.tgz + } + name: p-locate + version: 4.1.0 + engines: { node: '>=8' } + dependencies: + p-limit: registry.npmmirror.com/p-limit/2.3.0 + + registry.npmmirror.com/p-locate/5.0.0: + resolution: + { + integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/p-locate/-/p-locate-5.0.0.tgz + } + name: p-locate + version: 5.0.0 + engines: { node: '>=10' } + dependencies: + p-limit: registry.npmmirror.com/p-limit/3.1.0 + dev: true + registry.npmmirror.com/p-map/4.0.0: resolution: { @@ -10286,14 +10075,28 @@ packages: registry.npmmirror.com/p-try/2.2.0: resolution: { - integrity: sha1-yyhoVA4xPWHeWPr741zpAE1VQOY=, + integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/p-try/download/p-try-2.2.0.tgz?cache=0&sync_timestamp=1633367752239&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fp-try%2Fdownload%2Fp-try-2.2.0.tgz + tarball: https://registry.npmmirror.com/p-try/-/p-try-2.2.0.tgz } name: p-try version: 2.2.0 engines: { node: '>=6' } + registry.npmmirror.com/param-case/3.0.4: + resolution: + { + integrity: sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/param-case/-/param-case-3.0.4.tgz + } + name: param-case + version: 3.0.4 + dependencies: + dot-case: registry.npmmirror.com/dot-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/parent-module/1.0.1: resolution: { @@ -10337,6 +10140,20 @@ packages: engines: { node: '>= 0.10' } dev: true + registry.npmmirror.com/pascal-case/3.1.2: + resolution: + { + integrity: sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/pascal-case/-/pascal-case-3.1.2.tgz + } + name: pascal-case + version: 3.1.2 + dependencies: + no-case: registry.npmmirror.com/no-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/pascalcase/0.1.1: resolution: { @@ -10349,6 +10166,31 @@ packages: engines: { node: '>=0.10.0' } dev: true + registry.npmmirror.com/path-case/3.0.4: + resolution: + { + integrity: sha512-qO4qCFjXqVTrcbPt/hQfhTQ+VhFsqNKOPtytgNKkKxSoEp3XPUQ8ObFuePylOIok5gjn69ry8XiULxCwot3Wfg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/path-case/-/path-case-3.0.4.tgz + } + name: path-case + version: 3.0.4 + dependencies: + dot-case: registry.npmmirror.com/dot-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + + registry.npmmirror.com/path-exists/4.0.0: + resolution: + { + integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/path-exists/-/path-exists-4.0.0.tgz + } + name: path-exists + version: 4.0.0 + engines: { node: '>=8' } + registry.npmmirror.com/path-key/3.1.1: resolution: { @@ -10361,6 +10203,17 @@ packages: engines: { node: '>=8' } dev: true + registry.npmmirror.com/path-parse/1.0.7: + resolution: + { + integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/path-parse/-/path-parse-1.0.7.tgz + } + name: path-parse + version: 1.0.7 + dev: true + registry.npmmirror.com/path-to-regexp/6.2.0: resolution: { @@ -11220,15 +11073,15 @@ packages: registry.npmmirror.com/resolve/1.20.0: resolution: { - integrity: sha1-YpoBP7P3B1XW8LeTXMHCxTeLGXU=, + integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/resolve/download/resolve-1.20.0.tgz + tarball: https://registry.npmmirror.com/resolve/-/resolve-1.20.0.tgz } name: resolve version: 1.20.0 dependencies: is-core-module: registry.npmmirror.com/is-core-module/2.8.0 - path-parse: registry.nlark.com/path-parse/1.0.7 + path-parse: registry.npmmirror.com/path-parse/1.0.7 dev: true registry.npmmirror.com/restore-cursor/2.0.0: @@ -11428,6 +11281,21 @@ packages: lru-cache: registry.npmmirror.com/lru-cache/6.0.0 dev: true + registry.npmmirror.com/sentence-case/3.0.4: + resolution: + { + integrity: sha512-8LS0JInaQMCRoQ7YUytAo/xUu5W2XnQxV2HI/6uM6U7CITS1RqPElr30V6uIqyMKM9lJGRVFy5/4CuzcixNYSg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/sentence-case/-/sentence-case-3.0.4.tgz + } + name: sentence-case + version: 3.0.4 + dependencies: + no-case: registry.npmmirror.com/no-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + upper-case-first: registry.npmmirror.com/upper-case-first/2.0.2 + dev: true + registry.npmmirror.com/set-value/2.0.1: resolution: { @@ -11557,6 +11425,20 @@ packages: is-fullwidth-code-point: registry.npmmirror.com/is-fullwidth-code-point/4.0.0 dev: true + registry.npmmirror.com/snake-case/3.0.4: + resolution: + { + integrity: sha512-LAOh4z89bGQvl9pFfNF8V146i7o7/CqFPbqzYgP+yYzDIDeS9HaNFtXABamRW+AQzEVODcvE79ljJ+8a9YSdMg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/snake-case/-/snake-case-3.0.4.tgz + } + name: snake-case + version: 3.0.4 + dependencies: + dot-case: registry.npmmirror.com/dot-case/3.0.4 + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/snapdragon-node/2.1.1: resolution: { @@ -11998,7 +11880,7 @@ packages: version: 0.1.0 dev: true - registry.npmmirror.com/stylelint-config-html/1.0.0_387acde72b94c028532b3c9cd4a4cddd: + registry.npmmirror.com/stylelint-config-html/1.0.0_5bb43c24a38879ac9aea04ab310c02bd: resolution: { integrity: sha1-FyrLmW7kyFToxnD8/3f/DZjTvsI=, @@ -12014,10 +11896,10 @@ packages: stylelint: '>=14.0.0' dependencies: postcss-html: registry.npmmirror.com/postcss-html/1.3.0 - stylelint: registry.npmmirror.com/stylelint/14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 dev: true - registry.npmmirror.com/stylelint-config-prettier/9.0.3_stylelint@14.3.0: + registry.npmmirror.com/stylelint-config-prettier/9.0.3_stylelint@14.4.0: resolution: { integrity: sha1-Dczr7/NZ3MOTySKRhECLCJZNVhw=, @@ -12032,43 +11914,43 @@ packages: peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: registry.npmmirror.com/stylelint/14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 dev: true - registry.npmmirror.com/stylelint-config-recommended/6.0.0_stylelint@14.3.0: + registry.npmmirror.com/stylelint-config-recommended/7.0.0_stylelint@14.4.0: resolution: { - integrity: sha1-/SUjoyKDYAWtm/Rz0+VTRxnAn50=, + integrity: sha512-yGn84Bf/q41J4luis1AZ95gj0EQwRX8lWmGmBwkwBNSkpGSpl66XcPTulxGa/Z91aPoNGuIGBmFkcM1MejMo9Q==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/stylelint-config-recommended/download/stylelint-config-recommended-6.0.0.tgz + tarball: https://registry.npmmirror.com/stylelint-config-recommended/-/stylelint-config-recommended-7.0.0.tgz } - id: registry.npmmirror.com/stylelint-config-recommended/6.0.0 + id: registry.npmmirror.com/stylelint-config-recommended/7.0.0 name: stylelint-config-recommended - version: 6.0.0 + version: 7.0.0 peerDependencies: - stylelint: ^14.0.0 + stylelint: ^14.4.0 dependencies: - stylelint: registry.npmmirror.com/stylelint/14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 dev: true - registry.npmmirror.com/stylelint-config-standard/24.0.0_stylelint@14.3.0: + registry.npmmirror.com/stylelint-config-standard/25.0.0_stylelint@14.4.0: resolution: { - integrity: sha512-+RtU7fbNT+VlNbdXJvnjc3USNPZRiRVp/d2DxOF/vBDDTi0kH5RX2Ny6errdtZJH3boO+bmqIYEllEmok4jiuw==, + integrity: sha512-21HnP3VSpaT1wFjFvv9VjvOGDtAviv47uTp3uFmzcN+3Lt+RYRv6oAplLaV51Kf792JSxJ6svCJh/G18E9VnCA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/stylelint-config-standard/download/stylelint-config-standard-24.0.0.tgz + tarball: https://registry.npmmirror.com/stylelint-config-standard/-/stylelint-config-standard-25.0.0.tgz } - id: registry.npmmirror.com/stylelint-config-standard/24.0.0 + id: registry.npmmirror.com/stylelint-config-standard/25.0.0 name: stylelint-config-standard - version: 24.0.0 + version: 25.0.0 peerDependencies: - stylelint: ^14.0.0 + stylelint: ^14.4.0 dependencies: - stylelint: registry.npmmirror.com/stylelint/14.3.0 - stylelint-config-recommended: registry.npmmirror.com/stylelint-config-recommended/6.0.0_stylelint@14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 + stylelint-config-recommended: registry.npmmirror.com/stylelint-config-recommended/7.0.0_stylelint@14.4.0 dev: true - registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.3.0: + registry.npmmirror.com/stylelint-order/5.0.0_stylelint@14.4.0: resolution: { integrity: sha1-q9IPa4WsZAd0y+QOcNP+nG/fRAA=, @@ -12083,24 +11965,25 @@ packages: dependencies: postcss: registry.npmmirror.com/postcss/8.4.6 postcss-sorting: registry.npmmirror.com/postcss-sorting/7.0.1_postcss@8.4.6 - stylelint: registry.npmmirror.com/stylelint/14.3.0 + stylelint: registry.npmmirror.com/stylelint/14.4.0 dev: true - registry.npmmirror.com/stylelint/14.3.0: + registry.npmmirror.com/stylelint/14.4.0: resolution: { - integrity: sha512-PZXSwtJe4f4qBPWBwAbHL0M0Qjrv8iHN+cLpUNsffaVMS3YzpDDRI73+2lsqLAYfQEzxRwpll6BDKImREbpHWA==, + integrity: sha512-F6H2frcmdpB5ZXPjvHKSZRmszuYz7bsbl2NXyE+Pn+1P6PMD3dYMKjXci6yEzj9+Yf2ZinxBMaXYvSzYjaHtog==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/stylelint/-/stylelint-14.3.0.tgz + tarball: https://registry.npmmirror.com/stylelint/-/stylelint-14.4.0.tgz } name: stylelint - version: 14.3.0 + version: 14.4.0 engines: { node: ^12.20.0 || ^14.13.1 || >=16.0.0 } hasBin: true dependencies: balanced-match: registry.npmmirror.com/balanced-match/2.0.0 colord: registry.npmmirror.com/colord/2.9.2 cosmiconfig: registry.npmmirror.com/cosmiconfig/7.0.1 + css-functions-list: registry.npmmirror.com/css-functions-list/3.0.0 debug: registry.npmmirror.com/debug/4.3.3 execall: registry.npmmirror.com/execall/2.0.0 fast-glob: registry.npmmirror.com/fast-glob/3.2.11 @@ -12400,7 +12283,7 @@ packages: engines: { node: '>=8' } dev: true - registry.npmmirror.com/ts-node/10.4.0_2659dc6620f2255efe6a8f122d014e4b: + registry.npmmirror.com/ts-node/10.4.0_99ae9436e134a034c8d45fdd98ebbf22: resolution: { integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==, @@ -12427,7 +12310,7 @@ packages: '@tsconfig/node12': registry.nlark.com/@tsconfig/node12/1.0.9 '@tsconfig/node14': registry.nlark.com/@tsconfig/node14/1.0.1 '@tsconfig/node16': registry.nlark.com/@tsconfig/node16/1.0.2 - '@types/node': registry.npmmirror.com/@types/node/17.0.15 + '@types/node': registry.npmmirror.com/@types/node/17.0.16 acorn: registry.npmmirror.com/acorn/8.7.0 acorn-walk: registry.nlark.com/acorn-walk/8.2.0 arg: registry.npmmirror.com/arg/4.1.3 @@ -12604,6 +12487,18 @@ packages: set-value: registry.npmmirror.com/set-value/2.0.1 dev: true + registry.npmmirror.com/universalify/0.1.2: + resolution: + { + integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/universalify/-/universalify-0.1.2.tgz + } + name: universalify + version: 0.1.2 + engines: { node: '>= 4.0.0' } + dev: true + registry.npmmirror.com/universalify/2.0.0: resolution: { @@ -12643,6 +12538,32 @@ packages: engines: { node: '>=4' } dev: true + registry.npmmirror.com/upper-case-first/2.0.2: + resolution: + { + integrity: sha512-514ppYHBaKwfJRK/pNC6c/OxfGa0obSnAl106u97Ed0I625Nin96KAjttZF6ZL3e1XLtphxnqrOi9iWgm+u+bg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/upper-case-first/-/upper-case-first-2.0.2.tgz + } + name: upper-case-first + version: 2.0.2 + dependencies: + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + + registry.npmmirror.com/upper-case/2.0.2: + resolution: + { + integrity: sha512-KgdgDGJt2TpuwBUIjgG6lzw2GWFRCW9Qkfkiv0DxqHHLYJHmtmdUIKcZd8rHgFSjopVTlw6ggzCm1b8MFQwikg==, + registry: https://registry.npm.taobao.org/, + tarball: https://registry.npmmirror.com/upper-case/-/upper-case-2.0.2.tgz + } + name: upper-case + version: 2.0.2 + dependencies: + tslib: registry.npmmirror.com/tslib/2.3.1 + dev: true + registry.npmmirror.com/uri-js/4.4.1: resolution: { @@ -12759,28 +12680,27 @@ packages: - supports-color dev: true - registry.npmmirror.com/vite-plugin-style-import/1.4.1_vite@2.7.13: + registry.npmmirror.com/vite-plugin-style-import/2.0.0_vite@2.7.13: resolution: { - integrity: sha512-lJCRvm7+So0hHdnSJiJPg9gD5mxtL6YY0jmhEph+k7ArpsyvqOh6han2kG5htbWWDZxHkUN9d1BuTFL//yCLLQ==, + integrity: sha512-qtoHQae5dSUQPo/rYz/8p190VU5y19rtBaeV7ryLa/AYAU/e9CG89NrN/3+k7MR8mJy/GPIu91iJ3zk9foUOSA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/vite-plugin-style-import/download/vite-plugin-style-import-1.4.1.tgz + tarball: https://registry.npmmirror.com/vite-plugin-style-import/-/vite-plugin-style-import-2.0.0.tgz } - id: registry.npmmirror.com/vite-plugin-style-import/1.4.1 + id: registry.npmmirror.com/vite-plugin-style-import/2.0.0 name: vite-plugin-style-import - version: 1.4.1 + version: 2.0.0 peerDependencies: vite: '>=2.0.0' dependencies: '@rollup/pluginutils': registry.npmmirror.com/@rollup/pluginutils/4.1.2 - change-case: registry.nlark.com/change-case/4.1.2 - debug: registry.npmmirror.com/debug/4.3.3 + change-case: registry.npmmirror.com/change-case/4.1.2 + console: registry.npmmirror.com/Console/0.7.2 es-module-lexer: registry.npmmirror.com/es-module-lexer/0.9.3 - fs-extra: registry.nlark.com/fs-extra/10.0.0 - magic-string: registry.nlark.com/magic-string/0.25.7 + fs-extra: registry.npmmirror.com/fs-extra/10.0.0 + magic-string: registry.npmmirror.com/magic-string/0.25.7 + pathe: registry.npmmirror.com/pathe/0.2.0 vite: registry.npmmirror.com/vite/2.7.13_less@4.1.2 - transitivePeerDependencies: - - supports-color dev: true registry.npmmirror.com/vite-plugin-svg-icons/2.0.1_vite@2.7.13: @@ -12827,20 +12747,20 @@ packages: vite: registry.npmmirror.com/vite/2.7.13_less@4.1.2 dev: true - registry.npmmirror.com/vite-plugin-windicss/1.6.3_vite@2.7.13: + registry.npmmirror.com/vite-plugin-windicss/1.7.0_vite@2.7.13: resolution: { - integrity: sha512-D4fEUcAPoLRLdDZMee8NrHZHmn0Qj7AjSg1xNGBnZsMTwRPj93NKZk0fIIUoiKTEh1KrdQejW8g6cg0SgGKTww==, + integrity: sha512-1ps7hk6Pr9TqsW9Y+QXmJ9PMowVLjM0h32c+jh9vdQr5Jzyim3hHivR0rXSkDV9znIB9RkjRQD1znRbAMX0OcQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/vite-plugin-windicss/download/vite-plugin-windicss-1.6.3.tgz + tarball: https://registry.npmmirror.com/vite-plugin-windicss/-/vite-plugin-windicss-1.7.0.tgz } - id: registry.npmmirror.com/vite-plugin-windicss/1.6.3 + id: registry.npmmirror.com/vite-plugin-windicss/1.7.0 name: vite-plugin-windicss - version: 1.6.3 + version: 1.7.0 peerDependencies: vite: ^2.0.1 dependencies: - '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.6.3 + '@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.7.0 debug: registry.npmmirror.com/debug/4.3.3 kolorist: registry.npmmirror.com/kolorist/1.5.1 vite: registry.npmmirror.com/vite/2.7.13_less@4.1.2 @@ -13459,9 +13379,9 @@ packages: registry.npmmirror.com/yargs-parser/18.1.3: resolution: { - integrity: sha1-vmjEl1xrKr9GkjawyHA2L6sJp7A=, + integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/yargs-parser/download/yargs-parser-18.1.3.tgz + tarball: https://registry.npmmirror.com/yargs-parser/-/yargs-parser-18.1.3.tgz } name: yargs-parser version: 18.1.3 @@ -13488,7 +13408,7 @@ packages: { integrity: sha512-z9kApYUOCwoeZ78rfRYYWdiU/iNL6mwwYlkkZfJoyMR1xps+NEBX5X7XmRpxkZHhXJ6+Ey00IwKxBBSW9FIjyA==, registry: https://registry.npm.taobao.org/, - tarball: https://registry.npmmirror.com/yargs-parser/download/yargs-parser-21.0.0.tgz + tarball: https://registry.npmmirror.com/yargs-parser/-/yargs-parser-21.0.0.tgz } name: yargs-parser version: 21.0.0 diff --git a/src/components/Table/index.ts b/src/components/Table/index.ts index 1271ba4..644a160 100644 --- a/src/components/Table/index.ts +++ b/src/components/Table/index.ts @@ -1,3 +1,7 @@ import Table from './src/Table.vue' +export interface TableExpose { + setProps: (props: Recordable) => void +} + export { Table } diff --git a/src/components/Table/src/Table.vue b/src/components/Table/src/Table.vue index 9f88995..b9cea98 100644 --- a/src/components/Table/src/Table.vue +++ b/src/components/Table/src/Table.vue @@ -1,13 +1,16 @@ + + diff --git a/types/componentType/table.d.ts b/types/componentType/table.d.ts index 23f471a..4263b98 100644 --- a/types/componentType/table.d.ts +++ b/types/componentType/table.d.ts @@ -8,3 +8,22 @@ declare type TableSlotDefault = { column: TableColumn $index: number } & Recordable + +declare interface Pagination { + small?: boolean + background?: boolean + pageSize?: number + defaultPageSize?: number + total?: number + pageCount?: number + pagerCount?: number + currentPage?: number + defaultCurrentPage?: number + layout?: string + pageSizes?: number[] + popperClass?: string + prevText?: string + nextText?: string + disabled?: boolean + hideOnSinglePage?: boolean +} diff --git a/vite.config.ts b/vite.config.ts index 06f6872..0d43314 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ import WindiCSS from 'vite-plugin-windicss' import VueJsx from '@vitejs/plugin-vue-jsx' import EslintPlugin from 'vite-plugin-eslint' import VueI18n from '@intlify/vite-plugin-vue-i18n' -import StyleImport, { ElementPlusResolve } from 'vite-plugin-style-import' +import { createStyleImportPlugin, ElementPlusResolve } from 'vite-plugin-style-import' import { createSvgIconsPlugin } from 'vite-plugin-svg-icons' import PurgeIcons from 'vite-plugin-purge-icons' import { viteMockServe } from 'vite-plugin-mock' @@ -34,7 +34,7 @@ export default ({ command, mode }: ConfigEnv): UserConfig => { Vue(), VueJsx(), WindiCSS(), - StyleImport({ + createStyleImportPlugin({ resolves: [ElementPlusResolve()], libs: [{ libraryName: 'element-plus',