Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
T
TrainSys
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
苏州培训方案
TrainSys
提交
a9653bee
提交
a9653bee
编写于
11月 12, 2023
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [TrainSys,Mob]
上级
ba10527d
变更
16
展开全部
隐藏空白字符变更
内嵌
并排
正在显示
16 个修改的文件
包含
23772 行增加
和
198 行删除
+23772
-198
CHANGELOG.md
app_Mob/CHANGELOG.md
+22
-0
package.json
app_Mob/package.json
+9
-9
pnpm-lock.yaml
app_Mob/pnpm-lock.yaml
+147
-135
system-import.json
app_Mob/public/extras/json/system-import.json
+1
-0
App.tsx
app_Mob/src/App.tsx
+2
-4
create-vue-app.ts
app_Mob/src/create-vue-app.ts
+5
-2
main.ts
app_Mob/src/main.ts
+1
-2
index.ts
app_Mob/src/router/index.ts
+1
-1
runtime-core.cjs.js
...lugins/extras/@vue/runtime-core/3.3.4/runtime-core.cjs.js
+7828
-0
runtime-core.cjs.prod.js
...s/extras/@vue/runtime-core/3.3.4/runtime-core.cjs.prod.js
+6179
-0
runtime-core.d.ts
...-plugins/extras/@vue/runtime-core/3.3.4/runtime-core.d.ts
+1761
-0
runtime-core.esm-bundler.js
...xtras/@vue/runtime-core/3.3.4/runtime-core.esm-bundler.js
+7757
-0
ibiz-vite-plugin.ts
app_Mob/vite-plugins/ibiz-vite-plugin.ts
+15
-2
vite.config.ts
app_Mob/vite.config.ts
+1
-0
PSSYSAPP.json
.../ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
+4
-4
PSSYSAPP.json
...ces/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
+39
-39
未找到文件。
app_Mob/CHANGELOG.md
浏览文件 @
a9653bee
...
...
@@ -6,6 +6,28 @@
并且此项目遵循
[
Semantic Versioning
](
https://semver.org/lang/zh-CN/
)
.
## [Unreleased]
## [0.0.2] - 2023-11-12
### Fixed
-
修复表单重复器值规则无效
-
操作视图底部容器显示逻辑始终为true
-
数值选择器支持精度
-
工作流预制按钮 & 工作流按钮布局模式调整
-
样式调整
-
表单项支持动态标题
-
搜索栏支持搜索项占位
-
多数据部件支持项布局面板 & 优化触底加载文本
-
首页布局导航占位迁移
-
通用组件迁移
### Added
-
表单重复器按钮支持模型配置
-
新增日历视&图表视图
-
新增已支持部件视图
-
多数据视图打开工作流视图识别param09
-
编辑视图、多数据视图、分页导航视图、日历视图、图表石头部件视图支持
-
视图消息支持自定义按钮文本
`userTag`
## [0.0.1] - 2023-11-01
...
...
app_Mob/package.json
浏览文件 @
a9653bee
{
"name"
:
"test-ionic"
,
"private"
:
true
,
"version"
:
"0.0.
1
"
,
"version"
:
"0.0.
2
"
,
"description"
:
"An Ionic project"
,
"scripts"
:
{
"dev"
:
"vite"
,
...
...
@@ -11,13 +11,13 @@
},
"dependencies"
:
{
"@ibiz-template-package/vs-tree-ex"
:
"^0.1.1"
,
"@ibiz-template/core"
:
"0.2.
6
"
,
"@ibiz-template/mob-theme"
:
"^0.2.
6
"
,
"@ibiz-template/mob-vue3-components"
:
"0.0.1-alpha.1
7
"
,
"@ibiz-template/model-helper"
:
"0.2.
9
"
,
"@ibiz-template/runtime"
:
"0.2.
9
"
,
"@ibiz-template/theme"
:
"0.2.
0
"
,
"@ibiz-template/vue3-util"
:
"0.2.
9
"
,
"@ibiz-template/core"
:
"0.2.
15
"
,
"@ibiz-template/mob-theme"
:
"^0.2.
7
"
,
"@ibiz-template/mob-vue3-components"
:
"0.0.1-alpha.1
8
"
,
"@ibiz-template/model-helper"
:
"0.2.
16
"
,
"@ibiz-template/runtime"
:
"0.2.
16
"
,
"@ibiz-template/theme"
:
"0.2.
13
"
,
"@ibiz-template/vue3-util"
:
"0.2.
16
"
,
"@ibiz/model-core"
:
"^0.0.20"
,
"async-validator"
:
"^4.2.5"
,
"dayjs"
:
"^1.11.10"
,
...
...
@@ -29,7 +29,7 @@
"qx-util"
:
"^0.4.8"
,
"ramda"
:
"^0.29.1"
,
"vant"
:
"^4.7.2"
,
"vue"
:
"^3.3.
6
"
,
"vue"
:
"^3.3.
8
"
,
"vue-i18n"
:
"^9.5.0"
,
"vue-router"
:
"^4.2.5"
},
...
...
app_Mob/pnpm-lock.yaml
浏览文件 @
a9653bee
此差异已折叠。
点击以展开。
app_Mob/public/extras/json/system-import.json
浏览文件 @
a9653bee
...
...
@@ -32,6 +32,7 @@
"styles"
:
{
"@ibiz-template-package/vs-tree-ex"
:
"../js/@ibiz-template-package/vs-tree-ex/0.1.1/vs-tree.css"
,
"cherry-markdown"
:
"../js/cherry-markdown/0.8.26/cherry-markdown.min.css"
,
"@ibiz-template/vue3-util"
:
"../js/@ibiz-template/vue3-util/index.min.css"
,
"@ibiz-template/mob-vue3-components"
:
"../js/@ibiz-template/mob-vue3-components/index.min.css"
}
}
app_Mob/src/App.tsx
浏览文件 @
a9653bee
import
{
useViewStack
,
routerCallback
,
}
from
'@ibiz-template/mob-vue3-components'
;
import
{
useViewStack
}
from
'@ibiz-template/mob-vue3-components'
;
import
{
routerCallback
}
from
'@ibiz-template/vue3-util'
;
import
{
Modal
,
ViewMode
}
from
'@ibiz-template/runtime'
;
import
{
defineComponent
,
onUnmounted
,
ref
}
from
'vue'
;
import
'./App.scss'
;
...
...
app_Mob/src/create-vue-app.ts
浏览文件 @
a9653bee
import
{
App
,
Component
,
createApp
}
from
'vue'
;
import
{
App
,
Component
,
createApp
,
KeepAlive
}
from
'vue'
;
import
MobVue3Components
,
{
i18n
,
loadingDirective
,
piniaInstance
,
}
from
'@ibiz-template/mob-vue3-components'
;
import
Vant
,
{
allowMultipleToast
}
from
'vant'
;
import
{
piniaInstance
}
from
'@ibiz-template/vue3-util'
;
import
UserRegister
from
'./user-register'
;
// 允许同时存在多个 toast
...
...
@@ -25,6 +25,9 @@ export function createVueApp(
rootProps
?:
IData
,
):
App
<
Element
>
{
const
app
=
createApp
(
rootComponent
,
rootProps
);
app
.
component
(
'KeepAlive'
,
KeepAlive
);
// 全局 Vue 异常处理
app
.
config
.
errorHandler
=
function
(
err
:
unknown
):
void
{
ibiz
.
util
.
error
.
handle
(
err
);
...
...
app_Mob/src/main.ts
浏览文件 @
a9653bee
...
...
@@ -7,10 +7,9 @@ import {
ModalUtil
,
NotificationUtil
,
OpenViewUtil
,
OverlayContainer
,
OverlayController
,
}
from
'@ibiz-template/mob-vue3-components'
;
import
{
PluginFactory
}
from
'@ibiz-template/vue3-util'
;
import
{
OverlayContainer
,
PluginFactory
}
from
'@ibiz-template/vue3-util'
;
import
App
from
'./App'
;
import
{
attachEnvironmentConfig
}
from
'./attach-environment-config'
;
import
{
createVueApp
}
from
'./create-vue-app'
;
...
...
app_Mob/src/router/index.ts
浏览文件 @
a9653bee
import
{
Router
,
createRouter
,
createWebHashHistory
}
from
'vue-router'
;
import
{
AppRedirectView
,
View404
,
LoginView
,
useViewStack
,
}
from
'@ibiz-template/mob-vue3-components'
;
import
{
Modal
,
ViewMode
}
from
'@ibiz-template/runtime'
;
import
{
isNilOrEmpty
}
from
'qx-util'
;
import
{
AppRedirectView
}
from
'@ibiz-template/vue3-util'
;
import
{
AuthGuard
}
from
'../guard'
;
import
{
RouterShell
,
HomeView
}
from
'@/components'
;
...
...
app_Mob/vite-plugins/extras/@vue/runtime-core/3.3.4/runtime-core.cjs.js
0 → 100644
浏览文件 @
a9653bee
此差异已折叠。
点击以展开。
app_Mob/vite-plugins/extras/@vue/runtime-core/3.3.4/runtime-core.cjs.prod.js
0 → 100644
浏览文件 @
a9653bee
此差异已折叠。
点击以展开。
app_Mob/vite-plugins/extras/@vue/runtime-core/3.3.4/runtime-core.d.ts
0 → 100644
浏览文件 @
a9653bee
此差异已折叠。
点击以展开。
app_Mob/vite-plugins/extras/@vue/runtime-core/3.3.4/runtime-core.esm-bundler.js
0 → 100644
浏览文件 @
a9653bee
此差异已折叠。
点击以展开。
app_Mob/vite-plugins/ibiz-vite-plugin.ts
浏览文件 @
a9653bee
...
...
@@ -16,9 +16,9 @@ function IBizVitePlugin(): Plugin[] {
apply
:
'build'
,
closeBundle
()
{
// 模板底包
const
templatePackages
=
[
'core'
,
'runtime'
,
'
vue3-util'
,
'
model-helper'
];
const
templatePackages
=
[
'core'
,
'runtime'
,
'model-helper'
];
// 组件底包
const
componentPackages
=
[
'mob-vue3-components'
];
const
componentPackages
=
[
'
vue3-util'
,
'
mob-vue3-components'
];
const
cwd
=
process
.
cwd
();
const
baseModule
=
join
(
cwd
,
'node_modules/@ibiz-template'
);
const
baseOutModule
=
join
(
cwd
,
'dist/extras/js/@ibiz-template'
);
...
...
@@ -127,6 +127,19 @@ function IBizVitePlugin(): Plugin[] {
const
devP
:
Plugin
=
{
name
:
'iBizSys:System:Dev'
,
apply
:
'serve'
,
configResolved
()
{
const
baseModule
=
resolve
(
__dirname
,
'../node_modules'
);
if
(
!
existsSync
(
baseModule
))
{
return
;
}
// vue/runtime-core 包有扩展修改,开发态拷贝到 node_modules 避免功能缺失
const
cpDir
=
join
(
__dirname
,
'extras/@vue/runtime-core/3.3.4/**'
);
const
outDir
=
join
(
baseModule
,
'.pnpm/@vue+runtime-core@3.3.4/node_modules/@vue/runtime-core/dist'
,
);
cpy
(
cpDir
,
outDir
);
},
transformIndexHtml
(
html
)
{
const
tags
:
HtmlTagDescriptor
[]
=
[];
const
extraPath
=
resolve
(
__dirname
,
'../public/extras'
);
...
...
app_Mob/vite.config.ts
浏览文件 @
a9653bee
...
...
@@ -50,6 +50,7 @@ export default defineConfig({
'vant'
,
'vue'
,
'vue-i18n'
,
'vue3-hash-calendar'
,
'vue-router'
,
],
},
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/TemplatePublish/PSSYSAPP.json
浏览文件 @
a9653bee
...
...
@@ -1481,16 +1481,16 @@
"codeName"
:
"VMGroup2"
,
"name"
:
"视图消息组2"
,
"getPSAppViewMsgGroupDetails"
:
[
{
"name"
:
"视图消息
2
"
,
"name"
:
"视图消息"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
3
"
"id"
:
"ViewMsg
2
"
}
},
{
"name"
:
"视图消息"
,
"name"
:
"视图消息
2
"
,
"getPSAppViewMsg"
:
{
"modelref"
:
true
,
"id"
:
"ViewMsg
2
"
"id"
:
"ViewMsg
3
"
}
}
]
},
{
...
...
trainsys-core/src/main/resources/model/cn/ibizlab/trainsys/PSSYSAPPS/Web/PSSYSAPP.json
浏览文件 @
a9653bee
...
...
@@ -11877,16 +11877,16 @@
"codeName" : "VMGroup2",
"name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息
2
",
"name" : "视图消息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
3
"
"id" : "ViewMsg
2
"
}
}, {
"name" : "视图消息",
"name" : "视图消息
2
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
2
"
"id" : "ViewMsg
3
"
}
} ]
}, {
...
...
@@ -11921,16 +11921,16 @@
"id" : "ViewMsg4"
}
}, {
"name" : "消息类型-
错误
信息",
"name" : "消息类型-
警告
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
6
"
"id" : "ViewMsg
5
"
}
}, {
"name" : "消息类型-
警告
信息",
"name" : "消息类型-
错误
信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
5
"
"id" : "ViewMsg
6
"
}
} ]
}, {
...
...
@@ -11947,10 +11947,10 @@
"codeName" : "VMGroup4",
"name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-
视图内容区
",
"name" : "消息位置-
弹出
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
9
"
"id" : "ViewMsg
10
"
}
}, {
"name" : "消息位置-视图上方",
...
...
@@ -11959,10 +11959,10 @@
"id" : "ViewMsg7"
}
}, {
"name" : "消息位置-
弹出
",
"name" : "消息位置-
视图内容区
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
10
"
"id" : "ViewMsg
9
"
}
}, {
"name" : "消息位置-视图下方",
...
...
@@ -11975,6 +11975,20 @@
"codeName" : "VMGroup8",
"name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-错误信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : {
"modelref" : true,
...
...
@@ -11987,12 +12001,6 @@
"id" : "ViewMsg4"
},
"position" : "POPUP"
}, {
"name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg12"
}
}, {
"name" : "消息位置-视图内容区",
"getPSAppViewMsg" : {
...
...
@@ -12000,10 +12008,10 @@
"id" : "ViewMsg9"
}
}, {
"name" : "
消息位置-视图下方
",
"name" : "
关闭模式-默认删除-上方-错误
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg
8
"
"id" : "ViewMsg
12
"
}
}, {
"name" : "关闭模式-本次删除-上方-警告",
...
...
@@ -12012,19 +12020,11 @@
"id" : "ViewMsg13"
}
}, {
"name" : "消息类型-警告信息",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg5"
},
"position" : "POPUP"
}, {
"name" : "消息类型-错误信息",
"name" : "消息位置-视图下方",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg6"
},
"position" : "POPUP"
"id" : "ViewMsg8"
}
} ]
}, {
"codeName" : "VMGroup5",
...
...
@@ -12036,32 +12036,32 @@
"id" : "ViewMsg12"
}
}, {
"name" : "关闭模式-
无
删除",
"name" : "关闭模式-
本次
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
1
"
"id" : "ViewMsg1
3
"
}
}, {
"name" : "关闭模式-
本次
删除",
"name" : "关闭模式-
无
删除",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
3
"
"id" : "ViewMsg1
1
"
}
} ]
}, {
"codeName" : "VMGroup6",
"name" : "视图消息动态模式测试",
"getPSAppViewMsgGroupDetails" : [ {
"name" : "动态模式-
静态内容
",
"name" : "动态模式-
实体数据集
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
5
"
"id" : "ViewMsg1
4
"
}
}, {
"name" : "动态模式-
实体数据集
",
"name" : "动态模式-
静态内容
",
"getPSAppViewMsg" : {
"modelref" : true,
"id" : "ViewMsg1
4
"
"id" : "ViewMsg1
5
"
}
} ]
} ],
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录