Netfan
1ad54561b0
feat: add `noBasicLayout` in route meta ( #5386 )
...
所有菜单数据无需配置component为BasicLayout,它们将会默认使用基础布局,也可以通过meta.noBasicLayout来阻止这一行为
12 months ago
Netfan
42e322012c
fix: spinner may stop playing animation after dismiss ( #5365 )
...
* fix: spinner may stop playing animation after dismiss
* fix: animation paused more safely
12 months ago
Netfan
8cf6e8ec75
style: popover bgColor is too close to common ( #5364 )
...
修复Dark主题下,弹出层的背景色与主体背景色太过接近的问题
12 months ago
Netfan
79d4d2fb22
ci: retry deploy while faild
12 months ago
Netfan
b785bc5704
fix: useEcharts return invalid instance ( #5360 )
12 months ago
Netfan
6719e2679f
feat: popup component support overlay blur effect ( #5359 )
12 months ago
Netfan
cb9c8db5ba
feat: improve `tippy` demo ( #5357 )
12 months ago
Netfan
a2637313f8
feat: integrate new component `Tippy` with demo ( #5355 )
...
* 添加新的工具提示组件Tippy
12 months ago
Netfan
467689525f
perf: add nested modal demo ( #5353 )
12 months ago
Netfan
1a04a05b79
perf: modal and drawer api support chain calls ( #5351 )
...
* perf: modal and drawer api support chain calls
* fix: typo
12 months ago
Netfan
b8bffd884c
feat: allow close tab when mouse middle button click ( #5347 )
...
* 偏好设置增加鼠标中键关闭标签页的设置
12 months ago
Netfan
624beb6fa0
fix: locale switching logic correction ( #5344 )
...
* 修复语言切换后的数据更新逻辑
* 表单默认按钮的content属性可提供computed类型的值
12 months ago
Netfan
7606b86854
fix: vxeGrid init without search form ( #5342 )
...
* 修复vxeGrid在未使用表单的情况下,自动加载数据失效的问题。
* 暂时将vxeGrid版本锁定在4.10.0,新版本尺寸计算尚有问题
12 months ago
Netfan
e10cbe23b9
chore: update deps
12 months ago
Netfan
d34838bdd8
fix: primaryColor calculation ( #5337 )
12 months ago
Netfan
c979c23e6b
fix: form valid-error style in naive ( #5336 )
12 months ago
Netfan
516d0b8dc8
fix: form `fieldMappingTime` improve and `modelPropName` support ( #5335 )
...
* 表单的fieldMappingTime支持将格式化掩码设为null以便原值映射,这样可以支持非日期时间类型的组件;
* 表单增加modelPropName设置组件的双向绑定属性名,用于支持未提前注册的双向绑定属性为非默认名称的组件。
* 增加一些经常会有人提到的组合字段演示,
12 months ago
Netfan
99c7fd72f8
fix: code lint
12 months ago
Netfan
2828e7a7b6
fix: form `fieldMappingTime` is not working ( #5333 )
...
* fix: form option `fieldMappingTime` is not working
* fix: form merge support `fieldMappingTime`
12 months ago
王文庭
16162c01ed
fix: download from url triggered twice sometimes ( #5319 )
...
解决Chrome、Safari通过路径一次下载两个文件的BUG
12 months ago
clddup
bbbdbfa912
feat: useEcharts exports echarts instance#5294 ( #5299 )
1 year ago
John
06cccc53fa
chore: update quick-start.md ( #5303 )
...
change COREPACK_REGISTRY to COREPACK_NPM_REGISTRY
1 year ago
Netfan
801c640724
fix: vben select placeholder color ( #5286 )
1 year ago
Vben
081d2aed23
perf: format code with better style ( #5283 )
1 year ago
Netfan
4d81b9d18d
fix: sidebar preferences fixed ( #5276 )
1 year ago
Netfan
e9dc613548
fix: breadcrumb setting not valid for `header-sidebar-nav` layout ( #5275 )
1 year ago
Netfan
3af22f7e91
fix: header logo may not be collapsed in `header-sidebar-nav` layout ( #5274 )
1 year ago
Netfan
2135cb8ece
feat: new layout `sidebar nav with full header` ( #5270 )
1 year ago
Netfan
376aad5d26
feat: drawer close icon placement ( #5269 )
1 year ago
Netfan
27ba45aa75
docs: update dialog and drawer docs
1 year ago
Netfan
de17007788
feat: drawer support destroy on close
1 year ago
Netfan
e86a7906fe
feat: drawer support `onOpened` & `onClosed`
1 year ago
Netfan
4a8e6abc06
feat: modal support destroy on close
1 year ago
Netfan
2eb7fed9f4
fix: header-mixed layout side-menu active ( #5265 )
...
* fix: header-mixed layout side-menu active
* fix: config test
1 year ago
Netfan
ff8d5ca351
feat: header mixed layout ( #5263 )
...
* feat: new layout header-mixed
* fix: header-mixed layout update
* feat: layout preference update
* fix: extra menus follow layout setting
1 year ago
vben
07c4ad05f4
chore: release 5.5.2
1 year ago
Netfan
548c2e5500
chore: downgrade vue-tsc version
1 year ago
Netfan
ec2c6eff6f
feat: header menu align support ( #5256 )
...
* feat: header menu align support
* fix: typo
1 year ago
Netfan
15fe82c62f
chore: update deps
1 year ago
Netfan
cb5ecf4a8a
chore: add apiSelect remote search demo ( #5246 )
1 year ago
Netfan
68a7e790d8
fix: grid form submit button locale switch ( #5205 )
1 year ago
Vben
24a4935e85
fix: build error ( #5199 )
1 year ago
Netfan
9a660827a6
fix: vxeGrid top padding ( #5193 )
1 year ago
Netfan
a44ff73dd3
fix: grid tools in toolbar config not working as expected ( #5190 )
1 year ago
Netfan
acd87b2250
feat: add `resizable` and `ColPage` component ( #5188 )
...
* feat: add component resizable
* feat: component `ColPage` with demo
1 year ago
Netfan
1853ba1d60
fix: sidebar header height ( #5183 )
1 year ago
OldDriver
85cbb3b842
fix: remove the overlap caused by border-b ( #5160 )
1 year ago
booshaw
968c44572a
docs: fix typos ( #5169 )
1 year ago
Journey
3201b843a8
fix: resolve eslint errors as well as TS type errors ( #5172 )
...
* fix: remove TypeScript error suppression for missing types in Vue ESLint config
* fix: enhance application configuration with CSS options type support
1 year ago
Netfan
db5b727300
feat: page content class override ( #5179 )
1 year ago