@@ -23,3 +23,3 @@ 'use strict'; | ||
| }).forEach(item => { | ||
| const content = vue.createVNode("div", { | ||
| const content = vue.createVNode(vue.Fragment, { | ||
| "key": `top-area-${item.name}` | ||
@@ -26,0 +26,0 @@ }, [item.renderContent()]); |
@@ -1,2 +0,2 @@ | ||
| import { defineComponent, createVNode } from 'vue'; | ||
| import { defineComponent, createVNode, Fragment } from 'vue'; | ||
@@ -21,3 +21,3 @@ const TopArea = defineComponent({ | ||
| }).forEach(item => { | ||
| const content = createVNode("div", { | ||
| const content = createVNode(Fragment, { | ||
| "key": `top-area-${item.name}` | ||
@@ -24,0 +24,0 @@ }, [item.renderContent()]); |
@@ -8,3 +8,3 @@ .layplux-top-area { | ||
| height: 42px; | ||
| padding: 8px 12px; | ||
| padding: 0 12px; | ||
@@ -11,0 +11,0 @@ &__toolbar-left { |
@@ -193,3 +193,3 @@ .layplux-root { | ||
| height: 42px; | ||
| padding: 8px 12px; | ||
| padding: 0 12px; | ||
| } | ||
@@ -196,0 +196,0 @@ .layplux-top-area__toolbar-left { |
@@ -1,1 +0,1 @@ | ||
| {"version":3,"file":"top-area.d.ts","sourceRoot":"","sources":["../../../../src/layout/skeleton/top-area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AACrD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAErD,eAAO,MAAM,OAAO;UAGA,QAAQ,CAAC,KAAK,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;;UAAjD,QAAQ,CAAC,KAAK,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;iGAoCnE,CAAC"} | ||
| {"version":3,"file":"top-area.d.ts","sourceRoot":"","sources":["../../../../src/layout/skeleton/top-area.tsx"],"names":[],"mappings":"AAAA,OAAO,EAA6B,KAAK,QAAQ,EAAE,MAAM,KAAK,CAAC;AAC/D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,aAAa,CAAC;AAC3D,OAAO,KAAK,EAAE,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAErD,eAAO,MAAM,OAAO;UAGA,QAAQ,CAAC,KAAK,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;;UAAjD,QAAQ,CAAC,KAAK,CAAC,uBAAuB,EAAE,OAAO,CAAC,CAAC;iGAoCnE,CAAC"} |
+1
-1
| { | ||
| "name": "layplux", | ||
| "version": "2.0.11", | ||
| "version": "2.0.12", | ||
| "description": "IDE-like window system and plugin framework for the web", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is too big to display
413115
0.01%