@ibiz-template/mob-theme 0.2.14 → 0.2.16

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 (18) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/dist/index.system.min.js +1 -1
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +43 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +49 -0
  6. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +99 -0
  7. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.mjs +111 -0
  8. package/es/publish/index.mjs +6 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +3 -1
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +2 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +238 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +286 -0
  13. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +53 -0
  14. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-layout.cjs +115 -0
  15. package/lib/publish/index.cjs +6 -0
  16. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +2 -0
  17. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +290 -0
  18. package/package.json +1 -1
@@ -0,0 +1,43 @@
1
+ declare const _default: {
2
+ layoutMode: string;
3
+ layout: {
4
+ layout: string;
5
+ };
6
+ rootPanelItems: {
7
+ actionGroupExtractMode: string;
8
+ panelItems: {
9
+ caption: string;
10
+ itemStyle: string;
11
+ itemType: string;
12
+ layoutPos: {
13
+ shrink: number;
14
+ layout: string;
15
+ };
16
+ showCaption: boolean;
17
+ id: string;
18
+ }[];
19
+ layout: {
20
+ dir: string;
21
+ layout: string;
22
+ };
23
+ dataRegionType: string;
24
+ itemStyle: string;
25
+ itemType: string;
26
+ layoutPos: {
27
+ shrink: number;
28
+ layout: string;
29
+ };
30
+ id: string;
31
+ }[];
32
+ layoutPanel: boolean;
33
+ codeName: string;
34
+ controlType: string;
35
+ logicName: string;
36
+ appDataEntityId: string;
37
+ controlParam: {};
38
+ modelId: string;
39
+ modelType: string;
40
+ name: string;
41
+ id: string;
42
+ };
43
+ export default _default;
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var TreeExpBar = {
3
+ "layoutMode": "Flex",
4
+ "layout": {
5
+ "layout": "FLEX"
6
+ },
7
+ "rootPanelItems": [
8
+ {
9
+ "actionGroupExtractMode": "ITEM",
10
+ "panelItems": [
11
+ {
12
+ "caption": "\u5BFC\u822A\u6811",
13
+ "itemStyle": "DEFAULT",
14
+ "itemType": "CTRLPOS",
15
+ "layoutPos": {
16
+ "shrink": 1,
17
+ "layout": "FLEX"
18
+ },
19
+ "showCaption": true,
20
+ "id": "treeexpbar_tree"
21
+ }
22
+ ],
23
+ "layout": {
24
+ "dir": "column",
25
+ "layout": "FLEX"
26
+ },
27
+ "dataRegionType": "INHERIT",
28
+ "itemStyle": "DEFAULT",
29
+ "itemType": "CONTAINER",
30
+ "layoutPos": {
31
+ "shrink": 1,
32
+ "layout": "FLEX"
33
+ },
34
+ "id": "view_content"
35
+ }
36
+ ],
37
+ "layoutPanel": true,
38
+ "codeName": "MobTreeExpBarLayout",
39
+ "controlType": "VIEWLAYOUTPANEL",
40
+ "logicName": "\u90E8\u4EF6-\u79FB\u52A8\u7AEF\u6811\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
41
+ "appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
42
+ "controlParam": {},
43
+ "modelId": "E8A7352D-CA7E-48A0-8E22-6EEA08A4FBB8",
44
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
45
+ "name": "layoutpanel",
46
+ "id": "mobtreeexpbarlayout"
47
+ };
48
+
49
+ export { TreeExpBar as default };
@@ -0,0 +1,99 @@
1
+ declare const _default: {
2
+ viewProxyMode: boolean;
3
+ layoutMode: string;
4
+ layout: {
5
+ layout: string;
6
+ };
7
+ rootPanelItems: ({
8
+ actionGroupExtractMode: string;
9
+ panelItems: {
10
+ actionGroupExtractMode: string;
11
+ panelItems: {
12
+ caption: string;
13
+ itemStyle: string;
14
+ itemType: string;
15
+ layoutPos: {
16
+ shrink: number;
17
+ layout: string;
18
+ };
19
+ showCaption: boolean;
20
+ id: string;
21
+ }[];
22
+ layout: {
23
+ layout: string;
24
+ };
25
+ dataRegionType: string;
26
+ caption: string;
27
+ itemStyle: string;
28
+ itemType: string;
29
+ layoutPos: {
30
+ shrink: number;
31
+ layout: string;
32
+ };
33
+ id: string;
34
+ }[];
35
+ layout: {
36
+ layout: string;
37
+ };
38
+ dataRegionType: string;
39
+ caption: string;
40
+ itemStyle: string;
41
+ itemType: string;
42
+ layoutPos: {
43
+ shrink: number;
44
+ layout: string;
45
+ grow?: undefined;
46
+ };
47
+ id: string;
48
+ } | {
49
+ actionGroupExtractMode: string;
50
+ panelItems: {
51
+ caption: string;
52
+ itemStyle: string;
53
+ itemType: string;
54
+ layoutPos: {
55
+ grow: number;
56
+ shrink: number;
57
+ layout: string;
58
+ };
59
+ showCaption: boolean;
60
+ id: string;
61
+ }[];
62
+ layout: {
63
+ layout: string;
64
+ };
65
+ dataRegionType: string;
66
+ caption: string;
67
+ itemStyle: string;
68
+ itemType: string;
69
+ layoutPos: {
70
+ grow: number;
71
+ shrink: number;
72
+ layout: string;
73
+ };
74
+ id: string;
75
+ })[];
76
+ layoutPanel: boolean;
77
+ controls: {
78
+ capLanguageRes: {
79
+ lanResTag: string;
80
+ };
81
+ caption: string;
82
+ codeName: string;
83
+ controlType: string;
84
+ appDataEntityId: string;
85
+ controlParam: {};
86
+ name: string;
87
+ id: string;
88
+ }[];
89
+ codeName: string;
90
+ controlType: string;
91
+ logicName: string;
92
+ appDataEntityId: string;
93
+ controlParam: {};
94
+ modelId: string;
95
+ modelType: string;
96
+ name: string;
97
+ id: string;
98
+ };
99
+ export default _default;
@@ -0,0 +1,111 @@
1
+ "use strict";
2
+ var TreeView = {
3
+ "viewProxyMode": 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
+ "caption": "\u641C\u7D22\u680F",
17
+ "itemStyle": "DEFAULT",
18
+ "itemType": "CTRLPOS",
19
+ "layoutPos": {
20
+ "shrink": 1,
21
+ "layout": "FLEX"
22
+ },
23
+ "showCaption": true,
24
+ "id": "searchbar"
25
+ }
26
+ ],
27
+ "layout": {
28
+ "layout": "FLEX"
29
+ },
30
+ "dataRegionType": "INHERIT",
31
+ "caption": "\u5BB9\u5668",
32
+ "itemStyle": "DEFAULT",
33
+ "itemType": "CONTAINER",
34
+ "layoutPos": {
35
+ "shrink": 1,
36
+ "layout": "FLEX"
37
+ },
38
+ "id": "control_searchbar"
39
+ }
40
+ ],
41
+ "layout": {
42
+ "layout": "FLEX"
43
+ },
44
+ "dataRegionType": "INHERIT",
45
+ "caption": "\u5BB9\u5668",
46
+ "itemStyle": "DEFAULT",
47
+ "itemType": "CONTAINER",
48
+ "layoutPos": {
49
+ "shrink": 0,
50
+ "layout": "FLEX"
51
+ },
52
+ "id": "control_header"
53
+ },
54
+ {
55
+ "actionGroupExtractMode": "ITEM",
56
+ "panelItems": [
57
+ {
58
+ "caption": "\u6811\u89C6\u56FE",
59
+ "itemStyle": "DEFAULT",
60
+ "itemType": "CTRLPOS",
61
+ "layoutPos": {
62
+ "grow": 1,
63
+ "shrink": 1,
64
+ "layout": "FLEX"
65
+ },
66
+ "showCaption": true,
67
+ "id": "tree"
68
+ }
69
+ ],
70
+ "layout": {
71
+ "layout": "FLEX"
72
+ },
73
+ "dataRegionType": "INHERIT",
74
+ "caption": "\u5BB9\u5668",
75
+ "itemStyle": "DEFAULT",
76
+ "itemType": "CONTAINER",
77
+ "layoutPos": {
78
+ "grow": 1,
79
+ "shrink": 1,
80
+ "layout": "FLEX"
81
+ },
82
+ "id": "control_tree"
83
+ }
84
+ ],
85
+ "layoutPanel": true,
86
+ "controls": [
87
+ {
88
+ "capLanguageRes": {
89
+ "lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
90
+ },
91
+ "caption": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
92
+ "codeName": "MobTreeLayoutcaptionbar",
93
+ "controlType": "CAPTIONBAR",
94
+ "appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
95
+ "controlParam": {},
96
+ "name": "captionbar",
97
+ "id": "mobtreelayoutcaptionbar"
98
+ }
99
+ ],
100
+ "codeName": "Usr1023111608",
101
+ "controlType": "VIEWLAYOUTPANEL",
102
+ "logicName": "\u79FB\u52A8\u7AEF\u6811\u90E8\u4EF6\u5E03\u5C40\u5E03\u5C40\u9762\u677F",
103
+ "appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
104
+ "controlParam": {},
105
+ "modelId": "6676E7E6-FD4A-4342-97C3-468B43B7B263",
106
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
107
+ "name": "layoutpanel",
108
+ "id": "usr1023111608"
109
+ };
110
+
111
+ export { TreeView as default };
@@ -25,6 +25,9 @@ import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-la
25
25
  import DEMobWFDynaActionView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs';
