Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
ibizlab-generator
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
ibiz4jteam
ibizlab-generator
提交
3a16cf7b
提交
3a16cf7b
编写于
2月 08, 2022
作者:
Mosher
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update:调整视图发布部件空格
上级
a5d97ef8
变更
10
隐藏空白字符变更
内嵌
并排
正在显示
10 个修改的文件
包含
22 行增加
和
21 行删除
+22
-21
include-view-control.hbs
.../templ/r7/@macro/front-end/views/include-view-control.hbs
+6
-6
view-base-config.hbs
...rces/templ/r7/@macro/front-end/views/view-base-config.hbs
+2
-1
view-control-form.hbs
...nt-end/views/view-control/view-form/view-control-form.hbs
+2
-2
view-control-grid.hbs
...nt-end/views/view-control/view-grid/view-control-grid.hbs
+2
-2
view-control-menu.hbs
...nt-end/views/view-control/view-menu/view-control-menu.hbs
+2
-2
view-pickup-panel.hbs
...iews/view-control/view-pickup-panel/view-pickup-panel.hbs
+2
-2
view-control-search-form.hbs
...iew-control/view-search-form/view-control-search-form.hbs
+2
-2
view-control-tree.hbs
...nt-end/views/view-control/view-tree/view-control-tree.hbs
+2
-2
container.hbs
...7/@macro/front-end/widgets/dashboard-detail/container.hbs
+1
-1
portlet.hbs
.../r7/@macro/front-end/widgets/dashboard-detail/portlet.hbs
+1
-1
未找到文件。
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/include-view-control.hbs
浏览文件 @
3a16cf7b
{{
~#
eq
ctrl
.
controlType
"FORM"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-form
/
view-control-form
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"FORM"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-form
/
view-control-form
.
hbs
}}{{/
eq
~
}}
{{
~#
eq
ctrl
.
controlType
"SEARCHFORM"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-search-form
/
view-control-search-form
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"SEARCHFORM"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-search-form
/
view-control-search-form
.
hbs
}}{{/
eq
~
}}
{{
~#
eq
ctrl
.
controlType
"GRID"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-grid
/
view-control-grid
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"GRID"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-grid
/
view-control-grid
.
hbs
}}{{/
eq
~
}}
{{
~#
eq
ctrl
.
controlType
"APPMENU"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-menu
/
view-control-menu
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"APPMENU"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-menu
/
view-control-menu
.
hbs
}}{{/
eq
~
}}
{{
~#
eq
ctrl
.
controlType
"PICKUPVIEWPANEL"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-pickup-panel
/
view-pickup-panel
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"PICKUPVIEWPANEL"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-pickup-panel
/
view-pickup-panel
.
hbs
}}{{/
eq
~
}}
{{
~#
eq
ctrl
.
controlType
"TREEVIEW"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-tree
/
view-control-tree
.
hbs
}}{{/
eq
}}
{{#
eq
ctrl
.
controlType
"TREEVIEW"
}}{{>
@macro
/
front-end
/
views
/
view-control
/
view-tree
/
view-control-tree
.
hbs
}}{{/
eq
~
}}
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-base-config.hbs
浏览文件 @
3a16cf7b
...
@@ -65,6 +65,7 @@
...
@@ -65,6 +65,7 @@
{{/
page
.
viewToolBarItems
}}
{{/
page
.
viewToolBarItems
}}
{{#
each
page
.
ctrls
as
|
ctrl
|
}}
{{#
each
page
.
ctrls
as
|
ctrl
|
}}
{{#if
(
neq
ctrl
.
controlType
"TOOLBAR"
)
}}
{{#if
(
neq
ctrl
.
controlType
"TOOLBAR"
)
}}
{{>
@macro
/
front-end
/
views
/
include-view-control
type
=
ctrl
.
controlType
ctrl
=
ctrl
}}{{#
unless
@last
}}
,
{{/
unless
}}
{{>
@macro
/
front-end
/
views
/
include-view-control
type
=
ctrl
.
controlType
ctrl
=
ctrl
}}
{{/if}}
{{/if}}
{{/
each
}}
{{/
each
}}
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-form/view-control-form.hbs
浏览文件 @
3a16cf7b
{{
ctrl
.
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
@@ -6,4 +6,4 @@
...
@@ -6,4 +6,4 @@
loadDraftAction: '
{{
ctrl
.
getDraftPSControlAction
.
psAppDEMethod
.
codeName
}}
',
loadDraftAction: '
{{
ctrl
.
getDraftPSControlAction
.
psAppDEMethod
.
codeName
}}
',
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
'
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
}
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-grid/view-control-grid.hbs
浏览文件 @
3a16cf7b
{{
ctrl
.
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
@@ -7,4 +7,4 @@
...
@@ -7,4 +7,4 @@
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
}
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-menu/view-control-menu.hbs
浏览文件 @
3a16cf7b
{{
ctrl
.
name
}}
:{
{{
ctrl
.
name
}}
:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
'
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-pickup-panel/view-pickup-panel.hbs
浏览文件 @
3a16cf7b
{{
ctrl
.
name
}}
:{
{{
ctrl
.
name
}}
:{
action:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
@@ -7,4 +7,4 @@
...
@@ -7,4 +7,4 @@
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
}
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-search-form/view-control-search-form.hbs
浏览文件 @
3a16cf7b
{{
camelCase
ctrl
.
name
}}
:{
{{
camelCase
ctrl
.
name
}}
:{
action:{
action:{
{{#
each
ctrl
.
psControlHandler
.
psHandlerActions
as
|
action
|
}}
{{#
each
ctrl
.
psControlHandler
.
psHandlerActions
as
|
action
|
}}
{{#
eq
action
.
name
'search'
}}
{{#
eq
action
.
name
'search'
}}
...
@@ -12,4 +12,4 @@
...
@@ -12,4 +12,4 @@
{{/
eq
}}
{{/
eq
}}
{{/
each
}}
{{/
each
}}
}
}
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/views/view-control/view-tree/view-control-tree.hbs
浏览文件 @
3a16cf7b
{{
ctrl
.
name
}}
: {
{{
ctrl
.
name
}}
: {
action:{
action:{
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
loadAction: '
{{
ctrl
.
getPSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
removeAction: '
{{
ctrl
.
removePSControlAction
.
psAppDEMethod
.
codeName
}}
',
...
@@ -7,4 +7,4 @@
...
@@ -7,4 +7,4 @@
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
createAction: '
{{
ctrl
.
createPSControlAction
.
psAppDEMethod
.
codeName
}}
',
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
fetchAction:'
{{
ctrl
.
fetchPSControlAction
.
psAppDEMethod
.
codeName
}}
'
}
}
}
},
\ No newline at end of file
\ No newline at end of file
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/dashboard-detail/container.hbs
浏览文件 @
3a16cf7b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{{#if
portlet
.
caption
}}
{{#if
portlet
.
caption
}}
title=
"
{{
portlet
.
caption
}}
"
title=
"
{{
portlet
.
caption
}}
"
{{/if}}
{{/if}}
:showCaption=
"
{{
portlet
.
isShowTitleBar
}}
"
:showCaption=
"
{{
#if
portlet
.
isShowTitleBar
}}
true
{{else}}
false
{{/if
}}
"
{{#if
portlet
.
psSysImage
}}
{{#if
portlet
.
psSysImage
}}
{{#if
portlet
.
psSysImage
.
imagePath
}}
imgPath=
"
{{
portlet
.
psSysImage
.
imagePath
}}
"
{{else
if
portlet
.
psSysImage
.
cssClass
}}
iconClass=
"
{{
portlet
.
psSysImage
.
cssClass
}}
"
{{/if}}
{{#if
portlet
.
psSysImage
.
imagePath
}}
imgPath=
"
{{
portlet
.
psSysImage
.
imagePath
}}
"
{{else
if
portlet
.
psSysImage
.
cssClass
}}
iconClass=
"
{{
portlet
.
psSysImage
.
cssClass
}}
"
{{/if}}
{{/if}}
{{/if}}
...
...
modules/ibizlab-generator-core/src/main/resources/templ/r7/@macro/front-end/widgets/dashboard-detail/portlet.hbs
浏览文件 @
3a16cf7b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
{{#if
portlet
.
caption
}}
{{#if
portlet
.
caption
}}
title=
"
{{
portlet
.
caption
}}
"
title=
"
{{
portlet
.
caption
}}
"
{{/if}}
{{/if}}
:showCaption=
"
{{
portlet
.
isShowTitleBar
}}
"
:showCaption=
"
{{
#if
portlet
.
isShowTitleBar
}}
true
{{else}}
false
{{/if
}}
"
:layoutOpts=
"
{{>
@macro
/
front-end
/
common
/
layoutPos
.
hbs
layout
=
portlet
.
psLayout
layoutPos
=
portlet
.
psLayoutPos
}}
"
:layoutOpts=
"
{{>
@macro
/
front-end
/
common
/
layoutPos
.
hbs
layout
=
portlet
.
psLayout
layoutPos
=
portlet
.
psLayoutPos
}}
"
{{#if
portlet
.
psSysImage
}}
{{#if
portlet
.
psSysImage
}}
{{#if
portlet
.
psSysImage
.
imagePath
}}
imgPath=
"
{{
portlet
.
psSysImage
.
imagePath
}}
"
{{else
if
portlet
.
psSysImage
.
cssClass
}}
iconClass=
"
{{
portlet
.
psSysImage
.
cssClass
}}
"
{{/if}}
{{#if
portlet
.
psSysImage
.
imagePath
}}
imgPath=
"
{{
portlet
.
psSysImage
.
imagePath
}}
"
{{else
if
portlet
.
psSysImage
.
cssClass
}}
iconClass=
"
{{
portlet
.
psSysImage
.
cssClass
}}
"
{{/if}}
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录