Commit Graph

10 Commits

Author SHA1 Message Date
James Yeung
42c8304222
Merge pull request #3590 from ant-design-blazor/feature
Merge feature to master
2023-12-26 00:02:52 +08:00
James Yeung
4b8d70401e
feat(core): setup JS initializers (#3557)
* feat(core): setup js initializers

* remove the script importing section from docs
2023-12-21 22:09:41 +08:00
James Yeung
c9d95e31a8
feat(module: ReuseTabs): support separate the tab from the page (#3467)
* feat(module: ReuseTabs): support separate the tab from the page

* fix event invoke

* disable reuse for pages

* missing ScanReuseTabsPageAttribute

* fix ReusePages in ReuseTabs

* avoid loop ref
2023-10-29 16:52:01 +08:00
James Yeung
686ab39c86
chore: remove AuthorizeReuseTabsRouteView component and library (#3437) 2023-09-22 00:36:01 +08:00
James Yeung
d05f24dd84
feat(module: tabs): reusetabs support reload page inside blazor (#3396)
* feat(module: tabs): reusetabs support reload page inside blazor

* add locale
2023-08-21 21:57:30 +08:00
James Yeung
978ffcb5b0
refactor(module: reusetabs): remove ReuseTabsRouteView to reduce coupling to native components (#3009)
* refactor(module: reusetabs): remove ReuseTabsRouteView to reduce coupling to native components

* fix pin tabs

* remove test project
2023-01-13 23:28:09 +08:00
HZY
5d127bf763
feat(module: tabs): ReuseTabs support pinning tabs (#2545)
* 选项卡添加永久显示选项功能

* 解决选项卡长久停留选项,目前还存在排序问题

* 完善永久停留标签,添加 ReuseTabsService 服务

* refactor

Co-authored-by: James Yeung <shunjiey@hotmail.com>
2022-08-06 22:45:15 +08:00
James Yeung
15f36f2a3c fix(module: tabs): TabTemplate can't display in the overflow dropdown (#2320) 2022-03-03 23:09:52 +08:00
James Yeung
783fddf4ef feat(module: tabs): add context menu and page config for ReuseTabs (#2075)
* feat(module: tabs): add context menu

* fix missing body

* remove icon

* add context menu de
2021-11-04 00:46:20 +08:00
Guyiming
cc836bcf10 feat(module: tabs): Add AuthorizeReuseTabsRouteView (#1910)
* 使MenItem同时支持Icon和IconFont,解决当使用iconfont.cn图标后,缩起内嵌菜单导致按钮样式不统一的问题。

* 空值判断

* add IconTemplate in MenuItem

* code format

* Add AuthorizeReuseTabsRouteView

* add readme.md

* remove comments

* Add AuthorizeResuseTabsRouteView test demo

* save

* save

* done

* refactor the test app

* fix test app

* debug

* debug

* fix tab render

* fix the copyright

* fix package infomation

* fix tab display order

* fix content focerender

Co-authored-by: BG345554 <ymgu@best-inc.com>
Co-authored-by: James Yeung <shunjiey@hotmail.com>
2021-10-11 23:01:27 +08:00