@ibiz-template/mob-theme 0.0.1 → 0.2.2

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 (68) hide show
  1. package/CHANGELOG.md +102 -0
  2. package/dist/index.min.css +1 -0
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/index.d.ts +2 -0
  6. package/es/index.mjs +1 -0
  7. package/es/publish/app-index-view-layout.d.ts +25 -0
  8. package/es/publish/app-index-view-layout.mjs +1 -0
  9. package/es/publish/app-wf-step-trace-view-layout.d.ts +33 -0
  10. package/es/publish/index.d.ts +9 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +170 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +210 -0
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +40 -0
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +174 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +170 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +247 -0
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +31 -12
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +39 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +200 -0
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +41 -0
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +41 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +262 -0
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +23 -4
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +148 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +25 -5
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +170 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +155 -0
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +23 -4
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +212 -0
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +6 -0
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +173 -0
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +112 -0
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -1
  36. package/es/theme/elements/index.css +1 -0
  37. package/es/theme/generic/index.css +1 -0
  38. package/es/theme/generic/vant.css +1 -0
  39. package/es/theme/index.css +1 -0
  40. package/es/theme/objects/index.css +1 -0
  41. package/es/theme/objects/state/state.css +0 -0
  42. package/es/theme/theme/dark/dark-theme.css +1 -0
  43. package/es/theme/theme/index.css +1 -0
  44. package/es/theme/theme/light/light-theme.css +1 -0
  45. package/es/theme/tumps/index.css +1 -0
  46. package/es/theme/var.css +1 -0
  47. package/lib/index.cjs +1 -0
  48. package/lib/publish/app-index-view-layout.cjs +1 -0
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +31 -12
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +23 -4
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +25 -5
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +23 -4
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +6 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -1
  57. package/lib/theme/elements/index.css +1 -0
  58. package/lib/theme/generic/index.css +1 -0
  59. package/lib/theme/generic/vant.css +1 -0
  60. package/lib/theme/index.css +1 -0
  61. package/lib/theme/objects/index.css +1 -0
  62. package/lib/theme/objects/state/state.css +0 -0
  63. package/lib/theme/theme/dark/dark-theme.css +1 -0
  64. package/lib/theme/theme/index.css +1 -0
  65. package/lib/theme/theme/light/light-theme.css +1 -0
  66. package/lib/theme/tumps/index.css +1 -0
  67. package/lib/theme/var.css +1 -0
  68. package/package.json +9 -7
