@ibiz-template/mob-theme 0.2.2 → 0.2.4
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/CHANGELOG.md +9 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.mjs +2 -0
- package/es/publish/app-index-view-layout.d.ts +3 -0
- package/es/publish/app-index-view-layout.mjs +4 -0
- package/es/publish/app-wf-step-trace-view-layout.d.ts +3 -0
- package/es/publish/app-wf-step-trace-view-layout.mjs +4 -0
- package/es/publish/index.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +32 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +8 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +7 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +11 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +5 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +11 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +6 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +7 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +32 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +7 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +6 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +10 -0
- package/es/theme/elements/index.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/index.cjs +1 -1
- package/lib/publish/app-index-view-layout.cjs +4 -0
- package/lib/publish/app-wf-step-trace-view-layout.cjs +4 -0
- package/lib/publish/index.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +8 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +5 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +7 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +7 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +10 -0
- package/lib/theme/elements/index.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +2 -2
package/es/index.mjs
CHANGED
package/es/publish/index.mjs
CHANGED
|
@@ -18,6 +18,7 @@ import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-la
|
|
|
18
18
|
import DEMobWFDynaActionView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs';
|
|
19
19
|
import DEMobWFDynaStartView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs';
|
|
20
20
|
|
|
21
|
+
"use strict";
|
|
21
22
|
function install(callBack) {
|
|
22
23
|
callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
|
|
23
24
|
callBack("APPWFSTEPTRACEVIEW_DEFAULT", AppWFStepTraceViewLayout);
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutBodyOnly: boolean;
|
|
3
3
|
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
4
7
|
rootPanelItems: ({
|
|
5
8
|
panelItems: {
|
|
6
9
|
panelItems: {
|
|
@@ -59,6 +62,35 @@ declare const _default: {
|
|
|
59
62
|
layout: string;
|
|
60
63
|
};
|
|
61
64
|
id: string;
|
|
65
|
+
} | {
|
|
66
|
+
panelItems: {
|
|
67
|
+
caption: string;
|
|
68
|
+
itemStyle: string;
|
|
69
|
+
itemType: string;
|
|
70
|
+
layoutPos: {
|
|
71
|
+
shrink: number;
|
|
72
|
+
heightMode: string;
|
|
73
|
+
layout: string;
|
|
74
|
+
valignSelf: string;
|
|
75
|
+
};
|
|
76
|
+
showCaption: boolean;
|
|
77
|
+
id: string;
|
|
78
|
+
}[];
|
|
79
|
+
layout: {
|
|
80
|
+
layout: string;
|
|
81
|
+
align?: undefined;
|
|
82
|
+
dir?: undefined;
|
|
83
|
+
};
|
|
84
|
+
dataRegionType: string;
|
|
85
|
+
caption: string;
|
|
86
|
+
itemStyle: string;
|
|
87
|
+
itemType: string;
|
|
88
|
+
layoutPos: {
|
|
89
|
+
shrink: number;
|
|
90
|
+
layout: string;
|
|
91
|
+
grow?: undefined;
|
|
92
|
+
};
|
|
93
|
+
id: string;
|
|
62
94
|
})[];
|
|
63
95
|
predefinedType: string;
|
|
64
96
|
layout: {
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobEditView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
4
8
|
"rootPanelItems": [
|
|
5
9
|
{
|
|
6
10
|
"panelItems": [
|
|
@@ -74,7 +78,9 @@ var DEMobEditView = {
|
|
|
74
78
|
"itemType": "CTRLPOS",
|
|
75
79
|
"layoutPos": {
|
|
76
80
|
"shrink": 1,
|
|
77
|
-
"
|
|
81
|
+
"heightMode": "FULL",
|
|
82
|
+
"layout": "FLEX",
|
|
83
|
+
"valignSelf": "MIDDLE"
|
|
78
84
|
},
|
|
79
85
|
"showCaption": true,
|
|
80
86
|
"id": "righttoolbar"
|
|
@@ -135,7 +141,7 @@ var DEMobEditView = {
|
|
|
135
141
|
"itemStyle": "DEFAULT",
|
|
136
142
|
"itemType": "CONTAINER",
|
|
137
143
|
"layoutPos": {
|
|
138
|
-
"shrink":
|
|
144
|
+
"shrink": 0,
|
|
139
145
|
"layout": "FLEX"
|
|
140
146
|
},
|
|
141
147
|
"showCaption": true,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutBodyOnly: boolean;
|
|
3
3
|
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
4
7
|
rootPanelItems: ({
|
|
5
8
|
panelItems: {
|
|
6
9
|
panelItems: ({
|
|
@@ -180,7 +183,11 @@ declare const _default: {
|
|
|
180
183
|
} | {
|
|
181
184
|
panelItems: {
|
|
182
185
|
actionType: string;
|
|
186
|
+
buttonHeight: number;
|
|
187
|
+
buttonStyle: string;
|
|
188
|
+
buttonType: string;
|
|
183
189
|
uiactionId: string;
|
|
190
|
+
renderMode: string;
|
|
184
191
|
tooltip: string;
|
|
185
192
|
caption: string;
|
|
186
193
|
contentHeight: number;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobMPickupView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
4
8
|
"rootPanelItems": [
|
|
5
9
|
{
|
|
6
10
|
"panelItems": [
|
|
@@ -216,7 +220,11 @@ var DEMobMPickupView = {
|
|
|
216
220
|
"panelItems": [
|
|
217
221
|
{
|
|
218
222
|
"actionType": "UIACTION",
|
|
223
|
+
"buttonHeight": 40,
|
|
224
|
+
"buttonStyle": "DEFAULT",
|
|
225
|
+
"buttonType": "PANELBUTTON",
|
|
219
226
|
"uiactionId": "cancel",
|
|
227
|
+
"renderMode": "BUTTON",
|
|
220
228
|
"tooltip": "\u53D6\u6D88",
|
|
221
229
|
"caption": "\u53D6\u6D88",
|
|
222
230
|
"contentHeight": 40,
|
|
@@ -236,7 +244,11 @@ var DEMobMPickupView = {
|
|
|
236
244
|
},
|
|
237
245
|
{
|
|
238
246
|
"actionType": "UIACTION",
|
|
247
|
+
"buttonHeight": 40,
|
|
248
|
+
"buttonStyle": "PRIMARY",
|
|
249
|
+
"buttonType": "PANELBUTTON",
|
|
239
250
|
"uiactionId": "ok",
|
|
251
|
+
"renderMode": "BUTTON",
|
|
240
252
|
"tooltip": "\u786E\u5B9A",
|
|
241
253
|
"caption": "\u786E\u5B9A",
|
|
242
254
|
"contentHeight": 40,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutBodyOnly: boolean;
|
|
3
3
|
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
4
7
|
rootPanelItems: ({
|
|
5
8
|
panelItems: {
|
|
6
9
|
panelItems: ({
|
|
@@ -170,7 +173,11 @@ declare const _default: {
|
|
|
170
173
|
panelItems: {
|
|
171
174
|
panelItems: ({
|
|
172
175
|
actionType: string;
|
|
176
|
+
buttonHeight: number;
|
|
177
|
+
buttonStyle: string;
|
|
178
|
+
buttonType: string;
|
|
173
179
|
uiactionId: string;
|
|
180
|
+
renderMode: string;
|
|
174
181
|
tooltip: string;
|
|
175
182
|
caption: string;
|
|
176
183
|
contentHeight: number;
|
|
@@ -190,7 +197,11 @@ declare const _default: {
|
|
|
190
197
|
id: string;
|
|
191
198
|
} | {
|
|
192
199
|
actionType: string;
|
|
200
|
+
buttonHeight: number;
|
|
201
|
+
buttonStyle: string;
|
|
202
|
+
buttonType: string;
|
|
193
203
|
uiactionId: string;
|
|
204
|
+
renderMode: string;
|
|
194
205
|
tooltip: string;
|
|
195
206
|
caption: string;
|
|
196
207
|
contentHeight: number;
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobPickupView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
4
8
|
"rootPanelItems": [
|
|
5
9
|
{
|
|
6
10
|
"panelItems": [
|
|
@@ -205,7 +209,11 @@ var DEMobPickupView = {
|
|
|
205
209
|
"panelItems": [
|
|
206
210
|
{
|
|
207
211
|
"actionType": "UIACTION",
|
|
212
|
+
"buttonHeight": 40,
|
|
213
|
+
"buttonStyle": "DEFAULT",
|
|
214
|
+
"buttonType": "PANELBUTTON",
|
|
208
215
|
"uiactionId": "cancel",
|
|
216
|
+
"renderMode": "BUTTON",
|
|
209
217
|
"tooltip": "\u53D6\u6D88",
|
|
210
218
|
"caption": "\u53D6\u6D88",
|
|
211
219
|
"contentHeight": 40,
|
|
@@ -225,7 +233,11 @@ var DEMobPickupView = {
|
|
|
225
233
|
},
|
|
226
234
|
{
|
|
227
235
|
"actionType": "UIACTION",
|
|
236
|
+
"buttonHeight": 40,
|
|
237
|
+
"buttonStyle": "PRIMARY",
|
|
238
|
+
"buttonType": "PANELBUTTON",
|
|
228
239
|
"uiactionId": "ok",
|
|
240
|
+
"renderMode": "BUTTON",
|
|
229
241
|
"tooltip": "\u786E\u5B9A",
|
|
230
242
|
"caption": "\u786E\u5B9A",
|
|
231
243
|
"contentHeight": 40,
|
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutBodyOnly: boolean;
|
|
3
3
|
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
4
7
|
rootPanelItems: ({
|
|
5
8
|
panelItems: ({
|
|
6
9
|
panelItems: ({
|
|
@@ -114,6 +117,7 @@ declare const _default: {
|
|
|
114
117
|
itemStyle: string;
|
|
115
118
|
itemType: string;
|
|
116
119
|
layoutPos: {
|
|
120
|
+
grow: number;
|
|
117
121
|
shrink: number;
|
|
118
122
|
layout: string;
|
|
119
123
|
};
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobTabExpView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
5
|
+
"layout": {
|
|
6
|
+
"layout": "FLEX"
|
|
7
|
+
},
|
|
4
8
|
"rootPanelItems": [
|
|
5
9
|
{
|
|
6
10
|
"panelItems": [
|
|
@@ -130,6 +134,7 @@ var DEMobTabExpView = {
|
|
|
130
134
|
"itemStyle": "DEFAULT",
|
|
131
135
|
"itemType": "RAWITEM",
|
|
132
136
|
"layoutPos": {
|
|
137
|
+
"grow": 1,
|
|
133
138
|
"shrink": 1,
|
|
134
139
|
"layout": "FLEX"
|
|
135
140
|
},
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
3
6
|
rootPanelItems: ({
|
|
4
7
|
panelItems: {
|
|
5
8
|
panelItems: {
|
|
@@ -83,7 +86,11 @@ declare const _default: {
|
|
|
83
86
|
} | {
|
|
84
87
|
panelItems: ({
|
|
85
88
|
actionType: string;
|
|
89
|
+
buttonHeight: number;
|
|
90
|
+
buttonStyle: string;
|
|
91
|
+
buttonType: string;
|
|
86
92
|
uiactionId: string;
|
|
93
|
+
renderMode: string;
|
|
87
94
|
tooltip: string;
|
|
88
95
|
caption: string;
|
|
89
96
|
contentHeight: number;
|
|
@@ -103,7 +110,11 @@ declare const _default: {
|
|
|
103
110
|
id: string;
|
|
104
111
|
} | {
|
|
105
112
|
actionType: string;
|
|
113
|
+
buttonHeight: number;
|
|
114
|
+
buttonStyle: string;
|
|
115
|
+
buttonType: string;
|
|
106
116
|
uiactionId: string;
|
|
117
|
+
renderMode: string;
|
|
107
118
|
tooltip: string;
|
|
108
119
|
caption: string;
|
|
109
120
|
contentHeight: number;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobWFDynaActionView = {
|
|
2
3
|
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
3
7
|
"rootPanelItems": [
|
|
4
8
|
{
|
|
5
9
|
"panelItems": [
|
|
@@ -83,7 +87,11 @@ var DEMobWFDynaActionView = {
|
|
|
83
87
|
"panelItems": [
|
|
84
88
|
{
|
|
85
89
|
"actionType": "UIACTION",
|
|
90
|
+
"buttonHeight": 40,
|
|
91
|
+
"buttonStyle": "DEFAULT",
|
|
92
|
+
"buttonType": "PANELBUTTON",
|
|
86
93
|
"uiactionId": "cancel",
|
|
94
|
+
"renderMode": "BUTTON",
|
|
87
95
|
"tooltip": "\u53D6\u6D88",
|
|
88
96
|
"caption": "\u53D6\u6D88",
|
|
89
97
|
"contentHeight": 40,
|
|
@@ -103,7 +111,11 @@ var DEMobWFDynaActionView = {
|
|
|
103
111
|
},
|
|
104
112
|
{
|
|
105
113
|
"actionType": "UIACTION",
|
|
114
|
+
"buttonHeight": 40,
|
|
115
|
+
"buttonStyle": "PRIMARY",
|
|
116
|
+
"buttonType": "PANELBUTTON",
|
|
106
117
|
"uiactionId": "ok",
|
|
118
|
+
"renderMode": "BUTTON",
|
|
107
119
|
"tooltip": "\u786E\u5B9A",
|
|
108
120
|
"caption": "\u786E\u5B9A",
|
|
109
121
|
"contentHeight": 40,
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
3
6
|
rootPanelItems: ({
|
|
4
7
|
panelItems: ({
|
|
5
8
|
panelItems: ({
|
|
@@ -110,6 +113,7 @@ declare const _default: {
|
|
|
110
113
|
layoutPos: {
|
|
111
114
|
shrink: number;
|
|
112
115
|
layout: string;
|
|
116
|
+
basis?: undefined;
|
|
113
117
|
grow?: undefined;
|
|
114
118
|
};
|
|
115
119
|
id: string;
|
|
@@ -167,6 +171,7 @@ declare const _default: {
|
|
|
167
171
|
itemStyle: string;
|
|
168
172
|
itemType: string;
|
|
169
173
|
layoutPos: {
|
|
174
|
+
basis: number;
|
|
170
175
|
grow: number;
|
|
171
176
|
shrink: number;
|
|
172
177
|
layout: string;
|
|
@@ -195,6 +200,7 @@ declare const _default: {
|
|
|
195
200
|
layoutPos: {
|
|
196
201
|
shrink: number;
|
|
197
202
|
layout: string;
|
|
203
|
+
basis?: undefined;
|
|
198
204
|
grow?: undefined;
|
|
199
205
|
};
|
|
200
206
|
id: string;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobWFDynaEditView3 = {
|
|
2
3
|
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
3
7
|
"rootPanelItems": [
|
|
4
8
|
{
|
|
5
9
|
"panelItems": [
|
|
@@ -86,7 +90,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
86
90
|
"itemStyle": "DEFAULT",
|
|
87
91
|
"itemType": "CONTAINER",
|
|
88
92
|
"layoutPos": {
|
|
89
|
-
"shrink":
|
|
93
|
+
"shrink": 0,
|
|
90
94
|
"layout": "FLEX"
|
|
91
95
|
},
|
|
92
96
|
"id": "view_right_toolbar"
|
|
@@ -143,7 +147,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
143
147
|
"itemStyle": "DEFAULT",
|
|
144
148
|
"itemType": "CONTAINER",
|
|
145
149
|
"layoutPos": {
|
|
146
|
-
"shrink":
|
|
150
|
+
"shrink": 0,
|
|
147
151
|
"layout": "FLEX"
|
|
148
152
|
},
|
|
149
153
|
"id": "view_header"
|
|
@@ -202,6 +206,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
202
206
|
"itemStyle": "DEFAULT",
|
|
203
207
|
"itemType": "CONTAINER",
|
|
204
208
|
"layoutPos": {
|
|
209
|
+
"basis": 0,
|
|
205
210
|
"grow": 1,
|
|
206
211
|
"shrink": 1,
|
|
207
212
|
"layout": "FLEX"
|