Commit Graph

408 Commits

Author SHA1 Message Date
悠静萝莉
fb978b3668
chore: 别名替换 2022-06-23 14:16:36 +08:00
悠静萝莉
9c15ec8ae0
chore: 迁移types文件夹并移除别名 2022-06-23 14:07:35 +08:00
悠静萝莉
5edf21b1ed
chore: 添加类型指定并删除冗余代码 2022-06-22 20:18:07 +08:00
悠静萝莉
b95de96257
chore: 迁移原有文件并修改路径指向 2022-06-22 19:29:19 +08:00
悠静萝莉
8eed2601db
chore: 添加TS官方推荐ESLint规则/修改部分规则 2022-06-22 19:14:28 +08:00
悠静萝莉
ffb9e0743b
chore: 添加types文件夹支持(以#号做为路径简写) 2022-06-22 19:10:19 +08:00
yuyang
2216de7a51
Merge pull request #181 from Tencent/dependabot/npm_and_yarn/tdesign-icons-vue-next-0.1.1
build(deps): bump tdesign-icons-vue-next from 0.0.6 to 0.1.1
2022-06-21 17:27:52 +08:00
dependabot[bot]
1c83a1e0ab
build(deps): bump tdesign-icons-vue-next from 0.0.6 to 0.1.1
Bumps tdesign-icons-vue-next from 0.0.6 to 0.1.1.

---
updated-dependencies:
- dependency-name: tdesign-icons-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-21 09:25:34 +00:00
yuyang
6bb22945e2
Merge pull request #180 from SadWood/develop
fix: 首页TAB触发关闭其他异常
2022-06-21 17:22:37 +08:00
Uyarn
f487203581 chore: fix version for stylelint 2022-06-21 17:12:13 +08:00
SadWood
960d537e7a
fix issues-179 2022-06-21 14:30:38 +08:00
yuyang
fa1e54a12f
Merge pull request #174 from Tencent/feat/upgrade/0.16.0
feat: upgrade 0.16.0
2022-06-17 16:44:20 +08:00
Kerwin Bryant
893ffd474c
fixed issue 172 (#173) 2022-06-17 16:44:05 +08:00
pengYYY
0cc022c702 feat: update style 2022-06-17 16:39:29 +08:00
pengYYY
d5dc6912e4 feat: upgrade 0.16.0 2022-06-17 16:16:33 +08:00
Kerwin Bryant
db3561aa88
fix issue-166 (#168)
* fix issue-166

* fix issue-166
2022-06-14 18:46:33 +08:00
pengYYY
5ed7b4ead5 feat: remove nestMenu 2022-06-13 15:13:50 +08:00
yuyang
aec3611f51
chore: fix incorrect content (#167) 2022-06-10 10:51:50 +08:00
yuyang
2f8dd15c85
chore: add 3rd layer menu demo (#165)
* chore: add 3rd layer menu demo

* chore: fix typescript version
2022-06-08 17:05:39 +08:00
yuyang
bc373cc7dc
chore: update README 2022-06-08 14:37:07 +08:00
yuyang
f3d82000e7
chore: update README 2022-06-08 14:36:50 +08:00
azhe
2e59aafaa0
Merge pull request #159 from Tencent/chore/update-tdesign
feat: upgrade tdesign
2022-06-01 18:28:56 +08:00
Uyarn
f80d26532c feat: upgrade tdesign 2022-06-01 18:18:03 +08:00
Kerwin Bryant
2c3ba03df5
refactor: 全面基于CSS Token改造 (#157)
* 去除冗余的less vars

* 替换less vars为css vars

* 统一css vars前缀
2022-05-31 19:03:52 +08:00
Kerwin Bryant
474cd2b6ab
修复页面滚动条不重置的问题 (#158) 2022-05-27 14:04:48 +08:00
yuyang
f7e50cd10a
fix: tab route close logic (#156) 2022-05-23 18:16:02 +08:00
yuyang
3a2d29df6c
feat: ignore cache demo (#155)
* fix: tab routes cache fails

* feat: add ignore cache routes demo
2022-05-23 17:47:41 +08:00
PY
b7f80c31cc
feat: upgrade to 0.15.1 (#154)
* feat: upgrade to 0.15.1

* chore: fix form style

Co-authored-by: Uyarn <uyarnchen@gmail.com>
2022-05-23 16:48:06 +08:00
Kerwin Bryant
3244c18a8d
fix: 多个滚动列表之间切换时,页面不刷新导致的样式BUG (#152)
修复 #151
2022-05-12 15:51:41 +08:00
dependabot[bot]
59a85157a9
build(deps-dev): bump vue-tsc from 0.29.8 to 0.34.11 (#141)
Bumps [vue-tsc](https://github.com/johnsoncodehk/volar/tree/HEAD/packages/vue-tsc) from 0.29.8 to 0.34.11.
- [Release notes](https://github.com/johnsoncodehk/volar/releases)
- [Changelog](https://github.com/johnsoncodehk/volar/blob/master/CHANGELOG.md)
- [Commits](https://github.com/johnsoncodehk/volar/commits/v0.34.11/packages/vue-tsc)

---
updated-dependencies:
- dependency-name: vue-tsc
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 23:44:39 +08:00
Kerwin Bryant
24451f7720
fix: [多标签Tab页] 关闭左侧,关闭其他可能导致主页标签被删除 (#148)
* fix: 主页和路由页独立

主页和路由页独立

fix #147

* refactor: 撤回不属于本次提交的更改

撤回不属于本次提交的更改
2022-05-07 12:50:17 +08:00
dependabot[bot]
15804b711c
build(deps): bump tdesign-vue-next from 0.13.0 to 0.14.0 (#143)
Bumps tdesign-vue-next from 0.13.0 to 0.14.0.

---
updated-dependencies:
- dependency-name: tdesign-vue-next
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-06 11:59:10 +08:00
yuyang
6b8e727501
chore: add maintanance page (#146) 2022-05-05 20:22:26 +08:00
dependabot[bot]
a06ca7db5b
build(deps): bump axios from 0.26.1 to 0.27.2 (#140)
Bumps [axios](https://github.com/axios/axios) from 0.26.1 to 0.27.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.26.1...v0.27.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-05 15:34:00 +08:00
Kerwin Bryant
0fc86fcd76
frat: add lint for scoped-css (#138) 2022-04-30 23:16:41 +08:00
Uyarn
01305b6853 chore: release 0.3.0 2022-04-28 16:37:48 +08:00
Uyarn
3cd18f18f7 feat: calc top for table affix 2022-04-28 16:33:33 +08:00
yuyang
595c282bd2 Update package.json 2022-04-28 16:33:33 +08:00
Uyarn
915a6bd118 refactor(card): replace all card with t-card 2022-04-28 16:33:33 +08:00
Uyarn
991f0588e2 chore: adjust form height 2022-04-28 16:33:33 +08:00
Uyarn
2a6bfa082c refactor: adjust chart code dir 2022-04-28 16:33:33 +08:00
Kerwin Bryant
09c6b17b7e
优化菜单选中判断逻辑 (#132) 2022-04-28 11:14:13 +08:00
Kerwin Bryant
33bdd29561
修复issue#126 (#131)
* 修复issue#126

修复issue#126中的顶部菜单栏未选中的样式问题

* Update Header.vue

* Update Header.vue
2022-04-26 10:55:04 +08:00
dependabot[bot]
9c03616909
build(deps): bump vue-clipboard3 from 1.0.1 to 2.0.0 (#114)
Bumps [vue-clipboard3](https://github.com/JamieCurnow/vue-clipboard3) from 1.0.1 to 2.0.0.
- [Release notes](https://github.com/JamieCurnow/vue-clipboard3/releases)
- [Commits](https://github.com/JamieCurnow/vue-clipboard3/compare/v1.0.1...v2.0.0)

---
updated-dependencies:
- dependency-name: vue-clipboard3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-25 14:22:50 +08:00
Kerwin Bryant
5711c71e3a
修复不合理的样式 (#129)
* 修复不合理的样式

修复layout为top时头部菜单的不合理样式

* Update Header.vue
2022-04-25 14:21:36 +08:00
Kerwin Bryant
fef38d27c0
修复issue#126 (#130)
修复issue#126中的搜索框样式异常
2022-04-25 11:46:18 +08:00
Kerwin Bryant
f74d443bce
增加mock示例 (#127)
增加mock示例,方便开发使用、学习;
2022-04-24 14:00:21 +08:00
PY
03970dcbc9
Merge pull request #121 from Tencent/fix/color
feat(color): remove extra dependencies
2022-04-11 19:32:53 +08:00
Uyarn
5f4e8a9e7a fix: typo 2022-04-11 19:14:00 +08:00
Uyarn
733ca6ac22 feat(color): remove extra dependencies 2022-04-11 19:05:22 +08:00