@ibiz-template/mob-theme 0.2.5 → 0.2.6
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 +14 -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/publish/index.mjs +2 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +3 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +260 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +262 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +31 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +30 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +2 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +3 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +266 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +30 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +2 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
package/es/publish/index.mjs
CHANGED
|
@@ -8,6 +8,7 @@ import DEMobListView from './mob-view-layout-model-repository/mob-view-layout-mo
|
|
|
8
8
|
import DEMobMPickupView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs';
|
|
9
9
|
import DEMobMdView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs';
|
|
10
10
|
import DEMobMdView9 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.mjs';
|
|
11
|
+
import DEMobOptionView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs';
|
|
11
12
|
import DEMobPickupMDView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs';
|
|
12
13
|
import DEMobPickupTreeView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs';
|
|
13
14
|
import DEMobPickupView from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs';
|
|
@@ -29,6 +30,7 @@ function install(callBack) {
|
|
|
29
30
|
callBack("DEMOBMPICKUPVIEW_DEFAULT", DEMobMPickupView);
|
|
30
31
|
callBack("DEMOBMDVIEW_DEFAULT", DEMobMdView);
|
|
31
32
|
callBack("DEMOBMDVIEW9_DEFAULT", DEMobMdView9);
|
|
33
|
+
callBack("DEMOBOPTVIEW_DEFAULT", DEMobOptionView);
|
|
32
34
|
callBack("DEMOBPICKUPMDVIEW_DEFAULT", DEMobPickupMDView);
|
|
33
35
|
callBack("DEMOBPICKUPTREEVIEW_DEFAULT", DEMobPickupTreeView);
|
|
34
36
|
callBack("DEMOBPICKUPVIEW_DEFAULT", DEMobPickupView);
|
|
@@ -29,6 +29,7 @@ declare const _default: {
|
|
|
29
29
|
itemType: string;
|
|
30
30
|
layoutPos: {
|
|
31
31
|
shrink: number;
|
|
32
|
+
heightMode: string;
|
|
32
33
|
layout: string;
|
|
33
34
|
grow?: undefined;
|
|
34
35
|
};
|
|
@@ -59,11 +60,13 @@ declare const _default: {
|
|
|
59
60
|
grow: number;
|
|
60
61
|
shrink: number;
|
|
61
62
|
layout: string;
|
|
63
|
+
heightMode?: undefined;
|
|
62
64
|
};
|
|
63
65
|
id: string;
|
|
64
66
|
})[];
|
|
65
67
|
predefinedType: string;
|
|
66
68
|
layout: {
|
|
69
|
+
align: string;
|
|
67
70
|
dir: string;
|
|
68
71
|
layout: string;
|
|
69
72
|
};
|
|
@@ -91,6 +94,7 @@ declare const _default: {
|
|
|
91
94
|
predefinedType: string;
|
|
92
95
|
layout: {
|
|
93
96
|
layout: string;
|
|
97
|
+
align?: undefined;
|
|
94
98
|
dir?: undefined;
|
|
95
99
|
};
|
|
96
100
|
dataRegionType: string;
|
|
@@ -102,6 +106,33 @@ declare const _default: {
|
|
|
102
106
|
layout: string;
|
|
103
107
|
};
|
|
104
108
|
id: string;
|
|
109
|
+
} | {
|
|
110
|
+
panelItems: {
|
|
111
|
+
caption: string;
|
|
112
|
+
itemStyle: string;
|
|
113
|
+
itemType: string;
|
|
114
|
+
layoutPos: {
|
|
115
|
+
shrink: number;
|
|
116
|
+
layout: string;
|
|
117
|
+
};
|
|
118
|
+
showCaption: boolean;
|
|
119
|
+
id: string;
|
|
120
|
+
}[];
|
|
121
|
+
layout: {
|
|
122
|
+
layout: string;
|
|
123
|
+
align?: undefined;
|
|
124
|
+
dir?: undefined;
|
|
125
|
+
};
|
|
126
|
+
dataRegionType: string;
|
|
127
|
+
caption: string;
|
|
128
|
+
itemStyle: string;
|
|
129
|
+
itemType: string;
|
|
130
|
+
layoutPos: {
|
|
131
|
+
shrink: number;
|
|
132
|
+
layout: string;
|
|
133
|
+
};
|
|
134
|
+
id: string;
|
|
135
|
+
predefinedType?: undefined;
|
|
105
136
|
})[];
|
|
106
137
|
predefinedType: string;
|
|
107
138
|
layout: {
|
|
@@ -33,6 +33,7 @@ var DEMobDataView = {
|
|
|
33
33
|
"itemType": "CONTAINER",
|
|
34
34
|
"layoutPos": {
|
|
35
35
|
"shrink": 0,
|
|
36
|
+
"heightMode": "FULL",
|
|
36
37
|
"layout": "FLEX"
|
|
37
38
|
},
|
|
38
39
|
"id": "view_left_toolbar"
|
|
@@ -91,6 +92,7 @@ var DEMobDataView = {
|
|
|
91
92
|
"itemType": "CONTAINER",
|
|
92
93
|
"layoutPos": {
|
|
93
94
|
"shrink": 0,
|
|
95
|
+
"heightMode": "FULL",
|
|
94
96
|
"layout": "FLEX"
|
|
95
97
|
},
|
|
96
98
|
"id": "view_right_toolbar"
|
|
@@ -98,6 +100,7 @@ var DEMobDataView = {
|
|
|
98
100
|
],
|
|
99
101
|
"predefinedType": "Toolbar",
|
|
100
102
|
"layout": {
|
|
103
|
+
"align": "center",
|
|
101
104
|
"dir": "row",
|
|
102
105
|
"layout": "FLEX"
|
|
103
106
|
},
|
|
@@ -138,6 +141,33 @@ var DEMobDataView = {
|
|
|
138
141
|
"layout": "FLEX"
|
|
139
142
|
},
|
|
140
143
|
"id": "view_toolbar2"
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"panelItems": [
|
|
147
|
+
{
|
|
148
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
149
|
+
"itemStyle": "DEFAULT",
|
|
150
|
+
"itemType": "CTRLPOS",
|
|
151
|
+
"layoutPos": {
|
|
152
|
+
"shrink": 1,
|
|
153
|
+
"layout": "FLEX"
|
|
154
|
+
},
|
|
155
|
+
"showCaption": true,
|
|
156
|
+
"id": "searchform"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"layout": {
|
|
160
|
+
"layout": "FLEX"
|
|
161
|
+
},
|
|
162
|
+
"dataRegionType": "INHERIT",
|
|
163
|
+
"caption": "\u5BB9\u5668",
|
|
164
|
+
"itemStyle": "DEFAULT",
|
|
165
|
+
"itemType": "CONTAINER",
|
|
166
|
+
"layoutPos": {
|
|
167
|
+
"shrink": 1,
|
|
168
|
+
"layout": "FLEX"
|
|
169
|
+
},
|
|
170
|
+
"id": "view_searchform"
|
|
141
171
|
}
|
|
142
172
|
],
|
|
143
173
|
"predefinedType": "Header",
|
|
@@ -16,6 +16,7 @@ var DEMobEditView3 = {
|
|
|
16
16
|
"itemType": "CTRLPOS",
|
|
17
17
|
"layoutPos": {
|
|
18
18
|
"shrink": 1,
|
|
19
|
+
"heightMode": "FULL",
|
|
19
20
|
"layout": "FLEX"
|
|
20
21
|
},
|
|
21
22
|
"showCaption": true,
|
|
@@ -74,6 +75,7 @@ var DEMobEditView3 = {
|
|
|
74
75
|
"itemType": "CTRLPOS",
|
|
75
76
|
"layoutPos": {
|
|
76
77
|
"shrink": 1,
|
|
78
|
+
"heightMode": "FULL",
|
|
77
79
|
"layout": "FLEX"
|
|
78
80
|
},
|
|
79
81
|
"showCaption": true,
|
|
@@ -146,7 +148,7 @@ var DEMobEditView3 = {
|
|
|
146
148
|
"itemStyle": "DEFAULT",
|
|
147
149
|
"itemType": "CONTAINER",
|
|
148
150
|
"layoutPos": {
|
|
149
|
-
"shrink":
|
|
151
|
+
"shrink": 0,
|
|
150
152
|
"layout": "FLEX"
|
|
151
153
|
},
|
|
152
154
|
"id": "view_header"
|
|
@@ -30,6 +30,7 @@ declare const _default: {
|
|
|
30
30
|
itemType: string;
|
|
31
31
|
layoutPos: {
|
|
32
32
|
shrink: number;
|
|
33
|
+
heightMode: string;
|
|
33
34
|
layout: string;
|
|
34
35
|
grow?: undefined;
|
|
35
36
|
};
|
|
@@ -60,11 +61,13 @@ declare const _default: {
|
|
|
60
61
|
grow: number;
|
|
61
62
|
shrink: number;
|
|
62
63
|
layout: string;
|
|
64
|
+
heightMode?: undefined;
|
|
63
65
|
};
|
|
64
66
|
id: string;
|
|
65
67
|
})[];
|
|
66
68
|
predefinedType: string;
|
|
67
69
|
layout: {
|
|
70
|
+
align: string;
|
|
68
71
|
dir: string;
|
|
69
72
|
layout: string;
|
|
70
73
|
};
|
|
@@ -92,6 +95,7 @@ declare const _default: {
|
|
|
92
95
|
predefinedType: string;
|
|
93
96
|
layout: {
|
|
94
97
|
layout: string;
|
|
98
|
+
align?: undefined;
|
|
95
99
|
dir?: undefined;
|
|
96
100
|
};
|
|
97
101
|
dataRegionType: string;
|
|
@@ -103,6 +107,33 @@ declare const _default: {
|
|
|
103
107
|
layout: string;
|
|
104
108
|
};
|
|
105
109
|
id: string;
|
|
110
|
+
} | {
|
|
111
|
+
panelItems: {
|
|
112
|
+
caption: string;
|
|
113
|
+
itemStyle: string;
|
|
114
|
+
itemType: string;
|
|
115
|
+
layoutPos: {
|
|
116
|
+
shrink: number;
|
|
117
|
+
layout: string;
|
|
118
|
+
};
|
|
119
|
+
showCaption: boolean;
|
|
120
|
+
id: string;
|
|
121
|
+
}[];
|
|
122
|
+
layout: {
|
|
123
|
+
layout: string;
|
|
124
|
+
align?: undefined;
|
|
125
|
+
dir?: undefined;
|
|
126
|
+
};
|
|
127
|
+
dataRegionType: string;
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
id: string;
|
|
136
|
+
predefinedType?: undefined;
|
|
106
137
|
})[];
|
|
107
138
|
predefinedType: string;
|
|
108
139
|
layout: {
|
|
@@ -34,6 +34,7 @@ var DEMobListView = {
|
|
|
34
34
|
"itemType": "CONTAINER",
|
|
35
35
|
"layoutPos": {
|
|
36
36
|
"shrink": 0,
|
|
37
|
+
"heightMode": "FULL",
|
|
37
38
|
"layout": "FLEX"
|
|
38
39
|
},
|
|
39
40
|
"id": "view_left_toolbar"
|
|
@@ -92,6 +93,7 @@ var DEMobListView = {
|
|
|
92
93
|
"itemType": "CONTAINER",
|
|
93
94
|
"layoutPos": {
|
|
94
95
|
"shrink": 0,
|
|
96
|
+
"heightMode": "FULL",
|
|
95
97
|
"layout": "FLEX"
|
|
96
98
|
},
|
|
97
99
|
"id": "view_right_toolbar"
|
|
@@ -99,6 +101,7 @@ var DEMobListView = {
|
|
|
99
101
|
],
|
|
100
102
|
"predefinedType": "Toolbar",
|
|
101
103
|
"layout": {
|
|
104
|
+
"align": "center",
|
|
102
105
|
"dir": "row",
|
|
103
106
|
"layout": "FLEX"
|
|
104
107
|
},
|
|
@@ -139,6 +142,33 @@ var DEMobListView = {
|
|
|
139
142
|
"layout": "FLEX"
|
|
140
143
|
},
|
|
141
144
|
"id": "view_toolbar2"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"panelItems": [
|
|
148
|
+
{
|
|
149
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
150
|
+
"itemStyle": "DEFAULT",
|
|
151
|
+
"itemType": "CTRLPOS",
|
|
152
|
+
"layoutPos": {
|
|
153
|
+
"shrink": 1,
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"showCaption": true,
|
|
157
|
+
"id": "searchform"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"layout": {
|
|
161
|
+
"layout": "FLEX"
|
|
162
|
+
},
|
|
163
|
+
"dataRegionType": "INHERIT",
|
|
164
|
+
"caption": "\u5BB9\u5668",
|
|
165
|
+
"itemStyle": "DEFAULT",
|
|
166
|
+
"itemType": "CONTAINER",
|
|
167
|
+
"layoutPos": {
|
|
168
|
+
"shrink": 1,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"id": "view_searchform"
|
|
142
172
|
}
|
|
143
173
|
],
|
|
144
174
|
"predefinedType": "Header",
|
|
@@ -30,6 +30,7 @@ declare const _default: {
|
|
|
30
30
|
itemType: string;
|
|
31
31
|
layoutPos: {
|
|
32
32
|
shrink: number;
|
|
33
|
+
heightMode: string;
|
|
33
34
|
layout: string;
|
|
34
35
|
grow?: undefined;
|
|
35
36
|
};
|
|
@@ -60,11 +61,13 @@ declare const _default: {
|
|
|
60
61
|
grow: number;
|
|
61
62
|
shrink: number;
|
|
62
63
|
layout: string;
|
|
64
|
+
heightMode?: undefined;
|
|
63
65
|
};
|
|
64
66
|
id: string;
|
|
65
67
|
})[];
|
|
66
68
|
predefinedType: string;
|
|
67
69
|
layout: {
|
|
70
|
+
align: string;
|
|
68
71
|
dir: string;
|
|
69
72
|
layout: string;
|
|
70
73
|
};
|
|
@@ -92,6 +95,7 @@ declare const _default: {
|
|
|
92
95
|
predefinedType: string;
|
|
93
96
|
layout: {
|
|
94
97
|
layout: string;
|
|
98
|
+
align?: undefined;
|
|
95
99
|
dir?: undefined;
|
|
96
100
|
};
|
|
97
101
|
dataRegionType: string;
|
|
@@ -103,6 +107,33 @@ declare const _default: {
|
|
|
103
107
|
layout: string;
|
|
104
108
|
};
|
|
105
109
|
id: string;
|
|
110
|
+
} | {
|
|
111
|
+
panelItems: {
|
|
112
|
+
caption: string;
|
|
113
|
+
itemStyle: string;
|
|
114
|
+
itemType: string;
|
|
115
|
+
layoutPos: {
|
|
116
|
+
shrink: number;
|
|
117
|
+
layout: string;
|
|
118
|
+
};
|
|
119
|
+
showCaption: boolean;
|
|
120
|
+
id: string;
|
|
121
|
+
}[];
|
|
122
|
+
layout: {
|
|
123
|
+
layout: string;
|
|
124
|
+
align?: undefined;
|
|
125
|
+
dir?: undefined;
|
|
126
|
+
};
|
|
127
|
+
dataRegionType: string;
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
id: string;
|
|
136
|
+
predefinedType?: undefined;
|
|
106
137
|
})[];
|
|
107
138
|
predefinedType: string;
|
|
108
139
|
layout: {
|
|
@@ -34,6 +34,7 @@ var DEMobMPickupView = {
|
|
|
34
34
|
"itemType": "CONTAINER",
|
|
35
35
|
"layoutPos": {
|
|
36
36
|
"shrink": 0,
|
|
37
|
+
"heightMode": "FULL",
|
|
37
38
|
"layout": "FLEX"
|
|
38
39
|
},
|
|
39
40
|
"id": "view_left_toolbar"
|
|
@@ -92,6 +93,7 @@ var DEMobMPickupView = {
|
|
|
92
93
|
"itemType": "CONTAINER",
|
|
93
94
|
"layoutPos": {
|
|
94
95
|
"shrink": 0,
|
|
96
|
+
"heightMode": "FULL",
|
|
95
97
|
"layout": "FLEX"
|
|
96
98
|
},
|
|
97
99
|
"id": "view_right_toolbar"
|
|
@@ -99,6 +101,7 @@ var DEMobMPickupView = {
|
|
|
99
101
|
],
|
|
100
102
|
"predefinedType": "Toolbar",
|
|
101
103
|
"layout": {
|
|
104
|
+
"align": "center",
|
|
102
105
|
"dir": "row",
|
|
103
106
|
"layout": "FLEX"
|
|
104
107
|
},
|
|
@@ -139,6 +142,33 @@ var DEMobMPickupView = {
|
|
|
139
142
|
"layout": "FLEX"
|
|
140
143
|
},
|
|
141
144
|
"id": "view_toolbar2"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"panelItems": [
|
|
148
|
+
{
|
|
149
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
150
|
+
"itemStyle": "DEFAULT",
|
|
151
|
+
"itemType": "CTRLPOS",
|
|
152
|
+
"layoutPos": {
|
|
153
|
+
"shrink": 1,
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"showCaption": true,
|
|
157
|
+
"id": "searchform"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"layout": {
|
|
161
|
+
"layout": "FLEX"
|
|
162
|
+
},
|
|
163
|
+
"dataRegionType": "INHERIT",
|
|
164
|
+
"caption": "\u5BB9\u5668",
|
|
165
|
+
"itemStyle": "DEFAULT",
|
|
166
|
+
"itemType": "CONTAINER",
|
|
167
|
+
"layoutPos": {
|
|
168
|
+
"shrink": 1,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"id": "view_searchform"
|
|
142
172
|
}
|
|
143
173
|
],
|
|
144
174
|
"predefinedType": "Header",
|
|
@@ -30,6 +30,7 @@ declare const _default: {
|
|
|
30
30
|
itemType: string;
|
|
31
31
|
layoutPos: {
|
|
32
32
|
shrink: number;
|
|
33
|
+
heightMode: string;
|
|
33
34
|
layout: string;
|
|
34
35
|
grow?: undefined;
|
|
35
36
|
};
|
|
@@ -60,11 +61,13 @@ declare const _default: {
|
|
|
60
61
|
grow: number;
|
|
61
62
|
shrink: number;
|
|
62
63
|
layout: string;
|
|
64
|
+
heightMode?: undefined;
|
|
63
65
|
};
|
|
64
66
|
id: string;
|
|
65
67
|
})[];
|
|
66
68
|
predefinedType: string;
|
|
67
69
|
layout: {
|
|
70
|
+
align: string;
|
|
68
71
|
dir: string;
|
|
69
72
|
layout: string;
|
|
70
73
|
};
|
|
@@ -92,6 +95,7 @@ declare const _default: {
|
|
|
92
95
|
predefinedType: string;
|
|
93
96
|
layout: {
|
|
94
97
|
layout: string;
|
|
98
|
+
align?: undefined;
|
|
95
99
|
dir?: undefined;
|
|
96
100
|
};
|
|
97
101
|
dataRegionType: string;
|
|
@@ -103,6 +107,33 @@ declare const _default: {
|
|
|
103
107
|
layout: string;
|
|
104
108
|
};
|
|
105
109
|
id: string;
|
|
110
|
+
} | {
|
|
111
|
+
panelItems: {
|
|
112
|
+
caption: string;
|
|
113
|
+
itemStyle: string;
|
|
114
|
+
itemType: string;
|
|
115
|
+
layoutPos: {
|
|
116
|
+
shrink: number;
|
|
117
|
+
layout: string;
|
|
118
|
+
};
|
|
119
|
+
showCaption: boolean;
|
|
120
|
+
id: string;
|
|
121
|
+
}[];
|
|
122
|
+
layout: {
|
|
123
|
+
layout: string;
|
|
124
|
+
align?: undefined;
|
|
125
|
+
dir?: undefined;
|
|
126
|
+
};
|
|
127
|
+
dataRegionType: string;
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
id: string;
|
|
136
|
+
predefinedType?: undefined;
|
|
106
137
|
})[];
|
|
107
138
|
predefinedType: string;
|
|
108
139
|
layout: {
|
|
@@ -34,6 +34,7 @@ var DEMobMdView = {
|
|
|
34
34
|
"itemType": "CONTAINER",
|
|
35
35
|
"layoutPos": {
|
|
36
36
|
"shrink": 0,
|
|
37
|
+
"heightMode": "FULL",
|
|
37
38
|
"layout": "FLEX"
|
|
38
39
|
},
|
|
39
40
|
"id": "view_left_toolbar"
|
|
@@ -92,6 +93,7 @@ var DEMobMdView = {
|
|
|
92
93
|
"itemType": "CONTAINER",
|
|
93
94
|
"layoutPos": {
|
|
94
95
|
"shrink": 0,
|
|
96
|
+
"heightMode": "FULL",
|
|
95
97
|
"layout": "FLEX"
|
|
96
98
|
},
|
|
97
99
|
"id": "view_right_toolbar"
|
|
@@ -99,6 +101,7 @@ var DEMobMdView = {
|
|
|
99
101
|
],
|
|
100
102
|
"predefinedType": "Toolbar",
|
|
101
103
|
"layout": {
|
|
104
|
+
"align": "center",
|
|
102
105
|
"dir": "row",
|
|
103
106
|
"layout": "FLEX"
|
|
104
107
|
},
|
|
@@ -139,6 +142,33 @@ var DEMobMdView = {
|
|
|
139
142
|
"layout": "FLEX"
|
|
140
143
|
},
|
|
141
144
|
"id": "view_toolbar2"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"panelItems": [
|
|
148
|
+
{
|
|
149
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
150
|
+
"itemStyle": "DEFAULT",
|
|
151
|
+
"itemType": "CTRLPOS",
|
|
152
|
+
"layoutPos": {
|
|
153
|
+
"shrink": 1,
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"showCaption": true,
|
|
157
|
+
"id": "searchform"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"layout": {
|
|
161
|
+
"layout": "FLEX"
|
|
162
|
+
},
|
|
163
|
+
"dataRegionType": "INHERIT",
|
|
164
|
+
"caption": "\u5BB9\u5668",
|
|
165
|
+
"itemStyle": "DEFAULT",
|
|
166
|
+
"itemType": "CONTAINER",
|
|
167
|
+
"layoutPos": {
|
|
168
|
+
"shrink": 1,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"id": "view_searchform"
|
|
142
172
|
}
|
|
143
173
|
],
|
|
144
174
|
"predefinedType": "Header",
|