@@ -0,0 +1,200 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: ({
5
+ panelItems: {
6
+ panelItems: ({
7
+ panelItems: ({
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
+ layout: string;
21
+ align?: undefined;
22
+ dir?: undefined;
23
+ };
24
+ dataRegionType: string;
25
+ caption: string;
26
+ itemStyle: string;
27
+ itemType: string;
28
+ layoutPos: {
29
+ shrink: number;
30
+ layout: string;
31
+ grow?: undefined;
32
+ };
33
+ id: string;
34
+ } | {
35
+ panelItems: {
36
+ caption: string;
37
+ itemStyle: string;
38
+ itemType: string;
39
+ layoutPos: {
40
+ shrink: number;
41
+ heightMode: string;
42
+ layout: string;
43
+ };
44
+ showCaption: boolean;
45
+ id: string;
46
+ }[];
47
+ layout: {
48
+ align: string;
49
+ dir: string;
50
+ layout: string;
51
+ };
52
+ dataRegionType: string;
53
+ caption: string;
54
+ itemStyle: string;
55
+ itemType: string;
56
+ layoutPos: {
57
+ grow: number;
58
+ shrink: number;
59
+ layout: string;
60
+ };
61
+ id: string;
62
+ })[];
63
+ predefinedType: string;
64
+ layout: {
65
+ dir: string;
66
+ layout: string;
67
+ };
68
+ dataRegionType: string;
69
+ caption: string;
70
+ itemStyle: string;
71
+ itemType: string;
72
+ layoutPos: {
73
+ shrink: number;
74
+ layout: string;
75
+ };
76
+ id: string;
77
+ } | {
78
+ panelItems: {
79
+ caption: string;
80
+ itemStyle: string;
81
+ itemType: string;
82
+ layoutPos: {
83
+ shrink: number;
84
+ layout: string;
85
+ };
86
+ showCaption: boolean;
87
+ id: string;
88
+ }[];
89
+ predefinedType: string;
90
+ layout: {
91
+ layout: string;
92
+ dir?: undefined;
93
+ };
94
+ dataRegionType: string;
95
+ caption: string;
96
+ itemStyle: string;
97
+ itemType: string;
98
+ layoutPos: {
99
+ shrink: number;
100
+ layout: string;
101
+ };
102
+ id: string;
103
+ })[];
104
+ predefinedType: string;
105
+ layout: {
106
+ dir: string;
107
+ layout: string;
108
+ };
109
+ dataRegionType: string;
110
+ caption: string;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ shrink: number;
115
+ layout: string;
116
+ };
117
+ id: string;
118
+ }[];
119
+ predefinedType: string;
120
+ layout: {
121
+ layout: string;
122
+ };
123
+ dataRegionType: string;
124
+ caption: string;
125
+ itemStyle: string;
126
+ itemType: string;
127
+ layoutPos: {
128
+ shrink: number;
129
+ layout: string;
130
+ grow?: undefined;
131
+ };
132
+ showCaption: boolean;
133
+ id: string;
134
+ } | {
135
+ panelItems: {
136
+ caption: string;
137
+ itemStyle: string;
138
+ itemType: string;
139
+ layoutPos: {
140
+ grow: number;
141
+ shrink: number;
142
+ layout: string;
143
+ };
144
+ showCaption: boolean;
145
+ id: string;
146
+ }[];
147
+ predefinedType: string;
148
+ layout: {
149
+ layout: string;
150
+ };
151
+ dataRegionType: string;
152
+ caption: string;
153
+ itemStyle: string;
154
+ itemType: string;
155
+ layoutPos: {
156
+ grow: number;
157
+ shrink: number;
158
+ layout: string;
159
+ };
160
+ id: string;
161
+ showCaption?: undefined;
162
+ } | {
163
+ panelItems: {
164
+ caption: string;
165
+ itemStyle: string;
166
+ itemType: string;
167
+ layoutPos: {
168
+ shrink: number;
169
+ layout: string;
170
+ };
171
+ showCaption: boolean;
172
+ id: string;
173
+ }[];
174
+ predefinedType: string;
175
+ layout: {
176
+ layout: string;
177
+ };
178
+ dataRegionType: string;
179
+ caption: string;
180
+ itemStyle: string;
181
+ itemType: string;
182
+ layoutPos: {
183
+ shrink: number;
184
+ layout: string;
185
+ grow?: undefined;
186
+ };
187
+ id: string;
188
+ showCaption?: undefined;
189
+ })[];
190
+ layoutPanel: boolean;
191
+ mobilePanel: boolean;
192
+ codeName: string;
193
+ controlType: string;
194
+ logicName: string;
195
+ appDataEntityId: string;
196
+ controlParam: {};
197
+ name: string;
198
+ id: string;
199
+ };
200
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ grow: number;
11
+ shrink: number;
12
+ layout: string;
13
+ };
14
+ showCaption: boolean;
15
+ id: string;
16
+ }[];
17
+ layout: {
18
+ layout: string;
19
+ };
20
+ dataRegionType: string;
21
+ caption: string;
22
+ itemStyle: string;
23
+ itemType: string;
24
+ layoutPos: {
25
+ grow: number;
26
+ shrink: number;
27
+ layout: string;
28
+ };
29
+ id: string;
30
+ }[];
31
+ layoutPanel: boolean;
32
+ mobilePanel: boolean;
33
+ codeName: string;
34
+ controlType: string;
35
+ logicName: string;
36
+ appDataEntityId: string;
37
+ controlParam: {};
38
+ name: string;
39
+ id: string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,41 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: {
5
+ panelItems: {
6
+ caption: string;
7
+ itemStyle: string;
8
+ itemType: string;
9
+ layoutPos: {
10
+ shrink: number;
11
+ layout: string;
12
+ };
13
+ showCaption: boolean;
14
+ id: string;
15
+ }[];
16
+ predefinedType: string;
17
+ layout: {
18
+ layout: string;
19
+ };
20
+ dataRegionType: string;
21
+ caption: string;
22
+ itemStyle: string;
23
+ itemType: string;
24
+ layoutPos: {
25
+ grow: number;
26
+ shrink: number;
27
+ layout: string;
28
+ };
29
+ id: string;
30
+ }[];
31
+ layoutPanel: boolean;
32
+ mobilePanel: boolean;
33
+ codeName: string;
34
+ controlType: string;
35
+ logicName: string;
36
+ appDataEntityId: string;
37
+ controlParam: {};
38
+ name: string;
39
+ id: string;
40
+ };
41
+ export default _default;
@@ -0,0 +1,262 @@
1
+ declare const _default: {
2
+ layoutBodyOnly: boolean;
3
+ layoutMode: string;
4
+ rootPanelItems: ({
5
+ panelItems: {
6
+ panelItems: ({
7
+ panelItems: ({
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
+ layout: string;
21
+ align?: undefined;
22
+ dir?: undefined;
23
+ };
24
+ dataRegionType: string;
25
+ caption: string;
26
+ itemStyle: string;
27
+ itemType: string;
28
+ layoutPos: {
29
+ shrink: number;
30
+ layout: string;
31
+ grow?: undefined;
32
+ };
33
+ id: string;
34
+ } | {
35
+ panelItems: {
36
+ caption: string;
37
+ itemStyle: string;
38
+ itemType: string;
39
+ layoutPos: {
40
+ shrink: number;
41
+ heightMode: string;
42
+ layout: string;
43
+ };
44
+ showCaption: boolean;
45
+ id: string;
46
+ }[];
47
+ layout: {
48
+ align: string;
49
+ dir: string;
50
+ layout: string;
51
+ };
52
+ dataRegionType: string;
53
+ caption: string;
54
+ itemStyle: string;
55
+ itemType: string;
56
+ layoutPos: {
57
+ grow: number;
58
+ shrink: number;
59
+ layout: string;
60
+ };
61
+ id: string;
62
+ })[];
63
+ predefinedType: string;
64
+ layout: {
65
+ dir: string;
66
+ layout: string;
67
+ };
68
+ dataRegionType: string;
69
+ caption: string;
70
+ itemStyle: string;
71
+ itemType: string;
72
+ layoutPos: {
73
+ shrink: number;
74
+ layout: string;
75
+ };
76
+ id: string;
77
+ } | {
78
+ panelItems: {
79
+ caption: string;
80
+ itemStyle: string;
81
+ itemType: string;
82
+ layoutPos: {
83
+ shrink: number;
84
+ layout: string;
85
+ };
86
+ showCaption: boolean;
87
+ id: string;
88
+ }[];
89
+ predefinedType: string;
90
+ layout: {
91
+ layout: string;
92
+ dir?: undefined;
93
+ };
94
+ dataRegionType: string;
95
+ caption: string;
96
+ itemStyle: string;
97
+ itemType: string;
98
+ layoutPos: {
99
+ shrink: number;
100
+ layout: string;
101
+ };
102
+ id: string;
103
+ })[];
104
+ predefinedType: string;
105
+ layout: {
106
+ dir: string;
107
+ layout: string;
108
+ };
109
+ dataRegionType: string;
110
+ caption: string;
111
+ itemStyle: string;
112
+ itemType: string;
113
+ layoutPos: {
114
+ shrink: number;
115
+ layout: string;
116
+ };
117
+ id: string;
118
+ }[];
119
+ predefinedType: string;
120
+ layout: {
121
+ layout: string;
122
+ };
123
+ dataRegionType: string;
124
+ caption: string;
125
+ itemStyle: string;
126
+ itemType: string;
127
+ layoutPos: {
128
+ shrink: number;
129
+ layout: string;
130
+ basis?: undefined;
131
+ grow?: undefined;
132
+ spacingBottom?: undefined;
133
+ spacingLeft?: undefined;
134
+ spacingRight?: undefined;
135
+ };
136
+ showCaption: boolean;
137
+ id: string;
138
+ } | {
139
+ panelItems: {
140
+ caption: string;
141
+ itemStyle: string;
142
+ itemType: string;
143
+ layoutPos: {
144
+ shrink: number;
145
+ layout: string;
146
+ };
147
+ showCaption: boolean;
148
+ id: string;
149
+ }[];
150
+ predefinedType: string;
151
+ layout: {
152
+ layout: string;
153
+ };
154
+ dataRegionType: string;
155
+ caption: string;
156
+ itemStyle: string;
157
+ itemType: string;
158
+ layoutPos: {
159
+ basis: number;
160
+ grow: number;
161
+ shrink: number;
162
+ layout: string;
163
+ spacingBottom?: undefined;
164
+ spacingLeft?: undefined;
165
+ spacingRight?: undefined;
166
+ };
167
+ id: string;
168
+ showCaption?: undefined;
169
+ } | {
170
+ panelItems: {
171
+ panelItems: ({
172
+ actionType: string;
173
+ uiactionId: string;
174
+ tooltip: string;
175
+ caption: string;
176
+ contentHeight: number;
177
+ height: number;
178
+ itemStyle: string;
179
+ itemType: string;
180
+ layoutPos: {
181
+ grow: number;
182
+ shrink: number;
183
+ height: number;
184
+ heightMode: string;
185
+ layout: string;
186
+ spacingRight: string;
187
+ spacingLeft?: undefined;
188
+ };
189
+ showCaption: boolean;
190
+ id: string;
191
+ } | {
192
+ actionType: string;
193
+ uiactionId: string;
194
+ tooltip: string;
195
+ caption: string;
196
+ contentHeight: number;
197
+ height: number;
198
+ itemStyle: string;
199
+ itemType: string;
200
+ layoutPos: {
201
+ grow: number;
202
+ shrink: number;
203
+ height: number;
204
+ heightMode: string;
205
+ layout: string;
206
+ spacingLeft: string;
207
+ spacingRight?: undefined;
208
+ };
209
+ showCaption: boolean;
210
+ id: string;
211
+ })[];
212
+ layout: {
213
+ align: string;
214
+ dir: string;
215
+ layout: string;
216
+ };
217
+ dataRegionType: string;
218
+ caption: string;
219
+ contentHeight: number;
220
+ height: number;
221
+ itemStyle: string;
222
+ itemType: string;
223
+ layoutPos: {
224
+ grow: number;
225
+ shrink: number;
226
+ height: number;
227
+ heightMode: string;
228
+ layout: string;
229
+ };
230
+ id: string;
231
+ }[];
232
+ predefinedType: string;
233
+ layout: {
234
+ layout: string;
235
+ };
236
+ dataRegionType: string;
237
+ caption: string;
238
+ itemStyle: string;
239
+ itemType: string;
240
+ layoutPos: {
241
+ shrink: number;
242
+ layout: string;
243
+ spacingBottom: string;
244
+ spacingLeft: string;
245
+ spacingRight: string;
246
+ basis?: undefined;
247
+ grow?: undefined;
248
+ };
249
+ id: string;
250
+ showCaption?: undefined;
251
+ })[];
252
+ layoutPanel: boolean;
253
+ mobilePanel: boolean;
254
+ codeName: string;
255
+ controlType: string;
256
+ logicName: string;
257
+ appDataEntityId: string;
258
+ controlParam: {};
259
+ name: string;
260
+ id: string;
261
+ };
262
+ export default _default;
@@ -192,6 +192,8 @@ var DEMobPickupView = {
192
192
  "itemStyle": "DEFAULT",
193
193
  "itemType": "CONTAINER",
194
194
  "layoutPos": {
195
+ "basis": 0,
196
+ "grow": 1,
195
197
  "shrink": 1,
196
198
  "layout": "FLEX"
197
199
  },
@@ -206,11 +208,17 @@ var DEMobPickupView = {
206
208
  "uiactionId": "cancel",
207
209
  "tooltip": "\u53D6\u6D88",
208
210
  "caption": "\u53D6\u6D88",
211
+ "contentHeight": 40,
212
+ "height": 40,
209
213
  "itemStyle": "DEFAULT",
210
214
  "itemType": "BUTTON",
211
215
  "layoutPos": {
216
+ "grow": 1,
212
217
  "shrink": 1,
213
- "layout": "FLEX"
218
+ "height": 40,
219
+ "heightMode": "PX",
220
+ "layout": "FLEX",
221
+ "spacingRight": "OUTERSMALL"
214
222
  },
215
223
  "showCaption": true,
216
224
  "id": "button_cancelaction"
@@ -220,17 +228,24 @@ var DEMobPickupView = {
220
228
  "uiactionId": "ok",
221
229
  "tooltip": "\u786E\u5B9A",
222
230
  "caption": "\u786E\u5B9A",
223
- "itemStyle": "SUCCESS",
231
+ "contentHeight": 40,
232
+ "height": 40,
233
+ "itemStyle": "PRIMARY",
224
234
  "itemType": "BUTTON",
225
235
  "layoutPos": {
236
+ "grow": 1,
226
237
  "shrink": 1,
227
- "layout": "FLEX"
238
+ "height": 40,
239
+ "heightMode": "PX",
240
+ "layout": "FLEX",
241
+ "spacingLeft": "OUTERSMALL"
228
242
  },
229
243
  "showCaption": true,
230
244
  "id": "button_okaction"
231
245
  }
232
246
  ],
233
247
  "layout": {
248
+ "align": "space-around",
234
249
  "dir": "row",
235
250
  "layout": "FLEX"
236
251
  },
@@ -241,6 +256,7 @@ var DEMobPickupView = {
241
256
  "itemStyle": "DEFAULT",
242
257
  "itemType": "CONTAINER",
243
258
  "layoutPos": {
259
+ "grow": 1,
244
260
  "shrink": 1,
245
261
  "height": 100,
246
262
  "heightMode": "FULL",
@@ -259,7 +275,10 @@ var DEMobPickupView = {
259
275
  "itemType": "CONTAINER",
260
276
  "layoutPos": {
261
277
  "shrink": 1,
262
- "layout": "FLEX"
278
+ "layout": "FLEX",
279
+ "spacingBottom": "OUTERLARGE",
280
+ "spacingLeft": "OUTERSMALL",
281
+ "spacingRight": "OUTERSMALL"
263
282
  },
264
283
  "id": "view_footer"
265
284
  }