提交 79cdbf05 编写于 作者: ibizdev's avatar ibizdev

tony001 发布系统代码 [TrainSys,Mob]

上级 b3e658ac
...@@ -7,7 +7,25 @@ ...@@ -7,7 +7,25 @@
## [Unreleased] ## [Unreleased]
## [0.0.8] - 2023-12-01 ## [0.0.1] - 2023-12-04
正式发版
### Added
- 面板组件支持分页面板
### Fixed
- 修复非flex 布局 不支持配置边距
### Change
- 直接内容组件兼容面板项成员
- 重复器样式优化
- 支持指定位置新建
## [0.0.1-alpha.8] - 2023-12-01
### Fixed ### Fixed
...@@ -19,7 +37,7 @@ ...@@ -19,7 +37,7 @@
- 面板组件迁移至公共组件库 - 面板组件迁移至公共组件库
- 样式更新 - 样式更新
## [0.0.7] - 2023-11-29 ## [0.0.1-alpha.7] - 2023-11-29
## Added ## Added
...@@ -29,7 +47,7 @@ ...@@ -29,7 +47,7 @@
- 重复器重构 - 重复器重构
### [0.0.6] - 2023-11-29 ## [0.0.1-alpha.6] - 2023-11-29
### Fixed ### Fixed
...@@ -59,7 +77,7 @@ ...@@ -59,7 +77,7 @@
- 多数据视图部件视图加载模式支持点击加载 - 多数据视图部件视图加载模式支持点击加载
- 关系界面支持标题 & 样式 - 关系界面支持标题 & 样式
### [0.0.5] - 2023-11-15 ## [0.0.1-alpha.5] - 2023-11-15
### Added ### Added
...@@ -79,7 +97,7 @@ ...@@ -79,7 +97,7 @@
- vant主题变量 & 背景色变量更正 - vant主题变量 & 背景色变量更正
## [0.0.4] - 2023-11-15 ## [0.0.1-alpha.4] - 2023-11-15
### Added ### Added
...@@ -93,7 +111,7 @@ ...@@ -93,7 +111,7 @@
- 修正因外部依赖为非 systemJs 格式包,safari 解析不正常导致的界面无法显示 - 修正因外部依赖为非 systemJs 格式包,safari 解析不正常导致的界面无法显示
## [0.0.3] - 2023-11-14 ## [0.0.1-alpha.3] - 2023-11-14
### Change ### Change
...@@ -110,7 +128,7 @@ ...@@ -110,7 +128,7 @@
- 多数据部件支持选择模式 - 多数据部件支持选择模式
- 数据选择多选支持删除单项 - 数据选择多选支持删除单项
## [0.0.2] - 2023-11-12 ## [0.0.1-alpha.2] - 2023-11-12
### Fixed ### Fixed
...@@ -134,7 +152,7 @@ ...@@ -134,7 +152,7 @@
- 编辑视图、多数据视图、分页导航视图、日历视图、图表石头部件视图支持 - 编辑视图、多数据视图、分页导航视图、日历视图、图表石头部件视图支持
- 视图消息支持自定义按钮文本 `userTag` - 视图消息支持自定义按钮文本 `userTag`
## [0.0.1] - 2023-11-01 ## [0.0.1-alpha.1] - 2023-11-01
### Added ### Added
......
{ {
"name": "test-ionic", "name": "@ibiz-template/next-mob",
"private": true, "private": true,
"version": "0.0.8", "version": "0.0.1",
"description": "An Ionic project", "description": "An Ionic project",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
...@@ -13,11 +13,11 @@ ...@@ -13,11 +13,11 @@
"@ibiz-template-package/vs-tree-ex": "^0.1.1", "@ibiz-template-package/vs-tree-ex": "^0.1.1",
"@ibiz-template/core": "^0.4.0", "@ibiz-template/core": "^0.4.0",
"@ibiz-template/mob-theme": "^0.2.9", "@ibiz-template/mob-theme": "^0.2.9",
"@ibiz-template/mob-vue3-components": "0.0.1-alpha.25", "@ibiz-template/mob-vue3-components": "^0.0.1",
"@ibiz-template/model-helper": "^0.4.1", "@ibiz-template/model-helper": "^0.4.4",
"@ibiz-template/runtime": "^0.4.1", "@ibiz-template/runtime": "^0.4.4",
"@ibiz-template/theme": "^0.4.0", "@ibiz-template/theme": "^0.4.0",
"@ibiz-template/vue3-util": "^0.4.1", "@ibiz-template/vue3-util": "^0.4.4",
"@ibiz/model-core": "^0.0.21", "@ibiz/model-core": "^0.0.21",
"async-validator": "^4.2.5", "async-validator": "^4.2.5",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
......
...@@ -15,20 +15,20 @@ dependencies: ...@@ -15,20 +15,20 @@ dependencies:
specifier: ^0.2.9 specifier: ^0.2.9
version: 0.2.9 version: 0.2.9
'@ibiz-template/mob-vue3-components': '@ibiz-template/mob-vue3-components':
specifier: 0.0.1-alpha.25 specifier: ^0.0.1
version: 0.0.1-alpha.25(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.1)(@ibiz-template/runtime@0.4.1)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.1)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8) version: 0.0.1(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.4)(@ibiz-template/runtime@0.4.4)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.4)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8)
'@ibiz-template/model-helper': '@ibiz-template/model-helper':
specifier: ^0.4.1 specifier: ^0.4.4
version: 0.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1) version: 0.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1)
'@ibiz-template/runtime': '@ibiz-template/runtime':
specifier: ^0.4.1 specifier: ^0.4.4
version: 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) version: 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/theme': '@ibiz-template/theme':
specifier: ^0.4.0 specifier: ^0.4.0
version: 0.4.0 version: 0.4.0
'@ibiz-template/vue3-util': '@ibiz-template/vue3-util':
specifier: ^0.4.1 specifier: ^0.4.4
version: 0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8) version: 0.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
'@ibiz/model-core': '@ibiz/model-core':
specifier: ^0.0.21 specifier: ^0.0.21
version: 0.0.21 version: 0.0.21
...@@ -2102,8 +2102,8 @@ packages: ...@@ -2102,8 +2102,8 @@ packages:
'@ibiz-template/theme': 0.1.24 '@ibiz-template/theme': 0.1.24
dev: false dev: false
/@ibiz-template/mob-vue3-components@0.0.1-alpha.25(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.1)(@ibiz-template/runtime@0.4.1)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.1)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8): /@ibiz-template/mob-vue3-components@0.0.1(@ibiz-template/core@0.4.0)(@ibiz-template/model-helper@0.4.4)(@ibiz-template/runtime@0.4.4)(@ibiz-template/theme@0.4.0)(@ibiz-template/vue3-util@0.4.4)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(lodash-es@4.17.21)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vant@4.7.2)(vue-router@4.2.5)(vue3-hash-calendar@1.1.3)(vue@3.3.8):
resolution: {integrity: sha512-KJS0WiH97VySOcctVpqcTBH/Q32IMqtdaaYLDVqsz95aD3wU1+tP0rWoqtredbuyhchDO88y2analqraJN5PEQ==} resolution: {integrity: sha512-d73ut9UEuqszDmZYc8TNA31241ulhNeymnKm5/YqD0QlT/RN9mCAnrIsWRmLzazV+JgtfROazLGQF/Jj3YE2hA==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.1.3 '@ibiz-template/core': ^0.1.3
'@ibiz-template/model-helper': ^0.1.3 '@ibiz-template/model-helper': ^0.1.3
...@@ -2126,10 +2126,10 @@ packages: ...@@ -2126,10 +2126,10 @@ packages:
dependencies: dependencies:
'@ibiz-template-package/vs-tree-ex': 0.1.1(vue@3.3.8) '@ibiz-template-package/vs-tree-ex': 0.1.1(vue@3.3.8)
'@ibiz-template/core': 0.4.0(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.4.0(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/model-helper': 0.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1) '@ibiz-template/model-helper': 0.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1)
'@ibiz-template/runtime': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/theme': 0.4.0 '@ibiz-template/theme': 0.4.0
'@ibiz-template/vue3-util': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8) '@ibiz-template/vue3-util': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8)
'@ibiz/model-core': 0.0.21 '@ibiz/model-core': 0.0.21
async-validator: 4.2.5 async-validator: 4.2.5
cherry-markdown: 0.8.26 cherry-markdown: 0.8.26
...@@ -2154,24 +2154,24 @@ packages: ...@@ -2154,24 +2154,24 @@ packages:
- utf-8-validate - utf-8-validate
dev: false dev: false
/@ibiz-template/model-helper@0.4.1(@ibiz-template/runtime@0.4.1)(ramda@0.29.1): /@ibiz-template/model-helper@0.4.4(@ibiz-template/runtime@0.4.4)(ramda@0.29.1):
resolution: {integrity: sha512-7XI4cqOOcCiZ3xjKuqb5mKyz1I8EVTO2wNwYhQkF74/q5eiw35bFURPIhcsA775jJwqgUt/Gi3ro9hpefUCvzw==} resolution: {integrity: sha512-qjJQ6vSYOWZ7WLVcLLvnwk4U/Xc9vF+jY3hWUM4dwbEeOQqtAGWUq3Jf9P9bf0Yr2alks4bI5KkjjQGgRnbOIQ==}
peerDependencies: peerDependencies:
'@ibiz-template/runtime': ^0.4.0 '@ibiz-template/runtime': ^0.4.0
ramda: ^0.29.0 ramda: ^0.29.0
dependencies: dependencies:
'@ibiz-template/runtime': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.0.21 '@ibiz/model-core': 0.0.23
'@ibiz/rt-model-api': 0.1.24 '@ibiz/rt-model-api': 0.1.27
pluralize: 8.0.0 pluralize: 8.0.0
ramda: 0.29.1 ramda: 0.29.1
dev: false dev: false
/@ibiz-template/runtime@0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1): /@ibiz-template/runtime@0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1):
resolution: {integrity: sha512-G5stR/IP8fIZOGHov0XSsmXzj7QuNR3o8EUsQOpQqbL4TRAKCrIQ7Fgtu7uHoB5NgJcUjeh+9yfF/pGGoaWu/Q==} resolution: {integrity: sha512-lTnw1bslrsS+lPf2749mzi/xNLUeAy/jL+BTRi/LEBNevOvciNelV8u1kpJ9CnsnQT67omX6kcEz4GqFSaaMlw==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.4.0 '@ibiz-template/core': ^0.4.0
'@ibiz/model-core': ^0.0.21 '@ibiz/model-core': ^0.0.23
async-validator: ^4.2.5 async-validator: ^4.2.5
dayjs: ^1.11.7 dayjs: ^1.11.7
echarts: ^5.4.3 echarts: ^5.4.3
...@@ -2205,12 +2205,12 @@ packages: ...@@ -2205,12 +2205,12 @@ packages:
resolution: {integrity: sha512-az5CgKBBORRjxQe/Qijo+4LvjyqGKR/zXchnTvO8Bd0/jiStSJsACuZfjDUmkNpi0zpfpgb3rJLmZGS6puBTZA==} resolution: {integrity: sha512-az5CgKBBORRjxQe/Qijo+4LvjyqGKR/zXchnTvO8Bd0/jiStSJsACuZfjDUmkNpi0zpfpgb3rJLmZGS6puBTZA==}
dev: false dev: false
/@ibiz-template/vue3-util@0.4.1(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.1)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8): /@ibiz-template/vue3-util@0.4.4(@ibiz-template/core@0.4.0)(@ibiz-template/runtime@0.4.4)(@ibiz/model-core@0.0.21)(dayjs@1.11.10)(path-browserify@1.0.1)(pinia@2.1.7)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)(vue-router@4.2.5)(vue@3.3.8):
resolution: {integrity: sha512-InrM1+K8MfWB9TKoLtXss/0UniCMDu78LDmKpolFCzjX0Mpn1J1Pd7Z3OhP0vpFiMK8HkqOonf3mMr21U+2XsA==} resolution: {integrity: sha512-I33OVuzIiOns6BNaNwAkkgqFLcnTahv6bYcUjkPxDLhYFQwmyq3F6d+EM5cLtDGOdgGfV0OM2k4KoUjawenoPQ==}
peerDependencies: peerDependencies:
'@ibiz-template/core': ^0.4.0 '@ibiz-template/core': ^0.4.0
'@ibiz-template/runtime': ^0.4.0 '@ibiz-template/runtime': ^0.4.0
'@ibiz/model-core': ^0.0.21 '@ibiz/model-core': ^0.0.23
dayjs: ^1.11.10 dayjs: ^1.11.10
path-browserify: ^1.0.1 path-browserify: ^1.0.1
pinia: ^2.1.7 pinia: ^2.1.7
...@@ -2221,7 +2221,7 @@ packages: ...@@ -2221,7 +2221,7 @@ packages:
vue-router: ^4.2.4 vue-router: ^4.2.4
dependencies: dependencies:
'@ibiz-template/core': 0.4.0(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/core': 0.4.0(axios@1.4.0)(lodash-es@4.17.21)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz-template/runtime': 0.4.1(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1) '@ibiz-template/runtime': 0.4.4(@ibiz-template/core@0.4.0)(@ibiz/model-core@0.0.21)(async-validator@4.2.5)(dayjs@1.11.10)(echarts@5.4.3)(handlebars@4.7.8)(lodash-es@4.17.21)(mqtt@2.18.9)(path-browserify@1.0.1)(qs@6.11.2)(qx-util@0.4.8)(ramda@0.29.1)
'@ibiz/model-core': 0.0.21 '@ibiz/model-core': 0.0.21
dayjs: 1.11.10 dayjs: 1.11.10
path-browserify: 1.0.1 path-browserify: 1.0.1
...@@ -2237,8 +2237,12 @@ packages: ...@@ -2237,8 +2237,12 @@ packages:
resolution: {integrity: sha512-suA52HMU6yaDpfNb17+SbNM3sbfYXGf21nVnnKMQP6vAolKic46fHu+x3/yh0vuhOwok7j9bgtPMHmJakIaOJQ==} resolution: {integrity: sha512-suA52HMU6yaDpfNb17+SbNM3sbfYXGf21nVnnKMQP6vAolKic46fHu+x3/yh0vuhOwok7j9bgtPMHmJakIaOJQ==}
dev: false dev: false
/@ibiz/rt-model-api@0.1.24: /@ibiz/model-core@0.0.23:
resolution: {integrity: sha512-mDTrkq+ZQnzpy6Pt/QD9Syv6GPX4ufOi4MCyWAChr3xMkQqGWEH/CK4YF+523hBpYgcR+Vuw8/6FNqoQypZkMw==} resolution: {integrity: sha512-PZsCjN/3DM8Ilzq2nFbaZocSYAriKtn1QERRncdcEOIGYcuys8HM6bUrdp6VxYJEOyNU3PQDVXkJMnfrLHD9zg==}
dev: false
/@ibiz/rt-model-api@0.1.27:
resolution: {integrity: sha512-FETP5aF0ke+ZEG4mTcWZuKz3EySEPUf5Rc+x3i/LQ9q3tVBX8uqOgpc9+WHux/Dlrgi/JLogI1mOn9RAGU/1fQ==}
dev: false dev: false
/@intlify/core-base@9.6.5: /@intlify/core-base@9.6.5:
......
...@@ -1495,16 +1495,16 @@ ...@@ -1495,16 +1495,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
......
...@@ -779,6 +779,7 @@ ...@@ -779,6 +779,7 @@
"showMaxLength" : true "showMaxLength" : true
}, },
"resetItemName" : "field", "resetItemName" : "field",
"resetItemNames" : [ "field" ],
"allowEmpty" : true "allowEmpty" : true
}, { }, {
"caption" : "启用测试", "caption" : "启用测试",
......
...@@ -787,6 +787,7 @@ ...@@ -787,6 +787,7 @@
"placeHolder" : "行编辑参数:空白内容提示" "placeHolder" : "行编辑参数:空白内容提示"
}, },
"resetItemName" : "test4", "resetItemName" : "test4",
"resetItemNames" : [ "test4" ],
"updateDVT" : "APPLICATION", "updateDVT" : "APPLICATION",
"valueItemName" : "test1", "valueItemName" : "test1",
"allowEmpty" : false, "allowEmpty" : false,
......
...@@ -1208,6 +1208,7 @@ ...@@ -1208,6 +1208,7 @@
"placeHolder" : "行编辑参数:空白内容提示" "placeHolder" : "行编辑参数:空白内容提示"
}, },
"resetItemName" : "test4", "resetItemName" : "test4",
"resetItemNames" : [ "test4" ],
"updateDVT" : "APPLICATION", "updateDVT" : "APPLICATION",
"valueItemName" : "test1", "valueItemName" : "test1",
"allowEmpty" : false, "allowEmpty" : false,
......
...@@ -1758,6 +1758,7 @@ ...@@ -1758,6 +1758,7 @@
"showMaxLength" : true "showMaxLength" : true
}, },
"resetItemName" : "field", "resetItemName" : "field",
"resetItemNames" : [ "field" ],
"allowEmpty" : true "allowEmpty" : true
}, { }, {
"caption" : "启用测试", "caption" : "启用测试",
......
...@@ -11430,16 +11430,16 @@ ...@@ -11430,16 +11430,16 @@
"codeName" : "VMGroup2", "codeName" : "VMGroup2",
"name" : "视图消息组2", "name" : "视图消息组2",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "视图消息", "name" : "视图消息2",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg2" "id" : "ViewMsg3"
} }
}, { }, {
"name" : "视图消息2", "name" : "视图消息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg3" "id" : "ViewMsg2"
} }
} ] } ]
}, { }, {
...@@ -11468,10 +11468,10 @@ ...@@ -11468,10 +11468,10 @@
"codeName" : "VMGroup3", "codeName" : "VMGroup3",
"name" : "视图消息类型测试", "name" : "视图消息类型测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-常规信息", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg4" "id" : "ViewMsg6"
} }
}, { }, {
"name" : "消息类型-警告信息", "name" : "消息类型-警告信息",
...@@ -11480,10 +11480,10 @@ ...@@ -11480,10 +11480,10 @@
"id" : "ViewMsg5" "id" : "ViewMsg5"
} }
}, { }, {
"name" : "消息类型-错误信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg4"
} }
} ] } ]
}, { }, {
...@@ -11500,16 +11500,16 @@ ...@@ -11500,16 +11500,16 @@
"codeName" : "VMGroup4", "codeName" : "VMGroup4",
"name" : "视图消息位置测试", "name" : "视图消息位置测试",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息位置-视图上方", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg7" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-弹出", "name" : "消息位置-视图上方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg10" "id" : "ViewMsg7"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "消息位置-视图下方",
...@@ -11518,29 +11518,27 @@ ...@@ -11518,29 +11518,27 @@
"id" : "ViewMsg8" "id" : "ViewMsg8"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息位置-弹出",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg10"
} }
} ] } ]
}, { }, {
"codeName" : "VMGroup8", "codeName" : "VMGroup8",
"name" : "【静态测试】", "name" : "【静态测试】",
"getPSAppViewMsgGroupDetails" : [ { "getPSAppViewMsgGroupDetails" : [ {
"name" : "消息类型-警告信息", "name" : "消息位置-视图下方",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg5" "id" : "ViewMsg8"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-错误信息", "name" : "关闭模式-无删除-上方-常规",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg6" "id" : "ViewMsg11"
}, }
"position" : "POPUP"
}, { }, {
"name" : "消息类型-常规信息", "name" : "消息类型-常规信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
...@@ -11549,35 +11547,37 @@ ...@@ -11549,35 +11547,37 @@
}, },
"position" : "POPUP" "position" : "POPUP"
}, { }, {
"name" : "关闭模式-无删除-上方-常规", "name" : "关闭模式-默认删除-上方-错误",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "消息位置-视图内容区", "name" : "消息类型-警告信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg9" "id" : "ViewMsg5"
} },
"position" : "POPUP"
}, { }, {
"name" : "关闭模式-默认删除-上方-错误", "name" : "消息位置-视图内容区",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg12" "id" : "ViewMsg9"
} }
}, { }, {
"name" : "消息位置-视图下方", "name" : "关闭模式-本次删除-上方-警告",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg8" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除-上方-警告", "name" : "消息类型-错误信息",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg6"
} },
"position" : "POPUP"
} ] } ]
}, { }, {
"codeName" : "VMGroup5", "codeName" : "VMGroup5",
...@@ -11589,16 +11589,16 @@ ...@@ -11589,16 +11589,16 @@
"id" : "ViewMsg12" "id" : "ViewMsg12"
} }
}, { }, {
"name" : "关闭模式-删除", "name" : "关闭模式-本次删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg11" "id" : "ViewMsg13"
} }
}, { }, {
"name" : "关闭模式-本次删除", "name" : "关闭模式-删除",
"getPSAppViewMsg" : { "getPSAppViewMsg" : {
"modelref" : true, "modelref" : true,
"id" : "ViewMsg13" "id" : "ViewMsg11"
} }
} ] } ]
}, { }, {
...@@ -855,62 +855,52 @@ ...@@ -855,62 +855,52 @@
"caption" : "流程回退操作视图", "caption" : "流程回退操作视图",
"codeName" : "Auto6", "codeName" : "Auto6",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto6.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto6.json",
"name" : "流程回退操作视图", "name" : "流程回退操作视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程后加签操作视图", "caption" : "流程后加签操作视图",
"codeName" : "Auto2", "codeName" : "Auto2",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto2.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto2.json",
"name" : "流程后加签操作视图", "name" : "流程后加签操作视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "登出视图", "caption" : "登出视图",
"codeName" : "PDTView", "codeName" : "PDTView",
"dynaModelFilePath" : "PSSYSPDTVIEWS/PDTView.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/PDTView.json",
"name" : "登出视图", "name" : "登出视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程催办列表视图", "caption" : "流程催办列表视图",
"codeName" : "Auto3", "codeName" : "Auto3",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto3.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto3.json",
"name" : "流程催办列表视图", "name" : "流程催办列表视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程前加签操作视图", "caption" : "流程前加签操作视图",
"codeName" : "Auto9", "codeName" : "Auto9",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto9.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto9.json",
"name" : "流程前加签操作视图", "name" : "流程前加签操作视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程补充信息操作视图", "caption" : "流程补充信息操作视图",
"codeName" : "Auto5", "codeName" : "Auto5",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto5.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto5.json",
"name" : "流程补充信息操作视图", "name" : "流程补充信息操作视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程征求意见操作视图", "caption" : "流程征求意见操作视图",
"codeName" : "Auto7", "codeName" : "Auto7",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto7.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto7.json",
"name" : "流程征求意见操作视图", "name" : "流程征求意见操作视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "常规数据附件列表", "caption" : "常规数据附件列表",
"codeName" : "Auto8", "codeName" : "Auto8",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto8.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto8.json",
"name" : "常规数据附件列表", "name" : "常规数据附件列表"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程跟踪图形视图", "caption" : "流程跟踪图形视图",
"codeName" : "Auto1", "codeName" : "Auto1",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto1.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto1.json",
"name" : "流程跟踪图形视图", "name" : "流程跟踪图形视图"
"fromDEViewToPDTView" : false
}, { }, {
"caption" : "流程跟踪列表视图", "caption" : "流程跟踪列表视图",
"codeName" : "Auto4", "codeName" : "Auto4",
"dynaModelFilePath" : "PSSYSPDTVIEWS/Auto4.json", "dynaModelFilePath" : "PSSYSPDTVIEWS/Auto4.json",
"name" : "流程跟踪列表视图", "name" : "流程跟踪列表视图"
"fromDEViewToPDTView" : false
} ], } ],
"getAllPSSysReqItems" : [ { "getAllPSSysReqItems" : [ {
"modelref" : true, "modelref" : true,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册