@ibiz-template/mob-theme 2.0.0 → 3.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/README.md +11 -3
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +2 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +2 -0
- package/es/publish/index.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +186 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +234 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +127 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +161 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +5 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +4 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +2 -0
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +238 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +165 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +4 -0
- package/package.json +3 -8
- package/CHANGELOG.md +0 -197
|
@@ -0,0 +1,165 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var DEMobTabSearchView = {
|
|
7
|
+
"layoutMode": "Flex",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"caption": "\u641C\u7D22\u680F",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "CTRLPOS",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 1,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "searchbar"
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"layout": {
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"dataRegionType": "INHERIT",
|
|
34
|
+
"caption": "\u5BB9\u5668",
|
|
35
|
+
"itemStyle": "DEFAULT",
|
|
36
|
+
"itemType": "CONTAINER",
|
|
37
|
+
"layoutPos": {
|
|
38
|
+
"shrink": 0,
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"id": "view_searchbar"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"actionGroupExtractMode": "ITEM",
|
|
45
|
+
"panelItems": [
|
|
46
|
+
{
|
|
47
|
+
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CTRLPOS",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"grow": 1,
|
|
52
|
+
"shrink": 1,
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"showCaption": true,
|
|
56
|
+
"id": "tabexppanel"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"layout": {
|
|
60
|
+
"align": "space-between",
|
|
61
|
+
"dir": "row",
|
|
62
|
+
"layout": "FLEX",
|
|
63
|
+
"valign": "center"
|
|
64
|
+
},
|
|
65
|
+
"dataRegionType": "INHERIT",
|
|
66
|
+
"caption": "\u5BB9\u5668",
|
|
67
|
+
"itemStyle": "DEFAULT",
|
|
68
|
+
"itemType": "CONTAINER",
|
|
69
|
+
"layoutPos": {
|
|
70
|
+
"shrink": 0,
|
|
71
|
+
"layout": "FLEX"
|
|
72
|
+
},
|
|
73
|
+
"id": "view_tabexppanel"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"actionGroupExtractMode": "ITEM",
|
|
77
|
+
"panelItems": [
|
|
78
|
+
{
|
|
79
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "CTRLPOS",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"layout": "FLEX"
|
|
85
|
+
},
|
|
86
|
+
"showCaption": true,
|
|
87
|
+
"id": "searchform"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"layout": {
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"dataRegionType": "INHERIT",
|
|
94
|
+
"caption": "\u5BB9\u5668",
|
|
95
|
+
"itemStyle": "DEFAULT",
|
|
96
|
+
"itemType": "CONTAINER",
|
|
97
|
+
"layoutPos": {
|
|
98
|
+
"shrink": 0,
|
|
99
|
+
"layout": "FLEX"
|
|
100
|
+
},
|
|
101
|
+
"id": "view_searchform"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"actionGroupExtractMode": "ITEM",
|
|
105
|
+
"panelItems": [
|
|
106
|
+
{
|
|
107
|
+
"rawItem": {
|
|
108
|
+
"predefinedType": "NAV_POS",
|
|
109
|
+
"id": "nav_pos"
|
|
110
|
+
},
|
|
111
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
112
|
+
"itemStyle": "DEFAULT",
|
|
113
|
+
"itemType": "RAWITEM",
|
|
114
|
+
"layoutPos": {
|
|
115
|
+
"grow": 1,
|
|
116
|
+
"shrink": 1,
|
|
117
|
+
"layout": "FLEX"
|
|
118
|
+
},
|
|
119
|
+
"showCaption": true,
|
|
120
|
+
"id": "nav_pos"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"layout": {
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"dataRegionType": "INHERIT",
|
|
127
|
+
"caption": "\u5BB9\u5668",
|
|
128
|
+
"itemStyle": "DEFAULT",
|
|
129
|
+
"itemType": "CONTAINER",
|
|
130
|
+
"layoutPos": {
|
|
131
|
+
"grow": 1,
|
|
132
|
+
"shrink": 1,
|
|
133
|
+
"layout": "FLEX"
|
|
134
|
+
},
|
|
135
|
+
"id": "view_nav_pos"
|
|
136
|
+
}
|
|
137
|
+
],
|
|
138
|
+
"layout": {
|
|
139
|
+
"layout": "FLEX"
|
|
140
|
+
},
|
|
141
|
+
"dataRegionType": "INHERIT",
|
|
142
|
+
"caption": "\u5BB9\u5668",
|
|
143
|
+
"itemStyle": "DEFAULT",
|
|
144
|
+
"itemType": "CONTAINER",
|
|
145
|
+
"layoutPos": {
|
|
146
|
+
"grow": 1,
|
|
147
|
+
"shrink": 1,
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"id": "view_content"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"layoutPanel": true,
|
|
154
|
+
"codeName": "MobTabSearchViewLayout",
|
|
155
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
156
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u641C\u7D22\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
157
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
158
|
+
"controlParam": {},
|
|
159
|
+
"modelId": "9468CD73-A20C-4DDB-B0AE-72D5C384E1DA",
|
|
160
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
161
|
+
"name": "layoutpanel",
|
|
162
|
+
"id": "mobtabsearchviewlayout"
|
|
163
|
+
};
|
|
164
|
+
|
|
165
|
+
exports.default = DEMobTabSearchView;
|
|
@@ -201,6 +201,7 @@ var DEMobTreeExpView = {
|
|
|
201
201
|
"itemStyle": "DEFAULT",
|
|
202
202
|
"itemType": "CTRLPOS",
|
|
203
203
|
"layoutPos": {
|
|
204
|
+
"grow": 1,
|
|
204
205
|
"shrink": 1,
|
|
205
206
|
"layout": "FLEX"
|
|
206
207
|
},
|
|
@@ -217,6 +218,7 @@ var DEMobTreeExpView = {
|
|
|
217
218
|
"itemStyle": "DEFAULT",
|
|
218
219
|
"itemType": "CONTAINER",
|
|
219
220
|
"layoutPos": {
|
|
221
|
+
"grow": 1,
|
|
220
222
|
"shrink": 0,
|
|
221
223
|
"layout": "FLEX",
|
|
222
224
|
"width": 160,
|
|
@@ -237,6 +239,7 @@ var DEMobTreeExpView = {
|
|
|
237
239
|
"itemStyle": "DEFAULT",
|
|
238
240
|
"itemType": "RAWITEM",
|
|
239
241
|
"layoutPos": {
|
|
242
|
+
"grow": 1,
|
|
240
243
|
"shrink": 1,
|
|
241
244
|
"layout": "FLEX"
|
|
242
245
|
},
|
|
@@ -268,6 +271,7 @@ var DEMobTreeExpView = {
|
|
|
268
271
|
"itemStyle": "DEFAULT",
|
|
269
272
|
"itemType": "CONTAINER",
|
|
270
273
|
"layoutPos": {
|
|
274
|
+
"grow": 1,
|
|
271
275
|
"shrink": 1,
|
|
272
276
|
"layout": "FLEX"
|
|
273
277
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/mob-theme",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "移动端主题样式库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.cjs",
|
|
@@ -11,15 +11,11 @@
|
|
|
11
11
|
"require": "./lib/index.cjs"
|
|
12
12
|
}
|
|
13
13
|
},
|
|
14
|
-
"repository": {
|
|
15
|
-
"type": "git",
|
|
16
|
-
"url": "https://gitee.com/iBizModeling/ibiz-template-vue-theme.git"
|
|
17
|
-
},
|
|
18
14
|
"files": [
|
|
19
15
|
"dist",
|
|
20
16
|
"es",
|
|
21
17
|
"lib",
|
|
22
|
-
"
|
|
18
|
+
"README.md"
|
|
23
19
|
],
|
|
24
20
|
"scripts": {
|
|
25
21
|
"dev": "ibiz-temp build -w",
|
|
@@ -37,6 +33,5 @@
|
|
|
37
33
|
},
|
|
38
34
|
"dependencies": {
|
|
39
35
|
"@ibiz-template/runtime": "^0.4.3"
|
|
40
|
-
}
|
|
41
|
-
"gitHead": "e76921a89142e615b3b2d07e87ae075d4921c5f2"
|
|
36
|
+
}
|
|
42
37
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
# 版本变更日志
|
|
2
|
-
|
|
3
|
-
这个项目的所有关键变化都将记录在此文件中.
|
|
4
|
-
|
|
5
|
-
此日志格式基于 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.0.0/),
|
|
6
|
-
并且此项目遵循 [Semantic Versioning](https://semver.org/lang/zh-CN/).
|
|
7
|
-
|
|
8
|
-
## [Unreleased]
|
|
9
|
-
|
|
10
|
-
## [0.2.18] - 2024-11-05
|
|
11
|
-
|
|
12
|
-
### Add
|
|
13
|
-
|
|
14
|
-
- 新增支持移动端登录视图
|
|
15
|
-
- 新增支持移动端树导航视图
|
|
16
|
-
|
|
17
|
-
### Changed
|
|
18
|
-
|
|
19
|
-
- 更新移动端Vant搜索框默认样式
|
|
20
|
-
|
|
21
|
-
## [0.2.13] - 2024-03-21
|
|
22
|
-
|
|
23
|
-
### Changed
|
|
24
|
-
|
|
25
|
-
- 样式更新
|
|
26
|
-
|
|
27
|
-
## [0.2.12] - 2023-12-28
|
|
28
|
-
|
|
29
|
-
### Changed
|
|
30
|
-
|
|
31
|
-
- 标题栏布局更新
|
|
32
|
-
|
|
33
|
-
## [0.2.11] - 2023-12-07
|
|
34
|
-
|
|
35
|
-
### Changed
|
|
36
|
-
|
|
37
|
-
- 默认主题加载变更为未配置扩展主题包时才加载
|
|
38
|
-
|
|
39
|
-
### Fixed
|
|
40
|
-
|
|
41
|
-
- 修复多选视图布局占位异常
|
|
42
|
-
|
|
43
|
-
## [0.2.10] - 2023-11-29
|
|
44
|
-
|
|
45
|
-
### Added
|
|
46
|
-
|
|
47
|
-
- 新增向导视图布局面板
|
|
48
|
-
|
|
49
|
-
## [0.2.9] - 2023-11-16
|
|
50
|
-
|
|
51
|
-
### Added
|
|
52
|
-
|
|
53
|
-
- 多数据选择视图布局支持搜索栏
|
|
54
|
-
- 亮色主题色变量更新
|
|
55
|
-
- vant主题变量更正
|
|
56
|
-
|
|
57
|
-
## [0.2.8] - 2023-11-14
|
|
58
|
-
|
|
59
|
-
### Changed
|
|
60
|
-
|
|
61
|
-
- 视图通用头部剧中对齐 工具栏俩侧宽度固定
|
|
62
|
-
- 基础样式调整
|
|
63
|
-
- vant样式变量调整
|
|
64
|
-
|
|
65
|
-
## [0.2.7] - 2023-11-12
|
|
66
|
-
|
|
67
|
-
### Changed
|
|
68
|
-
|
|
69
|
-
- 更新基础视图通用头部布局
|
|
70
|
-
- 更新vant主题样式
|
|
71
|
-
|
|
72
|
-
## [0.2.6] - 2023-11-01
|
|
73
|
-
|
|
74
|
-
### Changed
|
|
75
|
-
|
|
76
|
-
- 视图通用工具栏按钮占位默认占满
|
|
77
|
-
- 编辑视图3头部收缩值调整
|
|
78
|
-
- 更新vant dialog样式
|
|
79
|
-
|
|
80
|
-
### Added
|
|
81
|
-
|
|
82
|
-
- 新增移动端实体操作视图布局模型
|
|
83
|
-
- 新增移动端实体日历视图布局模型
|
|
84
|
-
- 新增移动端实体图表视图布局模型
|
|
85
|
-
- 移动端实体分页导航视图部件视图布局模型
|
|
86
|
-
- 移动端实体图表视图部件视图布局模型
|
|
87
|
-
- 移动端实体日历视图部件视图布局模型
|
|
88
|
-
- 移动端应用首页视图_空白模式视图布局模型
|
|
89
|
-
|
|
90
|
-
## [0.2.5] - 2023-10-23
|
|
91
|
-
|
|
92
|
-
### Changed
|
|
93
|
-
|
|
94
|
-
- 移动端vant通用样式更新
|
|
95
|
-
|
|
96
|
-
## [0.2.4] - 2023-10-18
|
|
97
|
-
|
|
98
|
-
### Changed
|
|
99
|
-
|
|
100
|
-
- 移动端滚动条隐藏
|
|
101
|
-
- 移动端vant主题样式更新
|
|
102
|
-
- 移动端基础变量更新
|
|
103
|
-
- 移动端通用布局头部占位调整
|
|
104
|
-
|
|
105
|
-
## [0.2.2] - 2023-08-23
|
|
106
|
-
|
|
107
|
-
### Fixed
|
|
108
|
-
|
|
109
|
-
- 编译文件内容异常
|
|
110
|
-
|
|
111
|
-
## [0.2.1] - 2023-08-22
|
|
112
|
-
|
|
113
|
-
### Changed
|
|
114
|
-
|
|
115
|
-
- 选择视图布局更新
|
|
116
|
-
|
|
117
|
-
### Fixed
|
|
118
|
-
|
|
119
|
-
- 修复移动端实体工作流动态编辑视图(分页关系)高度丢失
|
|
120
|
-
- 修复移动端实体工作流动态编辑视图高度丢失
|
|
121
|
-
- 修复移动端实体工作流动态操作视图高度丢失
|
|
122
|
-
- 修复移动端实体首页视图高度丢失
|
|
123
|
-
|
|
124
|
-
## [0.1.8] - 2023-07-06
|
|
125
|
-
|
|
126
|
-
### Added
|
|
127
|
-
|
|
128
|
-
- 移动端实体数据视图
|
|
129
|
-
- 移动端实体列表视图
|
|
130
|
-
|
|
131
|
-
## [0.1.7] - 2023-07-03
|
|
132
|
-
|
|
133
|
-
### Added
|
|
134
|
-
|
|
135
|
-
- 应用流程跟踪视图
|
|
136
|
-
|
|
137
|
-
## [0.1.6] - 2023-07-03
|
|
138
|
-
|
|
139
|
-
### Added
|
|
140
|
-
|
|
141
|
-
- 实体移动端选择树视图(部件视图)
|
|
142
|
-
|
|
143
|
-
## [0.1.5] - 2023-06-29
|
|
144
|
-
|
|
145
|
-
### Changed
|
|
146
|
-
|
|
147
|
-
- 视图布局优化
|
|
148
|
-
|
|
149
|
-
## [0.1.4] - 2023-06-27
|
|
150
|
-
|
|
151
|
-
### Added
|
|
152
|
-
|
|
153
|
-
- 移动端实体树视图
|
|
154
|
-
- 移动端实体工作流动态编辑视图
|
|
155
|
-
- 移动端实体工作流动态编辑视图(分页关系)
|
|
156
|
-
- 移动端实体工作流动态操作视图
|
|
157
|
-
|
|
158
|
-
## [0.1.3] - 2023-06-20
|
|
159
|
-
|
|
160
|
-
### Changed
|
|
161
|
-
|
|
162
|
-
- view_caption 改为 view_captionbar
|
|
163
|
-
|
|
164
|
-
## [0.1.2] - 2023-06-19
|
|
165
|
-
|
|
166
|
-
### Added
|
|
167
|
-
|
|
168
|
-
- 选择视图补充确定和取消按钮
|
|
169
|
-
|
|
170
|
-
## [0.1.1] - 2023-06-19
|
|
171
|
-
|
|
172
|
-
### Added
|
|
173
|
-
|
|
174
|
-
- 移动端实体多数据选择视图
|
|
175
|
-
- 移动端实体数据选择视图
|
|
176
|
-
- 移动端实体选择多数据视图(部件视图)
|
|
177
|
-
|
|
178
|
-
## [0.1.0] - 2023-06-19
|
|
179
|
-
|
|
180
|
-
### Added
|
|
181
|
-
|
|
182
|
-
- 移动端实体分页导航视图
|
|
183
|
-
|
|
184
|
-
## [0.0.2] - 2023-06-15
|
|
185
|
-
|
|
186
|
-
### Added
|
|
187
|
-
|
|
188
|
-
- 移动端实体编辑视图(部件视图)
|
|
189
|
-
- 移动端实体多数据视图(部件视图)
|
|
190
|
-
|
|
191
|
-
## [0.0.1] - 2023-06-13
|
|
192
|
-
|
|
193
|
-
### Added
|
|
194
|
-
|
|
195
|
-
- 首页默认布局
|
|
196
|
-
- 多数据视图默认布局
|
|
197
|
-
- 编辑视图默认布局
|