听海
|
6759ebfe21
|
feat: plugin-layout不强依赖plugin-access (#209)
|
2023-08-28 10:24:52 +08:00 |
|
听海
|
1841fc9fed
|
feat(plugin-layout): custom插槽支持 menus 参数 & 重构403、404逻辑 (#181)
* feat(plugin-layout): custom插槽添加menus参数
* refactor: 403/404默认显示layout,在pages目录下创建404.vue/403.vue可覆盖默认
* refactor(plugin-layout): 优化index.jsx
n
* fix: 403/404添加title
|
2023-04-06 10:07:29 +08:00 |
|
听海
|
f1324979f9
|
feat(plugin-layout): 多页签支持配置title (#174)
* feat(plugin-layout): 多页签支持配置title
* feat: 更改参数名 & 关闭页面清数据
* docs: 更新文档
* docs: 更新文档
|
2023-03-13 20:28:03 +08:00 |
|
winixt
|
f7c497d470
|
fix: remove Created by MumbleFE
|
2022-11-21 10:49:18 +08:00 |
|
qlin
|
f8b70f0ebb
|
Ts type (#133)
* fix: 优化类型提示
* fix: 添加 enums 接口类型声明
* feat: 配置插件api提示
Co-authored-by: wanchun <445436867@qq.com>
|
2022-06-22 19:24:49 +08:00 |
|
harrywan
|
6ab2c29984
|
refactor: 重构plugin-layout,统一配置
* docs: 更新文档
* break: plugin-layout优化api
* break: 去掉switch配置,改为使用navigation
* feat: 重构layout
* docs: 升级文档
* feat: 无logo和title时隐藏dom
* fix: 修复一些问题
* fix: 配置提示
* fix: build watch copy 路径识别问题
* docs: 文档
Co-authored-by: winixt <haizekuo@gmail.com>
|
2022-06-22 14:25:47 +08:00 |
|
wanchun
|
ec96d0894e
|
feat: 合并master
|
2022-05-16 14:10:56 +08:00 |
|
wanchun
|
13d28a443b
|
feat: layout/locale/editor/sass等插件兼容vite
|
2022-05-06 15:02:08 +08:00 |
|
harrywan
|
2717e539d1
|
* feat(plugin-layout): layout支持运行时配置menus (#113)
* feat(plugin-layout): 支持运行时配置menus
* refactor(plugin-model): 去掉provide
* refactor(plugin-layout): 优化runtimeConfig,重新实现运行时menus配置方式,修复多页时setup执行两次的bug
* feat(plugin-layout): 菜单支持配置默认展开等
* refactor: 优化
|
2022-04-11 19:40:16 +08:00 |
|
winixt
|
eba633ac69
|
refactor: 优化 resolver inner dep and declare type file
|
2022-03-28 21:03:13 +08:00 |
|
wanchun
|
d11188752a
|
feat: 添加一些描述文件
|
2022-03-28 20:17:54 +08:00 |
|
harrywan
|
52a866415f
|
feat: 插件改为使用fes-design
|
2022-01-04 16:19:17 +08:00 |
|
winixt
|
67b74367ed
|
feat: 优化包依赖 + 优化 fes-plugin-test
|
2021-08-09 14:43:47 +08:00 |
|
万纯
|
7d1c97aadf
|
fix: 优化plugin-layout,在编译时探测需要的icon组件,然后按需加载
|
2021-03-08 15:30:34 +08:00 |
|
bac-joker
|
ea1fca1a77
|
feat: 更改npm包名
|
2021-03-05 17:03:04 +08:00 |
|
万纯
|
127efdb022
|
feat: plugin-layout内置403和404功能
|
2021-03-04 21:03:57 +08:00 |
|
万纯
|
1bb4e40da5
|
docs: 整理中文文档结构
|
2021-03-01 16:46:32 +08:00 |
|
bac-joker
|
cbbda6df42
|
fix: eslint babel parse
|
2021-02-08 19:21:30 +08:00 |
|
万纯
|
c1f49f3959
|
feat: plugin-layout添加footer配置
|
2021-02-02 15:33:15 +08:00 |
|
万纯
|
6f6bf341dd
|
feat: 优化plugin-access和plugin-layout
plugin-access:
1. 添加<Access />组件控制权限
2. 添加v-access指令控制权限
3. 权限的范围改为role和accesId的并集
plugin-layout:
1. 判断是否加载locale插件改为使用api.hasPlugins
2. 提示优化
|
2021-01-14 12:56:31 +08:00 |
|
万纯
|
c91d0b5845
|
feat: 添加api.copyTmpFiles
plugin建议把运行时代码写在runtime目录,然后通过api.copyTmpFiles复制至项目的.fes/plugin-name目录
|
2021-01-12 20:19:14 +08:00 |
|
万纯
|
efeee56c8e
|
feat: layout的userCenter改为customHeader
|
2021-01-12 17:36:00 +08:00 |
|
万纯
|
bb81f11766
|
feat: plugin-layou实现从rootContainer改为在根路由插入公共布局
好处:
1、布局组件涉及到router-view,需要包裹住router-view,跟rootContainer的默认参数冲突
2、布局组件的内容应该是rootContainer的最底层,但是由于rootContainer的机制,插件循序影响dom结构层级。不能保证布局的内容属于最底层
|
2021-01-06 15:33:21 +08:00 |
|
bac-joker
|
f233da8c9b
|
feat: 规范package.json
|
2021-01-04 20:32:44 +08:00 |
|
万纯
|
d23f22f631
|
feat: plugin-layout在有locale时显示语言选项
|
2021-01-04 10:18:43 +08:00 |
|
万纯
|
0a709907bf
|
feat: plugin-layout
|
2020-12-22 17:54:46 +08:00 |
|
万纯
|
76078684a4
|
feat: plugin-layout init
|
2020-12-18 18:23:00 +08:00 |
|
bac-joker
|
560df66b33
|
feat: fes design for vue3
|
2020-09-30 19:08:37 +08:00 |
|