@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.
Files changed (20) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -3
  3. package/dist/index.system.min.js +2 -2
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +2 -0
  6. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +2 -0
  7. package/es/publish/index.mjs +4 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +186 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +234 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +127 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +161 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +5 -1
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +4 -0
  14. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +2 -0
  15. package/lib/publish/index.cjs +4 -0
  16. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +238 -0
  17. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +165 -0
  18. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +4 -0
  19. package/package.json +3 -8
  20. package/CHANGELOG.md +0 -197
@@ -10,6 +10,7 @@ declare const _default: {
10
10
  itemStyle: string;
11
11
  itemType: string;
12
12
  layoutPos: {
13
+ grow: number;
13
14
  shrink: number;
14
15
  layout: string;
15
16
  };
@@ -24,6 +25,7 @@ declare const _default: {
24
25
  itemStyle: string;
25
26
  itemType: string;
26
27
  layoutPos: {
28
+ grow: number;
27
29
  shrink: number;
28
30
  layout: string;
29
31
  };
@@ -13,6 +13,7 @@ var TreeExpBar = {
13
13
  "itemStyle": "DEFAULT",
14
14
  "itemType": "CTRLPOS",
15
15
  "layoutPos": {
16
+ "grow": 1,
16
17
  "shrink": 1,
17
18
  "layout": "FLEX"
18
19
  },
@@ -28,6 +29,7 @@ var TreeExpBar = {
28
29
  "itemStyle": "DEFAULT",
29
30
  "itemType": "CONTAINER",
30
31
  "layoutPos": {
32
+ "grow": 1,
31
33
  "shrink": 1,
32
34
  "layout": "FLEX"
33
35
  },
@@ -19,6 +19,7 @@ import DEMobPickupTreeView from './mob-view-layout-model-repository/mob-view-lay
19
19
  import DEMobPickupView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs';
20
20
  import DEMobTabExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs';
21
21
  import DEMobTabExpView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs';
22
+ import DEMobTabExpView_FLOW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs';
22
23
  import DEMobTreeView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs';
23
24
  import DEMobWFDynaEditView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs';
24
25
  import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs';
@@ -26,6 +27,7 @@ import DEMobWFDynaActionView from './mob-view-layout-model-repository/mob-view-l
26
27
  import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs';
27
28
  import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
28
29
  import DEMobTreeExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs';
30
+ import DEMobTabSearchView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs';
29
31
  import TreeExpBar from './control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs';
30
32
  import TreeView from './control-layout/control-layout-model-repository-mob-tree-layout.mjs';
31
33
  import AppLoginView from './app-login-view.mjs';
@@ -54,6 +56,7 @@ function install(callBack) {
54
56
  callBack("DEMOBPICKUPVIEW_DEFAULT", DEMobPickupView);
55
57
  callBack("DEMOBTABEXPVIEW_DEFAULT", DEMobTabExpView);
56
58
  callBack("DEMOBTABEXPVIEW9_DEFAULT", DEMobTabExpView9);
59
+ callBack("DEMOBTABEXPVIEW_FLOW", DEMobTabExpView_FLOW);
57
60
  callBack("DEMOBTREEVIEW_DEFAULT", DEMobTreeView);
58
61
  callBack("DEMOBWFDYNAEDITVIEW_DEFAULT", DEMobWFDynaEditView);
59
62
  callBack("DEMOBWFDYNAEDITVIEW3_DEFAULT", DEMobWFDynaEditView3);
@@ -61,6 +64,7 @@ function install(callBack) {
61
64
  callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
62
65
  callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
63
66
  callBack("DEMOBTREEEXPVIEW_DEFAULT", DEMobTreeExpView);
67
+ callBack("DEMOBTABSEARCHVIEW_DEFAULT", DEMobTabSearchView);
64
68
  callBack("TREEVIEW_DEFAULT", TreeView);
65
69
  callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
66
70
  }
@@ -0,0 +1,186 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
7
+ rootPanelItems: {
8
+ actionGroupExtractMode: string;
9
+ panelItems: ({
10
+ actionGroupExtractMode: string;
11
+ panelItems: {
12
+ actionGroupExtractMode: string;
13
+ panelItems: {
14
+ actionGroupExtractMode: string;
15
+ panelItems: ({
16
+ actionGroupExtractMode: string;
17
+ panelItems: {
18
+ caption: string;
19
+ itemStyle: string;
20
+ itemType: string;
21
+ layoutPos: {
22
+ grow: number;
23
+ shrink: number;
24
+ heightMode: string;
25
+ layout: string;
26
+ valignSelf: string;
27
+ widthMode: string;
28
+ };
29
+ showCaption: boolean;
30
+ id: string;
31
+ }[];
32
+ layout: {
33
+ layout: string;
34
+ align?: undefined;
35
+ dir?: undefined;
36
+ };
37
+ dataRegionType: string;
38
+ caption: string;
39
+ contentWidth: number;
40
+ itemStyle: string;
41
+ itemType: string;
42
+ layoutPos: {
43
+ basis: number;
44
+ shrink: number;
45
+ layout: string;
46
+ width: number;
47
+ widthMode: string;
48
+ grow?: undefined;
49
+ };
50
+ width: number;
51
+ id: string;
52
+ } | {
53
+ actionGroupExtractMode: string;
54
+ panelItems: {
55
+ caption: string;
56
+ itemStyle: string;
57
+ itemType: string;
58
+ layoutPos: {
59
+ shrink: number;
60
+ heightMode: string;
61
+ layout: string;
62
+ widthMode: string;
63
+ };
64
+ showCaption: boolean;
65
+ id: string;
66
+ }[];
67
+ layout: {
68
+ align: string;
69
+ dir: string;
70
+ layout: string;
71
+ };
72
+ dataRegionType: string;
73
+ caption: string;
74
+ itemStyle: string;
75
+ itemType: string;
76
+ layoutPos: {
77
+ grow: number;
78
+ shrink: number;
79
+ layout: string;
80
+ basis?: undefined;
81
+ width?: undefined;
82
+ widthMode?: undefined;
83
+ };
84
+ id: string;
85
+ contentWidth?: undefined;
86
+ width?: undefined;
87
+ })[];
88
+ predefinedType: string;
89
+ layout: {
90
+ dir: string;
91
+ layout: string;
92
+ };
93
+ dataRegionType: string;
94
+ caption: string;
95
+ itemStyle: string;
96
+ itemType: string;
97
+ layoutPos: {
98
+ shrink: number;
99
+ layout: string;
100
+ };
101
+ id: string;
102
+ }[];
103
+ predefinedType: string;
104
+ layout: {
105
+ dir: string;
106
+ layout: string;
107
+ };
108
+ dataRegionType: string;
109
+ caption: string;
110
+ itemStyle: string;
111
+ itemType: string;
112
+ layoutPos: {
113
+ shrink: number;
114
+ layout: string;
115
+ };
116
+ id: string;
117
+ }[];
118
+ predefinedType: string;
119
+ layout: {
120
+ layout: string;
121
+ };
122
+ dataRegionType: string;
123
+ caption: string;
124
+ itemStyle: string;
125
+ itemType: string;
126
+ layoutPos: {
127
+ shrink: number;
128
+ layout: string;
129
+ };
130
+ showCaption: boolean;
131
+ id: string;
132
+ } | {
133
+ actionGroupExtractMode: string;
134
+ panelItems: {
135
+ caption: string;
136
+ itemStyle: string;
137
+ itemType: string;
138
+ layoutPos: {
139
+ shrink: number;
140
+ layout: string;
141
+ };
142
+ showCaption: boolean;
143
+ id: string;
144
+ }[];
145
+ predefinedType: string;
146
+ layout: {
147
+ layout: string;
148
+ };
149
+ dataRegionType: string;
150
+ caption: string;
151
+ itemStyle: string;
152
+ itemType: string;
153
+ layoutPos: {
154
+ shrink: number;
155
+ layout: string;
156
+ };
157
+ id: string;
158
+ showCaption?: undefined;
159
+ })[];
160
+ layout: {
161
+ layout: string;
162
+ };
163
+ dataRegionType: string;
164
+ caption: string;
165
+ itemStyle: string;
166
+ itemType: string;
167
+ layoutPos: {
168
+ grow: number;
169
+ shrink: number;
170
+ layout: string;
171
+ };
172
+ id: string;
173
+ }[];
174
+ layoutPanel: boolean;
175
+ mobilePanel: boolean;
176
+ codeName: string;
177
+ controlType: string;
178
+ logicName: string;
179
+ appDataEntityId: string;
180
+ controlParam: {};
181
+ modelId: string;
182
+ modelType: string;
183
+ name: string;
184
+ id: string;
185
+ };
186
+ export default _default;
@@ -0,0 +1,234 @@
1
+ "use strict";
2
+ var DEMobTabExpView_FLOW = {
3
+ "layoutBodyOnly": true,
4
+ "layoutMode": "FLEX",
5
+ "layout": {
6
+ "layout": "FLEX"
7
+ },
8
+ "rootPanelItems": [
9
+ {
10
+ "actionGroupExtractMode": "ITEM",
11
+ "panelItems": [
12
+ {
13
+ "actionGroupExtractMode": "ITEM",
14
+ "panelItems": [
15
+ {
16
+ "actionGroupExtractMode": "ITEM",
17
+ "panelItems": [
18
+ {
19
+ "actionGroupExtractMode": "ITEM",
20
+ "panelItems": [
21
+ {
22
+ "actionGroupExtractMode": "ITEM",
23
+ "panelItems": [
24
+ {
25
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
26
+ "itemStyle": "DEFAULT",
27
+ "itemType": "CTRLPOS",
28
+ "layoutPos": {
29
+ "grow": 1,
30
+ "shrink": 1,
31
+ "heightMode": "FULL",
32
+ "layout": "FLEX",
33
+ "valignSelf": "MIDDLE",
34
+ "widthMode": "FULL"
35
+ },
36
+ "showCaption": true,
37
+ "id": "lefttoolbar"
38
+ }
39
+ ],
40
+ "layout": {
41
+ "layout": "FLEX"
42
+ },
43
+ "dataRegionType": "INHERIT",
44
+ "caption": "\u5BB9\u5668",
45
+ "contentWidth": 100,
46
+ "itemStyle": "DEFAULT",
47
+ "itemType": "CONTAINER",
48
+ "layoutPos": {
49
+ "basis": 100,
50
+ "shrink": 0,
51
+ "layout": "FLEX",
52
+ "width": 100,
53
+ "widthMode": "PX"
54
+ },
55
+ "width": 100,
56
+ "id": "view_left_toolbar"
57
+ },
58
+ {
59
+ "actionGroupExtractMode": "ITEM",
60
+ "panelItems": [
61
+ {
62
+ "caption": "\u6807\u9898\u680F",
63
+ "itemStyle": "DEFAULT",
64
+ "itemType": "CTRLPOS",
65
+ "layoutPos": {
66
+ "shrink": 1,
67
+ "heightMode": "FULL",
68
+ "layout": "FLEX",
69
+ "widthMode": "FULL"
70
+ },
71
+ "showCaption": true,
72
+ "id": "captionbar"
73
+ }
74
+ ],
75
+ "layout": {
76
+ "align": "center",
77
+ "dir": "row",
78
+ "layout": "FLEX"
79
+ },
80
+ "dataRegionType": "INHERIT",
81
+ "caption": "\u5BB9\u5668",
82
+ "itemStyle": "DEFAULT",
83
+ "itemType": "CONTAINER",
84
+ "layoutPos": {
85
+ "grow": 1,
86
+ "shrink": 1,
87
+ "layout": "FLEX"
88
+ },
89
+ "id": "view_captionbar"
90
+ },
91
+ {
92
+ "actionGroupExtractMode": "ITEM",
93
+ "panelItems": [
94
+ {
95
+ "caption": "\u5DE5\u5177\u680F",
96
+ "itemStyle": "DEFAULT",
97
+ "itemType": "CTRLPOS",
98
+ "layoutPos": {
99
+ "grow": 1,
100
+ "shrink": 1,
101
+ "heightMode": "FULL",
102
+ "layout": "FLEX",
103
+ "valignSelf": "MIDDLE",
104
+ "widthMode": "FULL"
105
+ },
106
+ "showCaption": true,
107
+ "id": "righttoolbar"
108
+ }
109
+ ],
110
+ "layout": {
111
+ "layout": "FLEX"
112
+ },
113
+ "dataRegionType": "INHERIT",
114
+ "caption": "\u5BB9\u5668",
115
+ "contentWidth": 100,
116
+ "itemStyle": "DEFAULT",
117
+ "itemType": "CONTAINER",
118
+ "layoutPos": {
119
+ "basis": 100,
120
+ "shrink": 0,
121
+ "layout": "FLEX",
122
+ "width": 100,
123
+ "widthMode": "PX"
124
+ },
125
+ "width": 100,
126
+ "id": "view_right_toolbar"
127
+ }
128
+ ],
129
+ "predefinedType": "Toolbar",
130
+ "layout": {
131
+ "dir": "row",
132
+ "layout": "FLEX"
133
+ },
134
+ "dataRegionType": "INHERIT",
135
+ "caption": "\u5BB9\u5668",
136
+ "itemStyle": "DEFAULT",
137
+ "itemType": "CONTAINER",
138
+ "layoutPos": {
139
+ "shrink": 1,
140
+ "layout": "FLEX"
141
+ },
142
+ "id": "view_toolbar"
143
+ }
144
+ ],
145
+ "predefinedType": "Header",
146
+ "layout": {
147
+ "dir": "column",
148
+ "layout": "FLEX"
149
+ },
150
+ "dataRegionType": "INHERIT",
151
+ "caption": "\u5BB9\u5668",
152
+ "itemStyle": "DEFAULT",
153
+ "itemType": "CONTAINER",
154
+ "layoutPos": {
155
+ "shrink": 0,
156
+ "layout": "FLEX"
157
+ },
158
+ "id": "view_header"
159
+ }
160
+ ],
161
+ "predefinedType": "PANELPART",
162
+ "layout": {
163
+ "layout": "FLEX"
164
+ },
165
+ "dataRegionType": "INHERIT",
166
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
167
+ "itemStyle": "DEFAULT",
168
+ "itemType": "CONTAINER",
169
+ "layoutPos": {
170
+ "shrink": 1,
171
+ "layout": "FLEX"
172
+ },
173
+ "showCaption": true,
174
+ "id": "panelpart"
175
+ },
176
+ {
177
+ "actionGroupExtractMode": "ITEM",
178
+ "panelItems": [
179
+ {
180
+ "caption": "\u5206\u9875\u5BFC\u822A",
181
+ "itemStyle": "DEFAULT",
182
+ "itemType": "CTRLPOS",
183
+ "layoutPos": {
184
+ "shrink": 1,
185
+ "layout": "FLEX"
186
+ },
187
+ "showCaption": true,
188
+ "id": "tabexppanel"
189
+ }
190
+ ],
191
+ "predefinedType": "ToolbarContainer",
192
+ "layout": {
193
+ "layout": "FLEX"
194
+ },
195
+ "dataRegionType": "INHERIT",
196
+ "caption": "\u5BB9\u5668",
197
+ "itemStyle": "DEFAULT",
198
+ "itemType": "CONTAINER",
199
+ "layoutPos": {
200
+ "shrink": 1,
201
+ "layout": "FLEX"
202
+ },
203
+ "id": "view_toolbar_container2"
204
+ }
205
+ ],
206
+ "layout": {
207
+ "layout": "FLEX"
208
+ },
209
+ "dataRegionType": "INHERIT",
210
+ "caption": "\u5BB9\u5668",
211
+ "itemStyle": "DEFAULT",
212
+ "itemType": "CONTAINER",
213
+ "layoutPos": {
214
+ "grow": 1,
215
+ "shrink": 1,
216
+ "layout": "FLEX"
217
+ },
218
+ "id": "view_top"
219
+ }
220
+ ],
221
+ "layoutPanel": true,
222
+ "mobilePanel": true,
223
+ "codeName": "MobTabExpViewLayout_FLOW",
224
+ "controlType": "VIEWLAYOUTPANEL",
225
+ "logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F_\u6D41\u5F0F\u5E03\u5C40",
226
+ "appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
227
+ "controlParam": {},
228
+ "modelId": "94c92f1514966568a46c8277ab51d5d8",
229
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
230
+ "name": "layoutpanel",
231
+ "id": "mobtabexpviewlayout_flow"
232
+ };
233
+
234
+ export { DEMobTabExpView_FLOW as default };
@@ -0,0 +1,127 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
6
+ rootPanelItems: {
7
+ actionGroupExtractMode: string;
8
+ panelItems: ({
9
+ actionGroupExtractMode: string;
10
+ panelItems: {
11
+ caption: string;
12
+ itemStyle: string;
13
+ itemType: string;
14
+ layoutPos: {
15
+ shrink: number;
16
+ layout: string;
17
+ };
18
+ showCaption: boolean;
19
+ id: string;
20
+ }[];
21
+ layout: {
22
+ layout: string;
23
+ align?: undefined;
24
+ dir?: undefined;
25
+ valign?: undefined;
26
+ };
27
+ dataRegionType: string;
28
+ caption: string;
29
+ itemStyle: string;
30
+ itemType: string;
31
+ layoutPos: {
32
+ shrink: number;
33
+ layout: string;
34
+ grow?: undefined;
35
+ };
36
+ id: string;
37
+ } | {
38
+ actionGroupExtractMode: string;
39
+ panelItems: {
40
+ caption: string;
41
+ itemStyle: string;
42
+ itemType: string;
43
+ layoutPos: {
44
+ grow: number;
45
+ shrink: number;
46
+ layout: string;
47
+ };
48
+ showCaption: boolean;
49
+ id: string;
50
+ }[];
51
+ layout: {
52
+ align: string;
53
+ dir: string;
54
+ layout: string;
55
+ valign: string;
56
+ };
57
+ dataRegionType: string;
58
+ caption: string;
59
+ itemStyle: string;
60
+ itemType: string;
61
+ layoutPos: {
62
+ shrink: number;
63
+ layout: string;
64
+ grow?: undefined;
65
+ };
66
+ id: string;
67
+ } | {
68
+ actionGroupExtractMode: string;
69
+ panelItems: {
70
+ rawItem: {
71
+ predefinedType: string;
72
+ id: string;
73
+ };
74
+ caption: string;
75
+ itemStyle: string;
76
+ itemType: string;
77
+ layoutPos: {
78
+ grow: number;
79
+ shrink: number;
80
+ layout: string;
81
+ };
82
+ showCaption: boolean;
83
+ id: string;
84
+ }[];
85
+ layout: {
86
+ layout: string;
87
+ align?: undefined;
88
+ dir?: undefined;
89
+ valign?: undefined;
90
+ };
91
+ dataRegionType: string;
92
+ caption: string;
93
+ itemStyle: string;
94
+ itemType: string;
95
+ layoutPos: {
96
+ grow: number;
97
+ shrink: number;
98
+ layout: string;
99
+ };
100
+ id: string;
101
+ })[];
102
+ layout: {
103
+ layout: string;
104
+ };
105
+ dataRegionType: string;
106
+ caption: string;
107
+ itemStyle: string;
108
+ itemType: string;
109
+ layoutPos: {
110
+ grow: number;
111
+ shrink: number;
112
+ layout: string;
113
+ };
114
+ id: string;
115
+ }[];
116
+ layoutPanel: boolean;
117
+ codeName: string;
118
+ controlType: string;
119
+ logicName: string;
120
+ appDataEntityId: string;
121
+ controlParam: {};
122
+ modelId: string;
123
+ modelType: string;
124
+ name: string;
125
+ id: string;
126
+ };
127
+ export default _default;