@ibiz-template/mob-theme 0.2.8 → 0.2.10
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/index.mjs +2 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +1 -0
- package/es/publish/app-index-view-layout.d.ts +0 -8
- package/es/publish/app-index-view-layout.mjs +1 -4
- package/es/publish/app-wf-step-trace-view-layout.mjs +1 -0
- package/es/publish/index.mjs +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.mjs +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.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +29 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +29 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +1 -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 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +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/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +191 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +236 -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/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/index.cjs +1 -1
- package/lib/publish/app-index-view-layout-blank-mode.cjs +1 -0
- package/lib/publish/app-index-view-layout.cjs +1 -4
- package/lib/publish/app-wf-step-trace-view-layout.cjs +1 -0
- package/lib/publish/index.cjs +3 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.cjs +1 -0
- 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 +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +29 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +4 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +1 -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/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +240 -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/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +2 -2
package/es/index.mjs
CHANGED
|
@@ -16,23 +16,15 @@ declare const _default: {
|
|
|
16
16
|
grow: number;
|
|
17
17
|
shrink: number;
|
|
18
18
|
layout: string;
|
|
19
|
-
height?: undefined;
|
|
20
|
-
heightMode?: undefined;
|
|
21
19
|
};
|
|
22
20
|
showCaption: boolean;
|
|
23
21
|
id: string;
|
|
24
|
-
contentHeight?: undefined;
|
|
25
|
-
height?: undefined;
|
|
26
22
|
} | {
|
|
27
23
|
caption: string;
|
|
28
|
-
contentHeight: number;
|
|
29
|
-
height: number;
|
|
30
24
|
itemStyle: string;
|
|
31
25
|
itemType: string;
|
|
32
26
|
layoutPos: {
|
|
33
27
|
shrink: number;
|
|
34
|
-
height: number;
|
|
35
|
-
heightMode: string;
|
|
36
28
|
layout: string;
|
|
37
29
|
grow?: undefined;
|
|
38
30
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var AppIndexViewLayout = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
@@ -23,14 +24,10 @@ var AppIndexViewLayout = {
|
|
|
23
24
|
},
|
|
24
25
|
{
|
|
25
26
|
"caption": "\u9996\u9875\u83DC\u5355",
|
|
26
|
-
"contentHeight": 50,
|
|
27
|
-
"height": 50,
|
|
28
27
|
"itemStyle": "DEFAULT",
|
|
29
28
|
"itemType": "CTRLPOS",
|
|
30
29
|
"layoutPos": {
|
|
31
30
|
"shrink": 0,
|
|
32
|
-
"height": 50,
|
|
33
|
-
"heightMode": "PX",
|
|
34
31
|
"layout": "FLEX"
|
|
35
32
|
},
|
|
36
33
|
"showCaption": true,
|
package/es/publish/index.mjs
CHANGED
|
@@ -24,7 +24,9 @@ import DEMobWFDynaEditView from './mob-view-layout-model-repository/mob-view-lay
|
|
|
24
24
|
import DEMobWFDynaEditView3 from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs';
|
|
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
|
+
import DEMobWizardVIEW from './mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs';
|
|
27
28
|
|
|
29
|
+
"use strict";
|
|
28
30
|
function install(callBack) {
|
|
29
31
|
callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
|
|
30
32
|
callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", AppIndexViewLayout_BLANK_MODE);
|
|
@@ -52,6 +54,7 @@ function install(callBack) {
|
|
|
52
54
|
callBack("DEMOBWFDYNAEDITVIEW3_DEFAULT", DEMobWFDynaEditView3);
|
|
53
55
|
callBack("DEMOBWFDYNAACTIONVIEW_DEFAULT", DEMobWFDynaActionView);
|
|
54
56
|
callBack("DEMOBWFDYNASTARTVIEW_DEFAULT", DEMobWFDynaStartView);
|
|
57
|
+
callBack("DEMOBWIZARDVIEW_DEFAULT", DEMobWizardVIEW);
|
|
55
58
|
}
|
|
56
59
|
|
|
57
60
|
export { install };
|
|
@@ -4,7 +4,33 @@ declare const _default: {
|
|
|
4
4
|
layout: {
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
|
-
rootPanelItems: {
|
|
7
|
+
rootPanelItems: ({
|
|
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
|
+
predefinedType: string;
|
|
20
|
+
layout: {
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
dataRegionType: string;
|
|
24
|
+
caption: string;
|
|
25
|
+
itemStyle: string;
|
|
26
|
+
itemType: string;
|
|
27
|
+
layoutPos: {
|
|
28
|
+
shrink: number;
|
|
29
|
+
layout: string;
|
|
30
|
+
grow?: undefined;
|
|
31
|
+
};
|
|
32
|
+
id: string;
|
|
33
|
+
} | {
|
|
8
34
|
panelItems: {
|
|
9
35
|
caption: string;
|
|
10
36
|
itemStyle: string;
|
|
@@ -30,7 +56,8 @@ declare const _default: {
|
|
|
30
56
|
layout: string;
|
|
31
57
|
};
|
|
32
58
|
id: string;
|
|
33
|
-
|
|
59
|
+
predefinedType?: undefined;
|
|
60
|
+
})[];
|
|
34
61
|
layoutPanel: boolean;
|
|
35
62
|
mobilePanel: boolean;
|
|
36
63
|
codeName: string;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobPickupMDView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
@@ -5,6 +6,34 @@ var DEMobPickupMDView = {
|
|
|
5
6
|
"layout": "FLEX"
|
|
6
7
|
},
|
|
7
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"caption": "\u641C\u7D22\u680F",
|
|
13
|
+
"itemStyle": "DEFAULT",
|
|
14
|
+
"itemType": "CTRLPOS",
|
|
15
|
+
"layoutPos": {
|
|
16
|
+
"shrink": 1,
|
|
17
|
+
"layout": "FLEX"
|
|
18
|
+
},
|
|
19
|
+
"showCaption": true,
|
|
20
|
+
"id": "searchbar"
|
|
21
|
+
}
|
|
22
|
+
],
|
|
23
|
+
"predefinedType": "Toolbar",
|
|
24
|
+
"layout": {
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"dataRegionType": "INHERIT",
|
|
28
|
+
"caption": "\u5BB9\u5668",
|
|
29
|
+
"itemStyle": "DEFAULT",
|
|
30
|
+
"itemType": "CONTAINER",
|
|
31
|
+
"layoutPos": {
|
|
32
|
+
"shrink": 1,
|
|
33
|
+
"layout": "FLEX"
|
|
34
|
+
},
|
|
35
|
+
"id": "view_toolbar2"
|
|
36
|
+
},
|
|
8
37
|
{
|
|
9
38
|
"panelItems": [
|
|
10
39
|
{
|
|
@@ -185,6 +185,7 @@ declare const _default: {
|
|
|
185
185
|
layoutPos: {
|
|
186
186
|
shrink: number;
|
|
187
187
|
layout: string;
|
|
188
|
+
grow?: undefined;
|
|
188
189
|
};
|
|
189
190
|
showCaption: boolean;
|
|
190
191
|
id: string;
|
|
@@ -194,6 +195,7 @@ declare const _default: {
|
|
|
194
195
|
itemStyle: string;
|
|
195
196
|
itemType: string;
|
|
196
197
|
layoutPos: {
|
|
198
|
+
grow: number;
|
|
197
199
|
shrink: number;
|
|
198
200
|
layout: string;
|
|
199
201
|
};
|
|
@@ -209,6 +211,7 @@ declare const _default: {
|
|
|
209
211
|
itemStyle: string;
|
|
210
212
|
itemType: string;
|
|
211
213
|
layoutPos: {
|
|
214
|
+
grow: number;
|
|
212
215
|
shrink: number;
|
|
213
216
|
layout: string;
|
|
214
217
|
};
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
"use strict";
|
|
1
2
|
var DEMobTreeView = {
|
|
2
3
|
"layoutBodyOnly": true,
|
|
3
4
|
"layoutMode": "FLEX",
|
|
@@ -241,11 +242,12 @@ var DEMobTreeView = {
|
|
|
241
242
|
"itemStyle": "DEFAULT",
|
|
242
243
|
"itemType": "CTRLPOS",
|
|
243
244
|
"layoutPos": {
|
|
245
|
+
"grow": 1,
|
|
244
246
|
"shrink": 1,
|
|
245
247
|
"layout": "FLEX"
|
|
246
248
|
},
|
|
247
249
|
"showCaption": true,
|
|
248
|
-
"id": "
|
|
250
|
+
"id": "tree"
|
|
249
251
|
}
|
|
250
252
|
],
|
|
251
253
|
"predefinedType": "Content",
|
|
@@ -257,6 +259,7 @@ var DEMobTreeView = {
|
|
|
257
259
|
"itemStyle": "DEFAULT",
|
|
258
260
|
"itemType": "CONTAINER",
|
|
259
261
|
"layoutPos": {
|
|
262
|
+
"grow": 1,
|
|
260
263
|
"shrink": 1,
|
|
261
264
|
"layout": "FLEX"
|
|
262
265
|
},
|
|
@@ -0,0 +1,191 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: ({
|
|
11
|
+
panelItems: {
|
|
12
|
+
caption: string;
|
|
13
|
+
itemStyle: string;
|
|
14
|
+
itemType: string;
|
|
15
|
+
layoutPos: {
|
|
16
|
+
grow: number;
|
|
17
|
+
shrink: number;
|
|
18
|
+
heightMode: string;
|
|
19
|
+
layout: string;
|
|
20
|
+
valignSelf: string;
|
|
21
|
+
widthMode: string;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
}[];
|
|
26
|
+
layout: {
|
|
27
|
+
layout: string;
|
|
28
|
+
align?: undefined;
|
|
29
|
+
dir?: undefined;
|
|
30
|
+
};
|
|
31
|
+
dataRegionType: string;
|
|
32
|
+
caption: string;
|
|
33
|
+
contentWidth: number;
|
|
34
|
+
itemStyle: string;
|
|
35
|
+
itemType: string;
|
|
36
|
+
layoutPos: {
|
|
37
|
+
basis: number;
|
|
38
|
+
shrink: number;
|
|
39
|
+
layout: string;
|
|
40
|
+
width: number;
|
|
41
|
+
widthMode: string;
|
|
42
|
+
grow?: undefined;
|
|
43
|
+
};
|
|
44
|
+
width: number;
|
|
45
|
+
id: string;
|
|
46
|
+
} | {
|
|
47
|
+
panelItems: {
|
|
48
|
+
caption: string;
|
|
49
|
+
itemStyle: string;
|
|
50
|
+
itemType: string;
|
|
51
|
+
layoutPos: {
|
|
52
|
+
shrink: number;
|
|
53
|
+
heightMode: string;
|
|
54
|
+
layout: string;
|
|
55
|
+
};
|
|
56
|
+
showCaption: boolean;
|
|
57
|
+
id: string;
|
|
58
|
+
}[];
|
|
59
|
+
layout: {
|
|
60
|
+
align: string;
|
|
61
|
+
dir: string;
|
|
62
|
+
layout: string;
|
|
63
|
+
};
|
|
64
|
+
dataRegionType: string;
|
|
65
|
+
caption: string;
|
|
66
|
+
itemStyle: string;
|
|
67
|
+
itemType: string;
|
|
68
|
+
layoutPos: {
|
|
69
|
+
grow: number;
|
|
70
|
+
shrink: number;
|
|
71
|
+
layout: string;
|
|
72
|
+
basis?: undefined;
|
|
73
|
+
width?: undefined;
|
|
74
|
+
widthMode?: undefined;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
contentWidth?: undefined;
|
|
78
|
+
width?: undefined;
|
|
79
|
+
})[];
|
|
80
|
+
predefinedType: string;
|
|
81
|
+
layout: {
|
|
82
|
+
dir: string;
|
|
83
|
+
layout: string;
|
|
84
|
+
};
|
|
85
|
+
dataRegionType: string;
|
|
86
|
+
caption: string;
|
|
87
|
+
itemStyle: string;
|
|
88
|
+
itemType: string;
|
|
89
|
+
layoutPos: {
|
|
90
|
+
shrink: number;
|
|
91
|
+
layout: string;
|
|
92
|
+
};
|
|
93
|
+
id: string;
|
|
94
|
+
}[];
|
|
95
|
+
predefinedType: string;
|
|
96
|
+
layout: {
|
|
97
|
+
dir: string;
|
|
98
|
+
layout: string;
|
|
99
|
+
};
|
|
100
|
+
dataRegionType: string;
|
|
101
|
+
caption: string;
|
|
102
|
+
itemStyle: string;
|
|
103
|
+
itemType: string;
|
|
104
|
+
layoutPos: {
|
|
105
|
+
shrink: number;
|
|
106
|
+
layout: string;
|
|
107
|
+
};
|
|
108
|
+
id: string;
|
|
109
|
+
}[];
|
|
110
|
+
predefinedType: string;
|
|
111
|
+
layout: {
|
|
112
|
+
layout: string;
|
|
113
|
+
};
|
|
114
|
+
dataRegionType: string;
|
|
115
|
+
caption: string;
|
|
116
|
+
itemStyle: string;
|
|
117
|
+
itemType: string;
|
|
118
|
+
layoutPos: {
|
|
119
|
+
shrink: number;
|
|
120
|
+
layout: string;
|
|
121
|
+
grow?: undefined;
|
|
122
|
+
};
|
|
123
|
+
showCaption: boolean;
|
|
124
|
+
id: string;
|
|
125
|
+
} | {
|
|
126
|
+
panelItems: {
|
|
127
|
+
caption: string;
|
|
128
|
+
itemStyle: string;
|
|
129
|
+
itemType: string;
|
|
130
|
+
layoutPos: {
|
|
131
|
+
grow: number;
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
};
|
|
135
|
+
showCaption: boolean;
|
|
136
|
+
id: string;
|
|
137
|
+
}[];
|
|
138
|
+
predefinedType: string;
|
|
139
|
+
layout: {
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
dataRegionType: string;
|
|
143
|
+
caption: string;
|
|
144
|
+
itemStyle: string;
|
|
145
|
+
itemType: string;
|
|
146
|
+
layoutPos: {
|
|
147
|
+
grow: number;
|
|
148
|
+
shrink: number;
|
|
149
|
+
layout: string;
|
|
150
|
+
};
|
|
151
|
+
id: string;
|
|
152
|
+
showCaption?: undefined;
|
|
153
|
+
} | {
|
|
154
|
+
panelItems: {
|
|
155
|
+
caption: string;
|
|
156
|
+
itemStyle: string;
|
|
157
|
+
itemType: string;
|
|
158
|
+
layoutPos: {
|
|
159
|
+
shrink: number;
|
|
160
|
+
layout: string;
|
|
161
|
+
};
|
|
162
|
+
showCaption: boolean;
|
|
163
|
+
id: string;
|
|
164
|
+
}[];
|
|
165
|
+
predefinedType: string;
|
|
166
|
+
layout: {
|
|
167
|
+
layout: string;
|
|
168
|
+
};
|
|
169
|
+
dataRegionType: string;
|
|
170
|
+
caption: string;
|
|
171
|
+
itemStyle: string;
|
|
172
|
+
itemType: string;
|
|
173
|
+
layoutPos: {
|
|
174
|
+
shrink: number;
|
|
175
|
+
layout: string;
|
|
176
|
+
grow?: undefined;
|
|
177
|
+
};
|
|
178
|
+
id: string;
|
|
179
|
+
showCaption?: undefined;
|
|
180
|
+
})[];
|
|
181
|
+
layoutPanel: boolean;
|
|
182
|
+
mobilePanel: boolean;
|
|
183
|
+
codeName: string;
|
|
184
|
+
controlType: string;
|
|
185
|
+
logicName: string;
|
|
186
|
+
appDataEntityId: string;
|
|
187
|
+
controlParam: {};
|
|
188
|
+
name: string;
|
|
189
|
+
id: string;
|
|
190
|
+
};
|
|
191
|
+
export default _default;
|