@ibiz-template/mob-theme 0.2.6 → 0.2.8
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 +19 -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/app-index-view-layout-blank-mode.d.ts +31 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +34 -0
- package/es/publish/app-index-view-layout.d.ts +26 -2
- package/es/publish/app-index-view-layout.mjs +21 -2
- package/es/publish/index.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +47 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +258 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +307 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +44 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +49 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +257 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +306 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +59 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +98 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +82 -35
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +121 -69
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +13 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +19 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +13 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +19 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +90 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +98 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +82 -26
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +123 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +57 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +97 -65
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +82 -6
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +122 -14
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +129 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +152 -70
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +60 -31
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +51 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +82 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +123 -10
- 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/lib/publish/app-index-view-layout-blank-mode.cjs +38 -0
- package/lib/publish/app-index-view-layout.cjs +21 -2
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +51 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +311 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +53 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +310 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +98 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +121 -69
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +19 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +19 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +102 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +123 -39
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +97 -65
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +122 -14
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +152 -70
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +51 -5
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +123 -10
- 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/package.json +1 -1
|
@@ -18,9 +18,12 @@ var DEMobOptionView = {
|
|
|
18
18
|
"itemStyle": "DEFAULT",
|
|
19
19
|
"itemType": "CTRLPOS",
|
|
20
20
|
"layoutPos": {
|
|
21
|
+
"grow": 1,
|
|
21
22
|
"shrink": 1,
|
|
22
23
|
"heightMode": "FULL",
|
|
23
|
-
"layout": "FLEX"
|
|
24
|
+
"layout": "FLEX",
|
|
25
|
+
"valignSelf": "MIDDLE",
|
|
26
|
+
"widthMode": "FULL"
|
|
24
27
|
},
|
|
25
28
|
"showCaption": true,
|
|
26
29
|
"id": "lefttoolbar"
|
|
@@ -31,12 +34,17 @@ var DEMobOptionView = {
|
|
|
31
34
|
},
|
|
32
35
|
"dataRegionType": "INHERIT",
|
|
33
36
|
"caption": "\u5BB9\u5668",
|
|
37
|
+
"contentWidth": 100,
|
|
34
38
|
"itemStyle": "DEFAULT",
|
|
35
39
|
"itemType": "CONTAINER",
|
|
36
40
|
"layoutPos": {
|
|
41
|
+
"basis": 100,
|
|
37
42
|
"shrink": 0,
|
|
38
|
-
"layout": "FLEX"
|
|
43
|
+
"layout": "FLEX",
|
|
44
|
+
"width": 100,
|
|
45
|
+
"widthMode": "PX"
|
|
39
46
|
},
|
|
47
|
+
"width": 100,
|
|
40
48
|
"id": "view_left_toolbar"
|
|
41
49
|
},
|
|
42
50
|
{
|
|
@@ -77,10 +85,12 @@ var DEMobOptionView = {
|
|
|
77
85
|
"itemStyle": "DEFAULT",
|
|
78
86
|
"itemType": "CTRLPOS",
|
|
79
87
|
"layoutPos": {
|
|
88
|
+
"grow": 1,
|
|
80
89
|
"shrink": 1,
|
|
81
90
|
"heightMode": "FULL",
|
|
82
91
|
"layout": "FLEX",
|
|
83
|
-
"valignSelf": "MIDDLE"
|
|
92
|
+
"valignSelf": "MIDDLE",
|
|
93
|
+
"widthMode": "FULL"
|
|
84
94
|
},
|
|
85
95
|
"showCaption": true,
|
|
86
96
|
"id": "righttoolbar"
|
|
@@ -91,12 +101,17 @@ var DEMobOptionView = {
|
|
|
91
101
|
},
|
|
92
102
|
"dataRegionType": "INHERIT",
|
|
93
103
|
"caption": "\u5BB9\u5668",
|
|
104
|
+
"contentWidth": 100,
|
|
94
105
|
"itemStyle": "DEFAULT",
|
|
95
106
|
"itemType": "CONTAINER",
|
|
96
107
|
"layoutPos": {
|
|
108
|
+
"basis": 100,
|
|
97
109
|
"shrink": 0,
|
|
98
|
-
"layout": "FLEX"
|
|
110
|
+
"layout": "FLEX",
|
|
111
|
+
"width": 100,
|
|
112
|
+
"widthMode": "PX"
|
|
99
113
|
},
|
|
114
|
+
"width": 100,
|
|
100
115
|
"id": "view_right_toolbar"
|
|
101
116
|
}
|
|
102
117
|
],
|
|
@@ -7,49 +7,79 @@ declare const _default: {
|
|
|
7
7
|
rootPanelItems: ({
|
|
8
8
|
panelItems: {
|
|
9
9
|
panelItems: ({
|
|
10
|
-
panelItems:
|
|
11
|
-
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
panelItems: ({
|
|
12
|
+
panelItems: {
|
|
13
|
+
caption: string;
|
|
14
|
+
itemStyle: string;
|
|
15
|
+
itemType: string;
|
|
16
|
+
layoutPos: {
|
|
17
|
+
grow: number;
|
|
18
|
+
shrink: number;
|
|
19
|
+
heightMode: string;
|
|
20
|
+
layout: string;
|
|
21
|
+
valignSelf: string;
|
|
22
|
+
widthMode: string;
|
|
23
|
+
};
|
|
24
|
+
showCaption: boolean;
|
|
25
|
+
id: string;
|
|
26
|
+
}[];
|
|
27
|
+
layout: {
|
|
28
|
+
layout: string;
|
|
29
|
+
align?: undefined;
|
|
30
|
+
dir?: undefined;
|
|
31
|
+
};
|
|
32
|
+
dataRegionType: string;
|
|
12
33
|
caption: string;
|
|
34
|
+
contentWidth: number;
|
|
13
35
|
itemStyle: string;
|
|
14
36
|
itemType: string;
|
|
15
37
|
layoutPos: {
|
|
38
|
+
basis: number;
|
|
16
39
|
shrink: number;
|
|
17
40
|
layout: string;
|
|
41
|
+
width: number;
|
|
42
|
+
widthMode: string;
|
|
43
|
+
grow?: undefined;
|
|
18
44
|
};
|
|
19
|
-
|
|
45
|
+
width: number;
|
|
20
46
|
id: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
layout:
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
47
|
+
} | {
|
|
48
|
+
panelItems: {
|
|
49
|
+
caption: string;
|
|
50
|
+
itemStyle: string;
|
|
51
|
+
itemType: string;
|
|
52
|
+
layoutPos: {
|
|
53
|
+
shrink: number;
|
|
54
|
+
heightMode: string;
|
|
55
|
+
layout: string;
|
|
56
|
+
};
|
|
57
|
+
showCaption: boolean;
|
|
58
|
+
id: string;
|
|
59
|
+
}[];
|
|
60
|
+
layout: {
|
|
61
|
+
align: string;
|
|
62
|
+
dir: string;
|
|
63
|
+
layout: string;
|
|
64
|
+
};
|
|
65
|
+
dataRegionType: string;
|
|
40
66
|
caption: string;
|
|
41
67
|
itemStyle: string;
|
|
42
68
|
itemType: string;
|
|
43
69
|
layoutPos: {
|
|
70
|
+
grow: number;
|
|
44
71
|
shrink: number;
|
|
45
|
-
heightMode: string;
|
|
46
72
|
layout: string;
|
|
73
|
+
basis?: undefined;
|
|
74
|
+
width?: undefined;
|
|
75
|
+
widthMode?: undefined;
|
|
47
76
|
};
|
|
48
|
-
showCaption: boolean;
|
|
49
77
|
id: string;
|
|
50
|
-
|
|
78
|
+
contentWidth?: undefined;
|
|
79
|
+
width?: undefined;
|
|
80
|
+
})[];
|
|
81
|
+
predefinedType: string;
|
|
51
82
|
layout: {
|
|
52
|
-
align: string;
|
|
53
83
|
dir: string;
|
|
54
84
|
layout: string;
|
|
55
85
|
};
|
|
@@ -58,16 +88,13 @@ declare const _default: {
|
|
|
58
88
|
itemStyle: string;
|
|
59
89
|
itemType: string;
|
|
60
90
|
layoutPos: {
|
|
61
|
-
grow: number;
|
|
62
91
|
shrink: number;
|
|
63
92
|
layout: string;
|
|
64
|
-
heightMode?: undefined;
|
|
65
93
|
};
|
|
66
94
|
id: string;
|
|
67
|
-
}
|
|
95
|
+
}[];
|
|
68
96
|
predefinedType: string;
|
|
69
97
|
layout: {
|
|
70
|
-
align: string;
|
|
71
98
|
dir: string;
|
|
72
99
|
layout: string;
|
|
73
100
|
};
|
|
@@ -95,7 +122,6 @@ declare const _default: {
|
|
|
95
122
|
predefinedType: string;
|
|
96
123
|
layout: {
|
|
97
124
|
layout: string;
|
|
98
|
-
align?: undefined;
|
|
99
125
|
dir?: undefined;
|
|
100
126
|
};
|
|
101
127
|
dataRegionType: string;
|
|
@@ -121,7 +147,6 @@ declare const _default: {
|
|
|
121
147
|
}[];
|
|
122
148
|
layout: {
|
|
123
149
|
layout: string;
|
|
124
|
-
align?: undefined;
|
|
125
150
|
dir?: undefined;
|
|
126
151
|
};
|
|
127
152
|
dataRegionType: string;
|
|
@@ -135,7 +160,6 @@ declare const _default: {
|
|
|
135
160
|
id: string;
|
|
136
161
|
predefinedType?: undefined;
|
|
137
162
|
})[];
|
|
138
|
-
predefinedType: string;
|
|
139
163
|
layout: {
|
|
140
164
|
dir: string;
|
|
141
165
|
layout: string;
|
|
@@ -14,77 +14,112 @@ var DEMobPickupView = {
|
|
|
14
14
|
{
|
|
15
15
|
"panelItems": [
|
|
16
16
|
{
|
|
17
|
-
"
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "CTRLPOS",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"grow": 1,
|
|
24
|
+
"shrink": 1,
|
|
25
|
+
"heightMode": "FULL",
|
|
26
|
+
"layout": "FLEX",
|
|
27
|
+
"valignSelf": "MIDDLE",
|
|
28
|
+
"widthMode": "FULL"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "lefttoolbar"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"layout": {
|
|
35
|
+
"layout": "FLEX"
|
|
36
|
+
},
|
|
37
|
+
"dataRegionType": "INHERIT",
|
|
38
|
+
"caption": "\u5BB9\u5668",
|
|
39
|
+
"contentWidth": 100,
|
|
18
40
|
"itemStyle": "DEFAULT",
|
|
19
|
-
"itemType": "
|
|
41
|
+
"itemType": "CONTAINER",
|
|
20
42
|
"layoutPos": {
|
|
21
|
-
"
|
|
22
|
-
"
|
|
43
|
+
"basis": 100,
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX",
|
|
46
|
+
"width": 100,
|
|
47
|
+
"widthMode": "PX"
|
|
23
48
|
},
|
|
24
|
-
"
|
|
25
|
-
"id": "
|
|
26
|
-
}
|
|
27
|
-
],
|
|
28
|
-
"layout": {
|
|
29
|
-
"layout": "FLEX"
|
|
30
|
-
},
|
|
31
|
-
"dataRegionType": "INHERIT",
|
|
32
|
-
"caption": "\u5BB9\u5668",
|
|
33
|
-
"itemStyle": "DEFAULT",
|
|
34
|
-
"itemType": "CONTAINER",
|
|
35
|
-
"layoutPos": {
|
|
36
|
-
"shrink": 0,
|
|
37
|
-
"heightMode": "FULL",
|
|
38
|
-
"layout": "FLEX"
|
|
39
|
-
},
|
|
40
|
-
"id": "view_left_toolbar"
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
"panelItems": [
|
|
49
|
+
"width": 100,
|
|
50
|
+
"id": "view_left_toolbar"
|
|
51
|
+
},
|
|
44
52
|
{
|
|
45
|
-
"
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"caption": "\u6807\u9898\u680F",
|
|
56
|
+
"itemStyle": "DEFAULT",
|
|
57
|
+
"itemType": "CTRLPOS",
|
|
58
|
+
"layoutPos": {
|
|
59
|
+
"shrink": 1,
|
|
60
|
+
"heightMode": "FULL",
|
|
61
|
+
"layout": "FLEX"
|
|
62
|
+
},
|
|
63
|
+
"showCaption": true,
|
|
64
|
+
"id": "captionbar"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"layout": {
|
|
68
|
+
"align": "center",
|
|
69
|
+
"dir": "row",
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"caption": "\u5BB9\u5668",
|
|
46
74
|
"itemStyle": "DEFAULT",
|
|
47
|
-
"itemType": "
|
|
75
|
+
"itemType": "CONTAINER",
|
|
48
76
|
"layoutPos": {
|
|
77
|
+
"grow": 1,
|
|
49
78
|
"shrink": 1,
|
|
50
|
-
"heightMode": "FULL",
|
|
51
79
|
"layout": "FLEX"
|
|
52
80
|
},
|
|
53
|
-
"
|
|
54
|
-
|
|
55
|
-
}
|
|
56
|
-
],
|
|
57
|
-
"layout": {
|
|
58
|
-
"align": "center",
|
|
59
|
-
"dir": "row",
|
|
60
|
-
"layout": "FLEX"
|
|
61
|
-
},
|
|
62
|
-
"dataRegionType": "INHERIT",
|
|
63
|
-
"caption": "\u5BB9\u5668",
|
|
64
|
-
"itemStyle": "DEFAULT",
|
|
65
|
-
"itemType": "CONTAINER",
|
|
66
|
-
"layoutPos": {
|
|
67
|
-
"grow": 1,
|
|
68
|
-
"shrink": 1,
|
|
69
|
-
"layout": "FLEX"
|
|
70
|
-
},
|
|
71
|
-
"id": "view_captionbar"
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"panelItems": [
|
|
81
|
+
"id": "view_captionbar"
|
|
82
|
+
},
|
|
75
83
|
{
|
|
76
|
-
"
|
|
84
|
+
"panelItems": [
|
|
85
|
+
{
|
|
86
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
87
|
+
"itemStyle": "DEFAULT",
|
|
88
|
+
"itemType": "CTRLPOS",
|
|
89
|
+
"layoutPos": {
|
|
90
|
+
"grow": 1,
|
|
91
|
+
"shrink": 1,
|
|
92
|
+
"heightMode": "FULL",
|
|
93
|
+
"layout": "FLEX",
|
|
94
|
+
"valignSelf": "MIDDLE",
|
|
95
|
+
"widthMode": "FULL"
|
|
96
|
+
},
|
|
97
|
+
"showCaption": true,
|
|
98
|
+
"id": "righttoolbar"
|
|
99
|
+
}
|
|
100
|
+
],
|
|
101
|
+
"layout": {
|
|
102
|
+
"layout": "FLEX"
|
|
103
|
+
},
|
|
104
|
+
"dataRegionType": "INHERIT",
|
|
105
|
+
"caption": "\u5BB9\u5668",
|
|
106
|
+
"contentWidth": 100,
|
|
77
107
|
"itemStyle": "DEFAULT",
|
|
78
|
-
"itemType": "
|
|
108
|
+
"itemType": "CONTAINER",
|
|
79
109
|
"layoutPos": {
|
|
80
|
-
"
|
|
81
|
-
"
|
|
110
|
+
"basis": 100,
|
|
111
|
+
"shrink": 0,
|
|
112
|
+
"layout": "FLEX",
|
|
113
|
+
"width": 100,
|
|
114
|
+
"widthMode": "PX"
|
|
82
115
|
},
|
|
83
|
-
"
|
|
84
|
-
"id": "
|
|
116
|
+
"width": 100,
|
|
117
|
+
"id": "view_right_toolbar"
|
|
85
118
|
}
|
|
86
119
|
],
|
|
120
|
+
"predefinedType": "Toolbar",
|
|
87
121
|
"layout": {
|
|
122
|
+
"dir": "row",
|
|
88
123
|
"layout": "FLEX"
|
|
89
124
|
},
|
|
90
125
|
"dataRegionType": "INHERIT",
|
|
@@ -92,17 +127,15 @@ var DEMobPickupView = {
|
|
|
92
127
|
"itemStyle": "DEFAULT",
|
|
93
128
|
"itemType": "CONTAINER",
|
|
94
129
|
"layoutPos": {
|
|
95
|
-
"shrink":
|
|
96
|
-
"heightMode": "FULL",
|
|
130
|
+
"shrink": 1,
|
|
97
131
|
"layout": "FLEX"
|
|
98
132
|
},
|
|
99
|
-
"id": "
|
|
133
|
+
"id": "view_toolbar"
|
|
100
134
|
}
|
|
101
135
|
],
|
|
102
|
-
"predefinedType": "
|
|
136
|
+
"predefinedType": "Header",
|
|
103
137
|
"layout": {
|
|
104
|
-
"
|
|
105
|
-
"dir": "row",
|
|
138
|
+
"dir": "column",
|
|
106
139
|
"layout": "FLEX"
|
|
107
140
|
},
|
|
108
141
|
"dataRegionType": "INHERIT",
|
|
@@ -110,10 +143,10 @@ var DEMobPickupView = {
|
|
|
110
143
|
"itemStyle": "DEFAULT",
|
|
111
144
|
"itemType": "CONTAINER",
|
|
112
145
|
"layoutPos": {
|
|
113
|
-
"shrink":
|
|
146
|
+
"shrink": 0,
|
|
114
147
|
"layout": "FLEX"
|
|
115
148
|
},
|
|
116
|
-
"id": "
|
|
149
|
+
"id": "view_header"
|
|
117
150
|
},
|
|
118
151
|
{
|
|
119
152
|
"panelItems": [
|
|
@@ -171,7 +204,6 @@ var DEMobPickupView = {
|
|
|
171
204
|
"id": "view_searchform"
|
|
172
205
|
}
|
|
173
206
|
],
|
|
174
|
-
"predefinedType": "Header",
|
|
175
207
|
"layout": {
|
|
176
208
|
"dir": "column",
|
|
177
209
|
"layout": "FLEX"
|
|
@@ -184,7 +216,7 @@ var DEMobPickupView = {
|
|
|
184
216
|
"shrink": 0,
|
|
185
217
|
"layout": "FLEX"
|
|
186
218
|
},
|
|
187
|
-
"id": "
|
|
219
|
+
"id": "view_top"
|
|
188
220
|
}
|
|
189
221
|
],
|
|
190
222
|
"predefinedType": "PANELPART",
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutBodyOnly: boolean;
|
|
3
|
+
layoutMode: string;
|
|
4
|
+
layout: {
|
|
5
|
+
layout: string;
|
|
6
|
+
};
|
|
7
|
+
rootPanelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
caption: string;
|
|
11
|
+
itemStyle: string;
|
|
12
|
+
itemType: string;
|
|
13
|
+
layoutPos: {
|
|
14
|
+
shrink: number;
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
showCaption: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
}[];
|
|
20
|
+
predefinedType: string;
|
|
21
|
+
layout: {
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
dataRegionType: string;
|
|
25
|
+
caption: string;
|
|
26
|
+
itemStyle: string;
|
|
27
|
+
itemType: string;
|
|
28
|
+
layoutPos: {
|
|
29
|
+
shrink: number;
|
|
30
|
+
layout: string;
|
|
31
|
+
};
|
|
32
|
+
id: string;
|
|
33
|
+
}[];
|
|
34
|
+
layout: {
|
|
35
|
+
layout: string;
|
|
36
|
+
};
|
|
37
|
+
dataRegionType: string;
|
|
38
|
+
caption: string;
|
|
39
|
+
itemStyle: string;
|
|
40
|
+
itemType: string;
|
|
41
|
+
layoutPos: {
|
|
42
|
+
shrink: number;
|
|
43
|
+
layout: string;
|
|
44
|
+
grow?: undefined;
|
|
45
|
+
};
|
|
46
|
+
id: string;
|
|
47
|
+
predefinedType?: undefined;
|
|
48
|
+
} | {
|
|
49
|
+
panelItems: {
|
|
50
|
+
rawItem: {
|
|
51
|
+
predefinedType: string;
|
|
52
|
+
id: string;
|
|
53
|
+
};
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
grow: number;
|
|
59
|
+
shrink: number;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
showCaption: boolean;
|
|
63
|
+
id: string;
|
|
64
|
+
}[];
|
|
65
|
+
predefinedType: string;
|
|
66
|
+
layout: {
|
|
67
|
+
layout: string;
|
|
68
|
+
};
|
|
69
|
+
dataRegionType: string;
|
|
70
|
+
caption: string;
|
|
71
|
+
itemStyle: string;
|
|
72
|
+
itemType: string;
|
|
73
|
+
layoutPos: {
|
|
74
|
+
grow: number;
|
|
75
|
+
shrink: number;
|
|
76
|
+
layout: string;
|
|
77
|
+
};
|
|
78
|
+
id: string;
|
|
79
|
+
})[];
|
|
80
|
+
layoutPanel: boolean;
|
|
81
|
+
mobilePanel: boolean;
|
|
82
|
+
codeName: string;
|
|
83
|
+
controlType: string;
|
|
84
|
+
logicName: string;
|
|
85
|
+
appDataEntityId: string;
|
|
86
|
+
controlParam: {};
|
|
87
|
+
name: string;
|
|
88
|
+
id: string;
|
|
89
|
+
};
|
|
90
|
+
export default _default;
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
var DEMobTabExpView9 = {
|
|
2
|
+
"layoutBodyOnly": true,
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
14
|
+
"itemStyle": "DEFAULT",
|
|
15
|
+
"itemType": "CTRLPOS",
|
|
16
|
+
"layoutPos": {
|
|
17
|
+
"shrink": 1,
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "tabexppanel"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
24
|
+
"predefinedType": "ToolbarContainer",
|
|
25
|
+
"layout": {
|
|
26
|
+
"layout": "FLEX"
|
|
27
|
+
},
|
|
28
|
+
"dataRegionType": "INHERIT",
|
|
29
|
+
"caption": "\u5BB9\u5668",
|
|
30
|
+
"itemStyle": "DEFAULT",
|
|
31
|
+
"itemType": "CONTAINER",
|
|
32
|
+
"layoutPos": {
|
|
33
|
+
"shrink": 1,
|
|
34
|
+
"layout": "FLEX"
|
|
35
|
+
},
|
|
36
|
+
"id": "view_toolbar_container2"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"layout": {
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"dataRegionType": "INHERIT",
|
|
43
|
+
"caption": "\u5BB9\u5668",
|
|
44
|
+
"itemStyle": "DEFAULT",
|
|
45
|
+
"itemType": "CONTAINER",
|
|
46
|
+
"layoutPos": {
|
|
47
|
+
"shrink": 0,
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"id": "view_header2"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"panelItems": [
|
|
54
|
+
{
|
|
55
|
+
"rawItem": {
|
|
56
|
+
"predefinedType": "NAV_POS",
|
|
57
|
+
"id": "nav_pos"
|
|
58
|
+
},
|
|
59
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
60
|
+
"itemStyle": "DEFAULT",
|
|
61
|
+
"itemType": "RAWITEM",
|
|
62
|
+
"layoutPos": {
|
|
63
|
+
"grow": 1,
|
|
64
|
+
"shrink": 1,
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"showCaption": true,
|
|
68
|
+
"id": "nav_pos"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"predefinedType": "Content",
|
|
72
|
+
"layout": {
|
|
73
|
+
"layout": "FLEX"
|
|
74
|
+
},
|
|
75
|
+
"dataRegionType": "INHERIT",
|
|
76
|
+
"caption": "\u5BB9\u5668",
|
|
77
|
+
"itemStyle": "DEFAULT",
|
|
78
|
+
"itemType": "CONTAINER",
|
|
79
|
+
"layoutPos": {
|
|
80
|
+
"grow": 1,
|
|
81
|
+
"shrink": 1,
|
|
82
|
+
"layout": "FLEX"
|
|
83
|
+
},
|
|
84
|
+
"id": "view_content"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"layoutPanel": true,
|
|
88
|
+
"mobilePanel": true,
|
|
89
|
+
"codeName": "MobTABEXPView9Layout",
|
|
90
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
91
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u5206\u9875\u5BFC\u822A\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
92
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
93
|
+
"controlParam": {},
|
|
94
|
+
"name": "layoutpanel",
|
|
95
|
+
"id": "mobtabexpview9layout"
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export { DEMobTabExpView9 as default };
|