26
26
  import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs';
27
27
  import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
28
+ import DEMobTreeExpView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs';
29
+ import TreeExpBar from './control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs';
30
+ import TreeView from './control-layout/control-layout-model-repository-mob-tree-layout.mjs';
28
31
 
29
32
  "use strict";
30
33
  function install(callBack) {
@@ -55,6 +58,9 @@ function install(callBack) {
55
58
  callBack("DEMOBWFDYNAACTIONVIEW_DEFAULT", DEMobWFDynaActionView);
56
59
  callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
57
60
  callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
61
+ callBack("DEMOBTREEEXPVIEW_DEFAULT", DEMobTreeExpView);
62
+ callBack("TREEVIEW_DEFAULT", TreeView);
63
+ callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
58
64
  }
59
65
 
60
66
  export { install };
@@ -165,9 +165,10 @@ declare const _default: {
165
165
  itemStyle: string;
166
166
  itemType: string;
167
167
  layoutPos: {
168
+ basis: number;
169
+ grow: number;
168
170
  shrink: number;
169
171
  layout: string;
170
- grow?: undefined;
171
172
  };
172
173
  id: string;
173
174
  predefinedType?: undefined;
@@ -201,6 +202,7 @@ declare const _default: {
201
202
  grow: number;
202
203
  shrink: number;
203
204
  layout: string;
205
+ basis?: undefined;
204
206
  };
205
207
  id: string;
206
208
  })[];
