refactor(tree): Refactor tree to support antv3.0
正在显示
... | ... | @@ -72,7 +72,7 @@ |
"devDependencies": { | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@iconify/json": "^2.0.2", | ||
"@iconify/json": "^2.0.3", | ||
"@purge-icons/generated": "^0.7.0", | ||
"@types/codemirror": "^5.60.5", | ||
"@types/crypto-js": "^4.0.2", | ||
... | ... | @@ -110,7 +110,7 @@ |
"fs-extra": "^10.0.0", | ||
"husky": "^7.0.4", | ||
"inquirer": "^8.2.0", | ||
"jest": "^27.3.1", | ||
"jest": "^27.4.0", | ||
"less": "^4.1.2", | ||
"lint-staged": "12.1.2", | ||
"npm-run-all": "^4.1.5", | ||
... | ... | @@ -135,14 +135,14 @@ |
"vite-plugin-imagemin": "^0.4.6", | ||
"vite-plugin-mock": "^2.9.6", | ||
"vite-plugin-purge-icons": "^0.7.0", | ||
"vite-plugin-pwa": "^0.11.7", | ||
"vite-plugin-pwa": "^0.11.8", | ||
"vite-plugin-style-import": "^1.4.0", | ||
"vite-plugin-svg-icons": "^1.0.5", | ||
"vite-plugin-theme": "^0.8.1", | ||
"vite-plugin-vue-setup-extend": "^0.1.0", | ||
"vite-plugin-windicss": "^1.5.3", | ||
"vue-eslint-parser": "^8.0.1", | ||
"vue-tsc": "^0.29.6" | ||
"vue-tsc": "^0.29.7" | ||
}, | ||
"resolutions": { | ||
"//": "Used to install imagemin dependencies, because imagemin may not be installed in China. If it is abroad, you can delete it", | ||
... | ... |
src/components/Tree/src/props.ts
deleted
100644 → 0
src/components/Tree/src/typing.ts
deleted
100644 → 0
src/components/Tree/style/index.less
0 → 100644
src/components/Tree/style/index.ts
0 → 100644
src/utils/bem.ts
0 → 100644
src/utils/props.ts
0 → 100644
src/utils/types.ts
0 → 100644
请
注册
或者
登录
后发表评论