From a5bfd009d3f640166d5deee108e5b3daea22f2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=87=E7=BA=AF?= Date: Wed, 6 Jan 2021 19:50:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20layout=E6=94=AF=E6=8C=81side?= =?UTF-8?q?=E5=92=8Ctop=E4=B8=A4=E7=A7=8D=E5=B8=83=E5=B1=80=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E4=B8=A4=E7=A7=8D=E6=A8=A1=E5=BC=8F=E6=94=AF?= =?UTF-8?q?=E6=8C=81fixedHeader=E5=92=8CfixedSideBar?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fes-compiler/package.json | 1 - packages/fes-plugin-access/package.json | 1 - packages/fes-plugin-icon/package.json | 1 - packages/fes-plugin-layout/package.json | 1 - .../fes-plugin-layout/src/template/index.tpl | 2 +- .../src/views/BaseLayout.vue | 167 ++++++++++++++---- .../src/views/MultiTabProvider.vue | 129 ++++++++++---- packages/fes-plugin-locale/package.json | 1 - .../src/views/SelectLang.vue | 7 +- packages/fes-plugin-model/package.json | 1 - packages/fes-plugin-request/package.json | 1 - 11 files changed, 231 insertions(+), 81 deletions(-) diff --git a/packages/fes-compiler/package.json b/packages/fes-compiler/package.json index c5021b92..e590aa2f 100644 --- a/packages/fes-compiler/package.json +++ b/packages/fes-compiler/package.json @@ -3,7 +3,6 @@ "version": "2.0.0-alpha.0", "description": "@webank/fes-compiler", "main": "lib/index.js", - "types": "lib/index.d.ts", "files": [ "lib" ], diff --git a/packages/fes-plugin-access/package.json b/packages/fes-plugin-access/package.json index 75bbc5bc..0c37d838 100644 --- a/packages/fes-plugin-access/package.json +++ b/packages/fes-plugin-access/package.json @@ -6,7 +6,6 @@ "files": [ "lib" ], - "module": "dist/index.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/fes-plugin-icon/package.json b/packages/fes-plugin-icon/package.json index 58a0d70d..5a5b8c1a 100644 --- a/packages/fes-plugin-icon/package.json +++ b/packages/fes-plugin-icon/package.json @@ -9,7 +9,6 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "module": "dist/index.esm.js", "repository": { "type": "git", "url": "git+https://github.com/WeBankFinTech/fes.js.git", diff --git a/packages/fes-plugin-layout/package.json b/packages/fes-plugin-layout/package.json index c03bf457..cff9269b 100644 --- a/packages/fes-plugin-layout/package.json +++ b/packages/fes-plugin-layout/package.json @@ -6,7 +6,6 @@ "files": [ "lib" ], - "module": "dist/index.esm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, diff --git a/packages/fes-plugin-layout/src/template/index.tpl b/packages/fes-plugin-layout/src/template/index.tpl index ff67008d..dd6ea19f 100644 --- a/packages/fes-plugin-layout/src/template/index.tpl +++ b/packages/fes-plugin-layout/src/template/index.tpl @@ -33,7 +33,7 @@ const Layout = defineComponent({ return null; }, }; - return ; + return ; }; } }) diff --git a/packages/fes-plugin-layout/src/views/BaseLayout.vue b/packages/fes-plugin-layout/src/views/BaseLayout.vue index 40b451c9..9b0ad043 100644 --- a/packages/fes-plugin-layout/src/views/BaseLayout.vue +++ b/packages/fes-plugin-layout/src/views/BaseLayout.vue @@ -1,49 +1,75 @@ -