提交 ca27c759 编写于 作者: chitanda's avatar chitanda

feat: - 树导航视图布局面板

- 表格导航视图布局面板
- 列表导航视图布局面板
- 数据导航视图布局面板
上级 c60df74c
...@@ -7,6 +7,13 @@ ...@@ -7,6 +7,13 @@
## [Unreleased] ## [Unreleased]
### Added
- 树导航视图布局面板
- 表格导航视图布局面板
- 列表导航视图布局面板
- 数据导航视图布局面板
## [1.0.13] - 2023-05-25 ## [1.0.13] - 2023-05-25
### Fixed ### Fixed
......
export default {
"layoutMode": "FLEX",
"rootPanelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"caption": "标题栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "captionbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_left"
},
{
"panelItems": [
{
"caption": "工具栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "toolbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentHeight": 54,
"height": 54,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"height": 54,
"heightMode": "PX",
"layout": "FLEX"
},
"id": "page_exp_header"
},
{
"panelItems": [
{
"caption": "卡片导航",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "dataviewexpbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "container5"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentWidth": 300,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX",
"width": 300,
"widthMode": "PX"
},
"width": 300,
"id": "page_exp"
},
{
"panelItems": [
{
"rawItem": {
"predefinedType": "NAV_POS",
"id": "nav_pos"
},
"caption": "导航区占位",
"itemStyle": "DEFAULT",
"itemType": "RAWITEM",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "nav_pos"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_container"
}
],
"layoutPanel": true,
"codeName": "DataViewExpViewLayout",
"controlType": "VIEWLAYOUTPANEL",
"logicName": "实体卡片视图导航视图布局面板",
"appDataEntityId": "web.viewlayoutmodelrepository",
"controlParam": {},
"name": "layoutpanel",
"id": "dataviewexpviewlayout"
}
export default {
"layoutMode": "FLEX",
"rootPanelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"caption": "标题栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "captionbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_left"
},
{
"panelItems": [
{
"caption": "工具栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "toolbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentHeight": 54,
"height": 54,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"height": 54,
"heightMode": "PX",
"layout": "FLEX"
},
"id": "page_exp_header"
},
{
"panelItems": [
{
"caption": "表格导航",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "gridexpbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_exp_content"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentWidth": 300,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX",
"width": 300,
"widthMode": "PX"
},
"width": 300,
"id": "page_content_left"
},
{
"panelItems": [
{
"rawItem": {
"predefinedType": "NAV_POS",
"id": "nav_pos"
},
"caption": "导航区占位",
"itemStyle": "DEFAULT",
"itemType": "RAWITEM",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "nav_pos"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content"
}
],
"layoutPanel": true,
"codeName": "GridExpViewLayout",
"controlType": "VIEWLAYOUTPANEL",
"logicName": "表格导航视图布局面板",
"appDataEntityId": "web.viewlayoutmodelrepository",
"controlParam": {},
"name": "layoutpanel",
"id": "gridexpviewlayout"
}
export default {
"layoutMode": "FLEX",
"rootPanelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"caption": "标题栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "captionbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_left"
},
{
"panelItems": [
{
"caption": "工具栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "toolbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentHeight": 54,
"height": 54,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"height": 54,
"heightMode": "PX",
"layout": "FLEX"
},
"id": "page_exp_header"
},
{
"panelItems": [
{
"caption": "列表导航",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "listexpbar1"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "container5"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentWidth": 300,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX",
"width": 300,
"widthMode": "PX"
},
"width": 300,
"id": "page_exp"
},
{
"panelItems": [
{
"rawItem": {
"predefinedType": "NAV_POS",
"id": "nav_pos"
},
"caption": "导航区占位",
"itemStyle": "DEFAULT",
"itemType": "RAWITEM",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "nav_pos"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_container"
}
],
"layoutPanel": true,
"codeName": "ListExpViewLayout",
"controlType": "VIEWLAYOUTPANEL",
"logicName": " 实体列表导航视图布局面板",
"appDataEntityId": "web.viewlayoutmodelrepository",
"controlParam": {},
"name": "layoutpanel",
"id": "listexpviewlayout"
}
export default {
"layoutMode": "FLEX",
"rootPanelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"panelItems": [
{
"caption": "标题栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "captionbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_left"
},
{
"panelItems": [
{
"caption": "工具栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"layout": "FLEX"
},
"showCaption": true,
"id": "toolbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX"
},
"id": "page_exp_header_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentHeight": 54,
"height": 54,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"height": 54,
"heightMode": "PX",
"layout": "FLEX"
},
"id": "page_exp_header"
},
{
"panelItems": [
{
"caption": "树导航栏",
"itemStyle": "DEFAULT",
"itemType": "CTRLPOS",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "treeexpbar"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_exp_content"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"contentWidth": 300,
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"layout": "FLEX",
"width": 300,
"widthMode": "PX"
},
"width": 300,
"id": "page_content_left"
},
{
"panelItems": [
{
"rawItem": {
"predefinedType": "NAV_POS",
"id": "nav_pos"
},
"caption": "导航区占位",
"itemStyle": "DEFAULT",
"itemType": "RAWITEM",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"showCaption": true,
"id": "nav_pos"
}
],
"layout": {
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content_right"
}
],
"layout": {
"dir": "row",
"layout": "FLEX"
},
"dataRegionType": "INHERIT",
"caption": "容器",
"itemStyle": "DEFAULT",
"itemType": "CONTAINER",
"layoutPos": {
"grow": 1,
"layout": "FLEX"
},
"id": "page_content"
}
],
"layoutPanel": true,
"codeName": "TreeExpViewLayout",
"controlType": "VIEWLAYOUTPANEL",
"logicName": " 实体树导航视图布局面板",
"appDataEntityId": "web.viewlayoutmodelrepository",
"controlParam": {},
"name": "layoutpanel",
"id": "treeexpviewlayout"
}
{{#eq page.codeName 'ViewLayoutModelRepositoryDEDataViewExpViewLayout'}}
export default {{jsonStringify pageDSL.viewLayoutPanel 2}}
{{/eq}}
{{#eq page.codeName 'ViewLayoutModelRepositoryDEGridExpViewLayout'}}
export default {{jsonStringify pageDSL.viewLayoutPanel 2}}
{{/eq}}
{{#eq page.codeName 'ViewLayoutModelRepositoryDEListExpViewLayout'}}
export default {{jsonStringify pageDSL.viewLayoutPanel 2}}
{{/eq}}
{{#eq page.codeName 'ViewLayoutModelRepositoryDETreeExpViewLayout'}}
export default {{jsonStringify pageDSL.viewLayoutPanel 2}}
{{/eq}}
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册