xingyu4j
5c52d3f815
feat: format code
2025-05-09 18:19:24 +08:00
xingyu4j
695524c37f
feat: 初步适配naive 未测试
2025-05-09 18:17:33 +08:00
xingyu4j
d59c137036
feat: 适配naive
2025-05-09 18:16:04 +08:00
xingyu4j
04d2cc2952
feat: login and profile
2025-05-09 16:19:01 +08:00
xingyu4j
477e387ce9
feat: add upload comp
2025-05-09 16:17:20 +08:00
xingyu4j
684d564ea1
feat: add table toolbar comp
2025-05-09 16:16:57 +08:00
xingyu4j
7d4eec1ced
feat: add cropper comp
2025-05-09 16:16:31 +08:00
xingyu4j
22a69be371
feat: router
2025-05-09 14:40:23 +08:00
xingyu4j
6df5bd0060
feat: system and infra api
2025-05-09 14:40:00 +08:00
xingyu4j
d88a5ff646
feat: layouts
2025-05-09 14:39:04 +08:00
xingyu4j
83f8bec5db
feat: store and utils
2025-05-09 14:38:35 +08:00
xingyu4j
372099f35e
feat: layout
2025-05-09 14:37:54 +08:00
xingyu4j
db864a53e2
feat: add iframe comp
2025-05-09 14:37:37 +08:00
xingyu4j
88c8447840
feat: add dco alert comp
2025-05-09 14:37:18 +08:00
xingyu4j
0e326a1e57
feat: naive dict
2025-05-09 13:52:50 +08:00
xingyu4j
c19c6a7faf
chore: naive init
2025-05-09 13:52:20 +08:00
Vben
17a18fc9ba
chore: close eslint object sorting ( #6101 )
2025-05-03 16:06:36 +08:00
aonoa
41152d1722
refactor: modify the default homepage path loaded from the preference… ( #6099 )
...
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
* refactor: modify the default homepage path loaded from the preferences.ts
Signed-off-by: aonoa <1991849113@qq.com>
---------
Signed-off-by: aonoa <1991849113@qq.com>
2025-05-03 16:03:08 +08:00
ming4762
baec89f896
perf: resolve duplicate component names ( #6039 )
2025-04-27 22:02:38 +08:00
Netfan
329a176a5c
perf: optimize bootstrap modules to speed up first-screen loading ( #5899 )
...
优化首屏加载速度
2025-04-09 01:05:20 +08:00
Netfan
a0feeb1966
fix: watermark settings in the preferences modified accidentally ( #5823 )
2025-03-31 09:06:02 +08:00
Netfan
a77bb8e68d
perf: improve component packaging to enable instance method retrieval ( #5795 )
...
改进组件适配器里的包装函数,使得组件暴露的方法可以透传
2025-03-27 15:13:13 +08:00
Netfan
cfa18c2b8e
fix: improve component repackaging
2025-03-10 02:56:44 +08:00
Netfan
579b1b486c
feat: loading and spinner component with directive ( #5587 )
...
* 添加loading和spinner组件,以及对应的vue指令
2025-02-23 12:41:54 +08:00
Netfan
9f82052c71
feat: demo of motion plugin ( #5550 )
...
添加Motion的用法例子
2025-02-17 15:25:45 +08:00
Netfan
22e6f28464
perf: easy to define fieldName of response data ( #5442 )
2025-01-20 18:38:49 +08:00
Netfan
5611f6c7f5
perf: request support to set how to return response ( #5436 )
...
* feat: request support to set how to return response
* docs: typo
* fix: test unit
* test: add request responseReturn test
2025-01-19 17:41:26 +08:00
Netfan
816d1f5a69
fix: demos route fixed ( #5405 )
2025-01-15 19:24:02 +08:00
Netfan
13087a10b7
refactor: fix popup component zIndex ( #5397 )
2025-01-15 12:32:03 +08:00
Netfan
76c4aa2c55
fix: hide root route in breadcrumb
2025-01-14 17:51:39 +08:00
Netfan
e1c503e51e
feat: support set default props for drawer and modal ( #5390 )
...
* feat: support set default props for drawer and modal
* docs: fix typo
2025-01-14 17:11:18 +08:00
Netfan
5965755caa
fix: root router config fixed ( #5389 )
2025-01-14 15:15:02 +08:00
Netfan
1ad54561b0
feat: add `noBasicLayout` in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
2025-01-14 12:12:08 +08:00
Netfan
a2637313f8
feat: integrate new component `Tippy` with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
2025-01-11 17:35:59 +08:00
Netfan
d34838bdd8
fix: primaryColor calculation ( #5337 )
2025-01-10 01:51:38 +08:00
Netfan
c979c23e6b
fix: form valid-error style in naive ( #5336 )
2025-01-10 01:15:30 +08:00
Vben
081d2aed23
perf: format code with better style ( #5283 )
2025-01-01 11:39:49 +08:00
Netfan
a97c998be5
fix: user homePath no effect sometimes ( #5166 )
2024-12-17 21:39:12 +08:00
Netfan
7581fb381f
fix: pinInput value synchronous update ( #5142 )
2024-12-15 14:26:42 +08:00
Netfan
698daf46c7
fix: form component events bind ( #5137 )
...
* fix: from component events bind
* chore: update docs
* chore: default value and docs sync
2024-12-14 17:42:13 +08:00
Netfan
eec6f41f6a
refactor: `ApiComponent` with docs ( #5099 )
...
* refactor: `ApiComponent` with docs
* docs: remove invalid docs
* docs: remove duplicate prop docs
* docs: update `ApiComponent` docs
2024-12-11 10:45:04 +08:00
Netfan
018ddc75c6
feat: add default `placeholder` for `ApiSelect` ( #5078 )
2024-12-09 14:03:46 +08:00
Netfan
d085736bac
feat: improve `ApiSelect` component ( #5075 )
...
* feat: improve `ApiSelect` component
* chore: `ApiSelect` props name changed
2024-12-09 12:47:33 +08:00
Netfan
958c8b4f21
feat: imporve naive form component ( #5071 )
2024-12-08 19:23:46 +08:00
Netfan
d1862fba27
fix: replace input component in `IconPicker` ( #5047 )
...
* fix: replace input component in `IconPicker`
* chore: fixed IconPicker demo
2024-12-06 13:46:52 +08:00
Vben
9896a67c21
feat: add api-select component ( #5024 )
2024-12-04 22:56:29 +08:00
Netfan
e23486dbc6
feat: form component `IconPicker` ( #5005 )
2024-12-04 21:42:21 +08:00
Arthur Darkstone
ea8af98324
docs: add route config desc ( #4857 )
2024-11-11 19:22:39 +08:00
Xiaoyu
da7d61b160
feat: add click-to-click event support to the WorkenchProject and WorkenchQuickNav components ( #4831 )
...
* feat(@vben/common-ui): add click event emission to WorkbenchProject and WorkbenchQuickNav components
* feat: add navigation and project link functionality to dashboard workspace
* feat: add URL property to WorkbenchProjectItem and WorkbenchQuickNavItem for enhanced navigation
---------
Co-authored-by: XiaoyuDing <xiaoyuding@keymedbio.com>
2024-11-09 10:26:58 +08:00
Vben
4e88ef0840
perf: improve the usage documentation of vben-vxe-table ( #4829 )
...
* perf: improve the usage documentation of vben-vxe-table
2024-11-06 23:03:33 +08:00