@@ -211,6 +211,8 @@ var DEMobTabExpView = {
211
211
  "itemStyle": "DEFAULT",
212
212
  "itemType": "CONTAINER",
213
213
  "layoutPos": {
214
+ "basis": 0,
215
+ "grow": 0,
214
216
  "shrink": 0,
215
217
  "layout": "FLEX"
216
218
  },
@@ -0,0 +1,238 @@
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
+ actionGroupExtractMode: string;
12
+ panelItems: {
13
+ actionGroupExtractMode: string;
14
+ panelItems: ({
15
+ actionGroupExtractMode: string;
16
+ panelItems: {
17
+ caption: string;
18
+ itemStyle: string;
19
+ itemType: string;
20
+ layoutPos: {
21
+ grow: number;
22
+ shrink: number;
23
+ heightMode: string;
24
+ layout: string;
25
+ valignSelf: string;
26
+ widthMode: string;
27
+ };
28
+ showCaption: boolean;
29
+ id: string;
30
+ }[];
31
+ layout: {
32
+ layout: string;
33
+ align?: undefined;
34
+ dir?: undefined;
35
+ };
36
+ dataRegionType: string;
37
+ caption: string;
38
+ contentWidth: number;
39
+ itemStyle: string;
40
+ itemType: string;
41
+ layoutPos: {
42
+ basis: number;
43
+ shrink: number;
44
+ layout: string;
45
+ width: number;
46
+ widthMode: string;
47
+ grow?: undefined;
48
+ };
49
+ width: number;
50
+ id: string;
51
+ } | {
52
+ actionGroupExtractMode: string;
53
+ panelItems: {
54
+ caption: string;
55
+ itemStyle: string;
56
+ itemType: string;
57
+ layoutPos: {
58
+ shrink: number;
59
+ heightMode: string;
60
+ layout: string;
61
+ widthMode: string;
62
+ };
63
+ showCaption: boolean;
64
+ id: string;
65
+ }[];
66
+ layout: {
67
+ align: string;
68
+ dir: string;
69
+ layout: string;
70
+ };
71
+ dataRegionType: string;
72
+ caption: string;
73
+ itemStyle: string;
74
+ itemType: string;
75
+ layoutPos: {
76
+ grow: number;
77
+ shrink: number;
78
+ layout: string;
79
+ basis?: undefined;
80
+ width?: undefined;
81
+ widthMode?: undefined;
82
+ };
83
+ id: string;
84
+ contentWidth?: undefined;
85
+ width?: undefined;
86
+ })[];
87
+ predefinedType: string;
88
+ layout: {
89
+ dir: string;
90
+ layout: string;
91
+ };
92
+ dataRegionType: string;
93
+ caption: string;
94
+ itemStyle: string;
95
+ itemType: string;
96
+ layoutPos: {
97
+ shrink: number;
98
+ layout: string;
99
+ };
100
+ id: string;
101
+ }[];
102
+ predefinedType: string;
103
+ layout: {
104
+ dir: string;
105
+ layout: string;
106
+ };
107
+ dataRegionType: string;
108
+ caption: string;
109
+ itemStyle: string;
110
+ itemType: string;
111
+ layoutPos: {
112
+ shrink: number;
113
+ layout: string;
114
+ };
115
+ id: string;
116
+ }[];
117
+ predefinedType: string;
118
+ layout: {
119
+ layout: string;
120
+ };
121
+ dataRegionType: string;
122
+ caption: string;
123
+ itemStyle: string;
124
+ itemType: string;
125
+ layoutPos: {
126
+ shrink: number;
127
+ layout: string;
128
+ };
129
+ showCaption: boolean;
130
+ id: string;
131
+ }[];
132
+ layout: {
133
+ dir: string;
134
+ layout: string;
135
+ };
136
+ dataRegionType: string;
137
+ itemStyle: string;
138
+ itemType: string;
139
+ layoutPos: {
140
+ shrink: number;
141
+ layout: string;
142
+ };
143
+ id: string;
144
+ caption?: undefined;
145
+ } | {
146
+ actionGroupExtractMode: string;
147
+ panelItems: ({
148
+ actionGroupExtractMode: string;
149
+ panelItems: {
150
+ caption: string;
151
+ itemStyle: string;
152
+ itemType: string;
153
+ layoutPos: {
154
+ shrink: number;
155
+ layout: string;
156
+ };
157
+ showCaption: boolean;
158
+ id: string;
159
+ }[];
160
+ layout: {
161
+ layout: string;
162
+ };
163
+ dataRegionType: string;
164
+ caption: string;
165
+ contentWidth: number;
166
+ itemStyle: string;
167
+ itemType: string;
168
+ layoutPos: {
169
+ shrink: number;
170
+ layout: string;
171
+ width: number;
172
+ widthMode: string;
173
+ grow?: undefined;
174
+ };
175
+ width: number;
176
+ id: string;
177
+ } | {
178
+ actionGroupExtractMode: string;
179
+ panelItems: {
180
+ rawItem: {
181
+ predefinedType: string;
182
+ id: string;
183
+ };
184
+ caption: string;
185
+ itemStyle: string;
186
+ itemType: string;
187
+ layoutPos: {
188
+ shrink: number;
189
+ layout: string;
190
+ };
191
+ showCaption: boolean;
192
+ id: string;
193
+ }[];
194
+ layout: {
195
+ layout: string;
196
+ };
197
+ dataRegionType: string;
198
+ caption: string;
199
+ itemStyle: string;
200
+ itemType: string;
201
+ layoutPos: {
202
+ grow: number;
203
+ shrink: number;
204
+ layout: string;
205
+ width?: undefined;
206
+ widthMode?: undefined;
207
+ };
208
+ id: string;
209
+ contentWidth?: undefined;
210
+ width?: undefined;
211
+ })[];
212
+ layout: {
213
+ dir: string;
214
+ layout: string;
215
+ };
216
+ dataRegionType: string;
217
+ caption: string;
218
+ itemStyle: string;
219
+ itemType: string;
220
+ layoutPos: {
221
+ shrink: number;
222
+ layout: string;
223
+ };
224
+ id: string;
225
+ })[];
226
+ layoutPanel: boolean;
227
+ mobilePanel: boolean;
228
+ codeName: string;
229
+ controlType: string;
230
+ logicName: string;
231
+ appDataEntityId: string;
232
+ controlParam: {};
233
+ modelId: string;
234
+ modelType: string;
235
+ name: string;
236
+ id: string;
237
+ };
238
+ export default _default;