Commit Graph

6186 Commits

Author SHA1 Message Date
Argo Zhang
5405bf0232
feat(Layout): add flex shrink for layout side (#4752)
Some checks are pending
Build project / build (push) Waiting to run
2024-11-28 07:21:03 +00:00
Argo Zhang
341ffda446
fix(Table): ItemChangedType doesn't pass correct value to EditTemplate on Drawer mode (#4750)
Some checks are pending
Build docker image / docker (push) Waiting to run
Package to Nuget / pack (push) Waiting to run
* feat(Table): add cascade value ItemChagnedType for edit template

* chore: bump version 9.0.2-beta04
2024-11-28 10:08:13 +08:00
Argo Zhang
81e8297038
doc(Dialog): add docment for ShowModal dialog service (#4748)
Some checks are pending
Build project / build (push) Waiting to run
* test: 更新单元测试

* doc(Dialog): add docment for ShowModal dialog service
2024-11-26 23:53:34 -12:00
Argo Zhang
8160795701
doc(TableColumn): update formatter callback annotate (#4745) 2024-11-27 18:47:31 +08:00
Argo Zhang
725ee30e64
doc(GlobalSearch): add key word highlight (#4742)
Some checks failed
Build project / build (push) Has been cancelled
* refactor: 增加搜索关键字高亮样式

* chore: 更新依赖包到最新
2024-11-26 05:58:38 +00:00
Argo Zhang
541eadb6a6
perf(Table): improve performance for select all on header (#4740) 2024-11-26 03:45:21 +00:00
Argo Zhang
8308fb4f69
feat(TreeView): use Task instead of ValueTask (#4737)
Some checks failed
Build project / build (push) Waiting to run
Build docker image / docker (push) Has been cancelled
Package to Nuget / pack (push) Has been cancelled
* refactor(TreeView): use Task instead of ValueTask

* chore: bump version 9.0.2-beta03
2024-11-25 18:36:00 +08:00
Argo Zhang
233ea83942
doc(PopConfirmButton): add hover focus sample documentation (#4735)
* doc: 更新注释文档

* doc: 增加 Trigger 示例

* doc: 增加本地化
2024-11-25 10:32:30 +00:00
Argo Zhang
deaccd5ec5
doc(Footer): update footer style (#4733)
* doc: 更新 Ip 屏蔽逻辑

* doc: 更新备案号

* doc: 重构基金会准则

* doc: 移动基金会信息到 footer 中

* refactor: 更新样式
2024-11-25 13:56:59 +08:00
Argo Zhang
195c0ab6e2
feat(Layout): update style for IsFixedTabHeader (#4731)
* style: 移除重复样式

* refactor: 更新固定标签页表头样式

* chore: bump version 9.0.2-beta02
2024-11-25 04:53:56 +00:00
Argo Zhang
333dd4d80a
refactor(TreeView): improve TreeView script (#4728)
Some checks are pending
Build project / build (push) Waiting to run
* refactor: 精简代码移除不使用的参数

* refactor: 精简 scroll 代码提高性能

* refactor: 更新 GetParentsState 方法

* refactor: 重构 toggleLoading 方法

* refactor: 精简 setChildrenState 方法

* refactor: 精简 dispose 方法

* refactor: 移除 Data 方法

* test: 更新单元测试
2024-11-24 10:57:24 +08:00
Argo Zhang
227fa5ed33
feat(Sort): Sort extension method support IDynamicObject (#4726)
Some checks are pending
Build docker image / docker (push) Waiting to run
Package to Nuget / pack (push) Waiting to run
* feat: 增加 CastAndOrder 方法

* test: 更新单元测试

* chore: bump version 9.0.2-beta01
2024-11-23 11:58:08 +00:00
Argo Zhang
d0c4d9abd4
feat(TreeView): update javascript of TreeView (#4725)
* refactor: 精简脚本移除不使用事件

* refactor: 修复键盘功能

* chore: bump version 9.0.1
2024-11-23 15:32:43 +08:00
Argo Zhang
3f3bb1aa51
refactor(Checkbox): use server render instead of client render (#4723) 2024-11-23 13:59:03 +08:00
Argo Zhang
57cb436617
doc(MeiliSearch): update package for style (#4719)
* style: 更新搜索栏样式

* chore: 更新搜索栏依赖包
2024-11-22 05:58:30 +00:00
Argo Zhang
bbc8d1bd8b
doc(WinBox): update style variable sample (#4716)
* chore: 更新依赖

* doc: 更新文档

* chore: 更新组件包版本

* doc: 更新样式名称

* chore: 更新版本到 9.0.5
2024-11-22 04:04:20 +00:00
Argo Zhang
98a6d98bcf
doc(Readme): update readme documentation (#4714)
* chore: 增加证书图片

* doc: 调整文档

* doc: 增加 Readme 文档

* chore: 更新 MeiliSearch 组件
2024-11-22 00:27:20 +00:00
Frost Autumn
70eb2c3ab6
doc(Mermaid): Add doc for Mermaid component (#4711)
* doc: 增加示例文件

* chore: 增加依赖包

* doc(Mermaid): Add doc for Mermaid component

* doc: 更新测试用例

* refactor: 更新排版

---------

Co-authored-by: Argo-AsicoTech <argo@live.ca>
2024-11-22 08:20:05 +08:00
Argo Zhang
b2a6183963
doc(Readme): add .NET Foundation information (#4709)
Some checks failed
Build project / build (push) Has been cancelled
2024-11-20 12:35:10 +00:00
Argo Zhang
36bb658f8c
feat(MeiliSearch): add MeiliSearch component (#4707)
* refactor: 移除 meilisearch 资源

* chore: 增加全局搜索组件

* chore: 更新依赖包增加 MeiliSearchBox 组件

* style: 更新样式
2024-11-20 12:28:11 +00:00
Argo Zhang
4fa4b6e783
refactor(TreeView): support hover/active background color (#4703)
Some checks are pending
Build project / build (push) Waiting to run
* test: 更新单元测试

* chore: 修复多框架丢失变量不编译资源文件问题

* style: 增加宽度 100% 样式

* style: 调整鼠标悬浮样式

* style: 调整复选框位置

* feat: 更新 dom 结构支持背景色高亮
2024-11-20 13:18:37 +08:00
Argo Zhang
a88f48080d
chore(Target): add version props (#4705) 2024-11-20 13:15:46 +08:00
Argo Zhang
dc640a7268
chore(TargetFrameworks): revert multiple frameworks on debug mode (#4701) 2024-11-20 01:43:30 +00:00
Argo Zhang
425338ca89
feat(WinBox): add background color variable (#4699)
Some checks are pending
Build project / build (push) Waiting to run
* doc: 更新示例

* chore: bump version 9.0.1

* chore: bump version 9.0.2
2024-11-19 11:23:11 +00:00
Argo Zhang
6a0e1555e4
fix(Editor): bump version 9.0.1 (#4697)
Some checks are pending
Build project / build (push) Waiting to run
2024-11-19 10:57:34 +00:00
Argo Zhang
ac8ea57b55
refactor(TreeView): redesign TreeView dom structure (#4696)
Some checks failed
Build docker image / docker (push) Has been cancelled
Package to Nuget / pack (push) Has been cancelled
* refactor: 更新 Checkbox 脚本

* refactor: 增加 HasChildren 检查

* chore: bump version 9.0.1-beta04

* style: 调整样式

* refactor: 统一逻辑

* test: 更新单元测试

* refactor: 更新单元测试

* test: 更新单元测试
2024-11-19 14:47:30 +08:00
Argo Zhang
4673c39c7d
fix(Select): padding incorrect when validating success (#4692)
Some checks are pending
Build project / build (push) Waiting to run
* fix: 修复 padding 间隙位置

* chore: bump version 9.0.1-beta03
2024-11-18 11:45:51 +00:00
Diego2098
c66f7dc283
perf(TreeView): improve cache for TreeViewNode (#4677)
Some checks are pending
Build project / build (push) Waiting to run
* 优化TreeView组件 虚拟滚动性能,更换List为HashSet,降低时间复杂度

* refactor: 重构代码

* refactor: 使用主构造函数精简代码

* refactor: 改用私有变量反射

* refactor: 增加 HashSetComparer 比较器

* refactor: 重构节点缓存类

* refactor: TreeView 组件更新比较器

* refactor: Table 组件更新比较器

* refactor: 改造缓存类

* test: 更新单元测试

* test: 补充 HashSetComparer 单元测试

---------

Co-authored-by: Argo Zhang <argo@live.ca>
2024-11-17 19:38:06 +08:00
Argo Zhang
313ccb7e99
refactor(Layout): adjust z-index value for Modal (#4686)
Some checks are pending
Build project / build (push) Waiting to run
2024-11-16 19:55:24 -08:00
Argo Zhang
07233a798a
doc(Layout): update sample (#4684)
Some checks are pending
Build project / build (push) Waiting to run
* doc: 更正单词拼写错误

* doc: 精简示例样式

* refactor: 重构代码

* doc: 恢复 IsPage 文档

* style: 更新样式
2024-11-17 02:53:15 +08:00
Argo Zhang
9a1b5cc2c2
feat(Layout): add IsFixedTabHeader parameter (#4668)
Some checks are pending
Build project / build (push) Waiting to run
* doc: 代码格式化

* refactor: 移除空属性

* refactor: 重新设计收起样式

* feat: Layout 组件支持 static 渲染模式

* fix(Widget): 修复报错问题

* chore: bump version 9.0.0-beta03

* style: 移除抽屉 padding 间隙

* refactor: 移除宽度计算样式

* doc: 后台示例更新登录信息栏

* doc: 格式化文档

* refactor: 样式独立文件

* doc: 精简样式

* refactor: 更新 Widget 组件与模板一致

* refactor: 修复调整结构组件状态不正确问题

* refactor: 重构方法提高性能

* refactor: 修复布尔值时不触发 OnStateChanged 回调问题

* refactor: 修复布尔值时不触发 OnStateChanged 回调问题

* test: 增加单元测试

* refactor: 精简代码提高效率

* refactor: 调整右侧边框样式

* chore: bump version 9.0.1-beta01

* doc: 移除 2019 文字

* doc: 移除 2019 文字

* refactor: 更改样式名称

* refactor: 重构侧边栏收起样式

* refactor: 更新 Menu 透明样式

* doc: 更新后台管理样式

* style: 兼容 Menu 组件

* style: 增加响应式布局

* refactor: 重构样式

* wip: 临时移除静态支持

* style: 微调样式

* refactor: 精简样式

* style: 微调 Menu 样式

* refactor: 增加层次

* style: 调整 Title 颜色

* style: 调整收起展开菜单宽度样式

* style: 增加菜单右侧边框线

* doc: 调整文档

* doc: 更新文档链接

* style: 合并样式

* style: 合并样式

* style: 整理 header-bar 样式

* refactor: 重构样式

* style: 层次化样式

* style: 层次化样式

* refactor: 移除 IsPage 参数

* refactor: 移除 static 判断逻辑

* style: 合并 Header 样式

* refactor: 移除侧边栏抽屉

* style: 合并样式

* refactor: 移除 SideWidth=“0” 设置

* refactor: 使用 div 元素渲染按钮

* refactor: 恢复脚本

* refactor: 重构代码

* doc: 移除 IsPage 文档

* doc: 更新开发工具名称

* refactor: 调整层次结构

* refactor: 增加 IsFixedTabHeader 参数

* doc: 后台管理使用固定标签页参数

* test: 增加单元测试

* doc: 增加参数说明

* style: 更新固定标签头样式

* refactor: 增加 Layout 高度设置

* doc: 更新示例

* test: 更新单元测试
2024-11-17 01:34:50 +08:00
Argo Zhang
1aacef59b0
refactor(Layout): enhance layout styles (#4679)
* doc: 代码格式化

* refactor: 移除空属性

* refactor: 重新设计收起样式

* feat: Layout 组件支持 static 渲染模式

* fix(Widget): 修复报错问题

* chore: bump version 9.0.0-beta03

* style: 移除抽屉 padding 间隙

* refactor: 移除宽度计算样式

* doc: 后台示例更新登录信息栏

* doc: 格式化文档

* refactor: 样式独立文件

* doc: 精简样式

* refactor: 更新 Widget 组件与模板一致

* refactor: 修复调整结构组件状态不正确问题

* refactor: 重构方法提高性能

* refactor: 修复布尔值时不触发 OnStateChanged 回调问题

* refactor: 修复布尔值时不触发 OnStateChanged 回调问题

* test: 增加单元测试

* refactor: 精简代码提高效率

* refactor: 调整右侧边框样式

* chore: bump version 9.0.1-beta01

* doc: 移除 2019 文字

* doc: 移除 2019 文字

* refactor: 更改样式名称

* refactor: 重构侧边栏收起样式

* refactor: 更新 Menu 透明样式

* doc: 更新后台管理样式

* style: 兼容 Menu 组件

* style: 增加响应式布局

* refactor: 重构样式

* wip: 临时移除静态支持

* style: 微调样式

* refactor: 精简样式

* style: 微调 Menu 样式

* refactor: 增加层次

* style: 调整 Title 颜色

* style: 调整收起展开菜单宽度样式

* style: 增加菜单右侧边框线

* doc: 调整文档

* doc: 更新文档链接

* style: 合并样式

* style: 合并样式

* style: 整理 header-bar 样式

* refactor: 重构样式

* style: 层次化样式

* style: 层次化样式

* refactor: 移除 IsPage 参数

* refactor: 移除 static 判断逻辑

* style: 合并 Header 样式

* refactor: 移除侧边栏抽屉

* style: 合并样式

* refactor: 移除 SideWidth=“0” 设置

* refactor: 使用 div 元素渲染按钮

* refactor: 恢复脚本

* refactor: 重构代码

* doc: 移除 IsPage 文档

* doc: 更新开发工具名称
2024-11-16 23:35:07 +08:00
Argo Zhang
f24b4f47b8
doc(VisualStudio): remove version of IDE (#4681)
* doc: 更新开发工具名称

* doc: 更正单词拼写错误
2024-11-16 23:22:16 +08:00
Argo Zhang
56ef57c0e2
refactor(ModalDialog): update javascript check modal first shown (#4676)
Some checks failed
Build docker image / docker (push) Has been cancelled
Package to Nuget / pack (push) Has been cancelled
* fix: 增加调整位置前检查

* chore: bump version 9.0.1-beta02

* refactor: 精简代码
2024-11-16 15:56:39 +08:00
Argo Zhang
9a09c24e09
feat(Menu): redesign collapse logic (#4672)
* refactor: 更改样式名称

* refactor: 更新 Menu 透明样式

* refactor: 精简样式

* test: 更新单元测试
2024-11-16 02:17:52 +00:00
Argo Zhang
624ade0d4b
doc(Install): remove visual studio 2019 (#4670)
* doc: 移除 2019 文字

* doc: 移除 2019 文字
2024-11-16 01:36:44 +00:00
Argo Zhang
dc1a76c835
fix(Checkbox): not trigger OnStateChanged callback when set TValue to bool (#4667)
* refactor: 修复布尔值时不触发 OnStateChanged 回调问题

* test: 增加单元测试
2024-11-15 11:44:21 +00:00
Argo Zhang
ccd3bdb0ec
fix(Widget): throw exception when dispose (#4665)
* fix(Widget): 修复报错问题

* chore: bump version 9.0.0-beta03
2024-11-15 07:43:41 +00:00
Argo Zhang
525eaac953
fix(ModalDialog): not shown after close previous window when set IsDraggable and IsCenter to true (#4663)
* refactor: 移动可拖动垂直计算逻辑到 Dialog 脚本内

* feat: 增加 _firstRender 控制仅首次渲染增加样式逻辑

* chore: bump version 9.0.0-beta02
2024-11-15 13:26:59 +08:00
Argo Zhang
f477aa4cd2
doc(net9): remove 404 redirect middle ware (#4660)
* doc: 格式化文档

* fix: 更新文件名

* wip 移除 404 跳转
2024-11-15 10:04:51 +08:00
Amos
b73c3ec300
fix(JsonStringLocalizer): add type check prevent endless loop (#4653)
Some checks failed
Build project / build (push) Has been cancelled
* fix(JsonStringLocalizer):Endless loop bug

* chore: bump version 9.0.0-beta01

---------

Co-authored-by: Argo Zhang <argo@live.ca>
2024-11-13 22:33:03 -08:00
Argo Zhang
a8fa755d1c
test(Display): update test for nullable value (#4656) 2024-11-13 22:16:39 -08:00
Argo Zhang
4b33dae53d
refactor(Display): make TValue as nullable (#4651)
Some checks are pending
Build project / build (push) Waiting to run
2024-11-13 11:38:11 +08:00
Argo Zhang
573ed2651c
chore(net9): bump version 9.0 (#4649)
Some checks are pending
Build project / build (push) Waiting to run
2024-11-13 11:04:29 +08:00
Argo Zhang
43f1783c27
refactor(Checkbox): update the state value callback (#4646)
Some checks failed
Build project / build (push) Has been cancelled
Build docker image / docker (push) Has been cancelled
Package to Nuget / pack (push) Has been cancelled
* fix: 修复 Checkbox 回传 state 值始终有值问题

* chore: bump version 9.0.0-rc.2.11.11.0

* doc: 更新示例

* doc: 更新示例文档

* doc: 补充 IsVirtualize 参数文档
2024-11-11 18:43:35 +08:00
Argo Zhang
a4084e7b82
fix(FullScreenButton): update fullscreen state icon (#4642)
* fix: update fullscreen state icon

* refactor: 重构代码提高可读性
2024-11-11 13:22:06 +08:00
Argo Zhang
cf8e25ca72
feat(Authorization): redesign service for IAuthorizationPolicyProvider (#4640)
Some checks are pending
Build project / build (push) Waiting to run
* refactor: 兼容 web app wasm 模式

* refactor: 移除 AddAuthorizationCore 方法

* chore: 移除 System.Text.Json 依赖

* chore: bump version 9.0.0-rc.2.11.10.2
2024-11-10 19:13:45 +08:00
Argo Zhang
855641369a
refactor(Layout): integrate widget styles (#4638)
* refactor: 集成 widget 默认样式

* chore: bump version 9.0.0-rc.2.11.10.1
2024-11-10 13:22:56 +08:00
Argo Zhang
64bde703a4
feat(Layout): add default theme support dark mode (#4636)
* refactor: 微调默认样式

* style: 增加内置样式

* feat: 增加 dark 主题样式

* style: Layout 组件支持 dark 模式

* chore: bump version 9.0.0-rc.2.11.10.0

* chore: 更新 pack 配置项
2024-11-10 11:30:46 +08:00
Argo Zhang
6aa8f4d1a0
fix(AutoFill): support numberpad enter key (#4634)
Some checks are pending
Build project / build (push) Waiting to run
* feat: 增加 IsEnterKey 判断

* refactor: 使用 IsEnterKey 判断键值

* refactor: 增加小键盘支持

* test: 增加小键盘单元测试
2024-11-09 23:40:46 +08:00