@ibiz-template/web-theme 1.0.0 → 1.0.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.
- package/CHANGELOG.md +17 -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 +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +10 -10
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +205 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +260 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +10 -10
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +10 -10
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +10 -10
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/index.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.cjs +31 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +10 -10
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.cjs +31 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +264 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +10 -10
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +10 -10
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +10 -10
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
package/es/publish/index.mjs
CHANGED
|
@@ -17,6 +17,7 @@ import DEListView from './view-layout-model-repository/view-layout-model-reposit
|
|
|
17
17
|
import DEOptView from './view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs';
|
|
18
18
|
import DEPickupGirdView from './view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs';
|
|
19
19
|
import DEPickupTreeView from './view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs';
|
|
20
|
+
import DEPickupView2 from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs';
|
|
20
21
|
import DEPickupView from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs';
|
|
21
22
|
import DETabExpView from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs';
|
|
22
23
|
import DETreeViewExpView from './view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs';
|
|
@@ -28,6 +29,8 @@ import DEWFDynaStartView from './view-layout-model-repository/view-layout-model-
|
|
|
28
29
|
import DEWFDynaEditView3 from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs';
|
|
29
30
|
import DEWFDynaEditView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs';
|
|
30
31
|
import DEPanelView from './view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs';
|
|
32
|
+
import DEPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs';
|
|
33
|
+
import DEIndexPickupDataView from './view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs';
|
|
31
34
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
32
35
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
33
36
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -60,6 +63,7 @@ function install(callBack) {
|
|
|
60
63
|
callBack("DEOPTVIEW_DEFAULT", DEOptView);
|
|
61
64
|
callBack("DEPICKUPGRIDVIEW_DEFAULT", DEPickupGirdView);
|
|
62
65
|
callBack("DEPICKUPTREEVIEW_DEFAULT", DEPickupTreeView);
|
|
66
|
+
callBack("DEPICKUPVIEW2_DEFAULT", DEPickupView2);
|
|
63
67
|
callBack("DEPICKUPVIEW_DEFAULT", DEPickupView);
|
|
64
68
|
callBack("DETABEXPVIEW_DEFAULT", DETabExpView);
|
|
65
69
|
callBack("DETABEXPVIEW9_DEFAULT", DETabExpView);
|
|
@@ -73,6 +77,8 @@ function install(callBack) {
|
|
|
73
77
|
callBack("DEWFDYNAEDITVIEW3_DEFAULT", DEWFDynaEditView3);
|
|
74
78
|
callBack("DEWFDYNAEDITVIEW_DEFAULT", DEWFDynaEditView);
|
|
75
79
|
callBack("DEPANELVIEW_DEFAULT", DEPanelView);
|
|
80
|
+
callBack("DEPICKUPDATAVIEW_DEFAULT", DEPickupDataView);
|
|
81
|
+
callBack("DEINDEXPICKUPDATAVIEW_DEFAULT", DEIndexPickupDataView);
|
|
76
82
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
77
83
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
78
84
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
caption: string;
|
|
5
|
+
itemStyle: string;
|
|
6
|
+
itemType: string;
|
|
7
|
+
layoutPos: {
|
|
8
|
+
grow: number;
|
|
9
|
+
shrink: number;
|
|
10
|
+
layout: string;
|
|
11
|
+
};
|
|
12
|
+
showCaption: boolean;
|
|
13
|
+
id: string;
|
|
14
|
+
}[];
|
|
15
|
+
layoutPanel: boolean;
|
|
16
|
+
codeName: string;
|
|
17
|
+
controlType: string;
|
|
18
|
+
logicName: string;
|
|
19
|
+
appDataEntityId: string;
|
|
20
|
+
controlParam: {};
|
|
21
|
+
name: string;
|
|
22
|
+
id: string;
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var DEIndexPickupDataView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
6
|
+
"itemStyle": "DEFAULT",
|
|
7
|
+
"itemType": "CTRLPOS",
|
|
8
|
+
"layoutPos": {
|
|
9
|
+
"grow": 1,
|
|
10
|
+
"shrink": 1,
|
|
11
|
+
"layout": "FLEX"
|
|
12
|
+
},
|
|
13
|
+
"showCaption": true,
|
|
14
|
+
"id": "dataview"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"layoutPanel": true,
|
|
18
|
+
"codeName": "IndexPickupDataViewLayout",
|
|
19
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
20
|
+
"logicName": " \u5B9E\u4F53\u7D22\u5F15\u5173\u7CFB\u9009\u62E9\u6570\u636E\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
21
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
22
|
+
"controlParam": {},
|
|
23
|
+
"name": "layoutpanel",
|
|
24
|
+
"id": "indexpickupdataviewlayout"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { DEIndexPickupDataView as default };
|
|
@@ -159,24 +159,24 @@ var DEOptView = {
|
|
|
159
159
|
"panelItems": [
|
|
160
160
|
{
|
|
161
161
|
"actionType": "UIACTION",
|
|
162
|
-
"uiactionId": "
|
|
163
|
-
"tooltip": "\
|
|
164
|
-
"caption": "\
|
|
165
|
-
"itemStyle": "
|
|
162
|
+
"uiactionId": "cancel",
|
|
163
|
+
"tooltip": "\u53D6\u6D88",
|
|
164
|
+
"caption": "\u53D6\u6D88",
|
|
165
|
+
"itemStyle": "INFO",
|
|
166
166
|
"itemType": "BUTTON",
|
|
167
167
|
"layoutPos": {
|
|
168
168
|
"shrink": 1,
|
|
169
169
|
"layout": "FLEX"
|
|
170
170
|
},
|
|
171
171
|
"showCaption": true,
|
|
172
|
-
"id": "
|
|
172
|
+
"id": "button_cancelaction"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"actionType": "UIACTION",
|
|
176
|
-
"uiactionId": "
|
|
177
|
-
"tooltip": "\
|
|
178
|
-
"caption": "\
|
|
179
|
-
"itemStyle": "
|
|
176
|
+
"uiactionId": "ok",
|
|
177
|
+
"tooltip": "\u786E\u5B9A",
|
|
178
|
+
"caption": "\u786E\u5B9A",
|
|
179
|
+
"itemStyle": "PRIMARY",
|
|
180
180
|
"itemType": "BUTTON",
|
|
181
181
|
"layoutPos": {
|
|
182
182
|
"shrink": 1,
|
|
@@ -184,7 +184,7 @@ var DEOptView = {
|
|
|
184
184
|
"spacingRight": "OUTERMEDIUM"
|
|
185
185
|
},
|
|
186
186
|
"showCaption": true,
|
|
187
|
-
"id": "
|
|
187
|
+
"id": "button_okaction"
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"layout": {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
caption: string;
|
|
5
|
+
itemStyle: string;
|
|
6
|
+
itemType: string;
|
|
7
|
+
layoutPos: {
|
|
8
|
+
grow: number;
|
|
9
|
+
shrink: number;
|
|
10
|
+
layout: string;
|
|
11
|
+
};
|
|
12
|
+
showCaption: boolean;
|
|
13
|
+
id: string;
|
|
14
|
+
}[];
|
|
15
|
+
layoutPanel: boolean;
|
|
16
|
+
codeName: string;
|
|
17
|
+
controlType: string;
|
|
18
|
+
logicName: string;
|
|
19
|
+
appDataEntityId: string;
|
|
20
|
+
controlParam: {};
|
|
21
|
+
name: string;
|
|
22
|
+
id: string;
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var DEPickupDataView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
6
|
+
"itemStyle": "DEFAULT",
|
|
7
|
+
"itemType": "CTRLPOS",
|
|
8
|
+
"layoutPos": {
|
|
9
|
+
"grow": 1,
|
|
10
|
+
"shrink": 1,
|
|
11
|
+
"layout": "FLEX"
|
|
12
|
+
},
|
|
13
|
+
"showCaption": true,
|
|
14
|
+
"id": "dataview"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"layoutPanel": true,
|
|
18
|
+
"codeName": "PickupDataViewLayout",
|
|
19
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
20
|
+
"logicName": "\u5B9E\u4F53\u9009\u62E9\u6570\u636E\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
21
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
22
|
+
"controlParam": {},
|
|
23
|
+
"name": "layoutpanel",
|
|
24
|
+
"id": "pickupdataviewlayout"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { DEPickupDataView as default };
|
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: {
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: {
|
|
7
|
+
panelItems: {
|
|
8
|
+
caption: string;
|
|
9
|
+
itemStyle: string;
|
|
10
|
+
itemType: string;
|
|
11
|
+
layoutPos: {
|
|
12
|
+
shrink: number;
|
|
13
|
+
layout: string;
|
|
14
|
+
};
|
|
15
|
+
showCaption: boolean;
|
|
16
|
+
id: string;
|
|
17
|
+
}[];
|
|
18
|
+
layout: {
|
|
19
|
+
layout: string;
|
|
20
|
+
};
|
|
21
|
+
dataRegionType: string;
|
|
22
|
+
caption: string;
|
|
23
|
+
itemStyle: string;
|
|
24
|
+
itemType: string;
|
|
25
|
+
layoutPos: {
|
|
26
|
+
shrink: number;
|
|
27
|
+
layout: string;
|
|
28
|
+
};
|
|
29
|
+
id: string;
|
|
30
|
+
}[];
|
|
31
|
+
layout: {
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
dataRegionType: string;
|
|
35
|
+
caption: string;
|
|
36
|
+
itemStyle: string;
|
|
37
|
+
itemType: string;
|
|
38
|
+
layoutPos: {
|
|
39
|
+
shrink: number;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
}[];
|
|
44
|
+
predefinedType: string;
|
|
45
|
+
layout: {
|
|
46
|
+
align: string;
|
|
47
|
+
dir: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
valign: string;
|
|
50
|
+
};
|
|
51
|
+
dataRegionType: string;
|
|
52
|
+
caption: string;
|
|
53
|
+
itemStyle: string;
|
|
54
|
+
itemType: string;
|
|
55
|
+
layoutPos: {
|
|
56
|
+
shrink: number;
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
id: string;
|
|
60
|
+
}[];
|
|
61
|
+
predefinedType: string;
|
|
62
|
+
layout: {
|
|
63
|
+
layout: string;
|
|
64
|
+
dir?: undefined;
|
|
65
|
+
valign?: undefined;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
layout: string;
|
|
74
|
+
grow?: undefined;
|
|
75
|
+
};
|
|
76
|
+
showCaption: boolean;
|
|
77
|
+
id: string;
|
|
78
|
+
} | {
|
|
79
|
+
panelItems: ({
|
|
80
|
+
panelItems: {
|
|
81
|
+
caption: string;
|
|
82
|
+
itemStyle: string;
|
|
83
|
+
itemType: string;
|
|
84
|
+
layoutPos: {
|
|
85
|
+
shrink: number;
|
|
86
|
+
layout: string;
|
|
87
|
+
};
|
|
88
|
+
showCaption: boolean;
|
|
89
|
+
id: string;
|
|
90
|
+
}[];
|
|
91
|
+
layout: {
|
|
92
|
+
layout: string;
|
|
93
|
+
};
|
|
94
|
+
dataRegionType: string;
|
|
95
|
+
caption: string;
|
|
96
|
+
itemStyle: string;
|
|
97
|
+
itemType: string;
|
|
98
|
+
layoutPos: {
|
|
99
|
+
shrink: number;
|
|
100
|
+
layout: string;
|
|
101
|
+
grow?: undefined;
|
|
102
|
+
};
|
|
103
|
+
id: string;
|
|
104
|
+
} | {
|
|
105
|
+
panelItems: {
|
|
106
|
+
caption: string;
|
|
107
|
+
itemStyle: string;
|
|
108
|
+
itemType: string;
|
|
109
|
+
layoutPos: {
|
|
110
|
+
grow: number;
|
|
111
|
+
shrink: number;
|
|
112
|
+
layout: string;
|
|
113
|
+
};
|
|
114
|
+
showCaption: boolean;
|
|
115
|
+
id: string;
|
|
116
|
+
}[];
|
|
117
|
+
layout: {
|
|
118
|
+
layout: string;
|
|
119
|
+
};
|
|
120
|
+
dataRegionType: string;
|
|
121
|
+
caption: string;
|
|
122
|
+
itemStyle: string;
|
|
123
|
+
itemType: string;
|
|
124
|
+
layoutPos: {
|
|
125
|
+
grow: number;
|
|
126
|
+
shrink: number;
|
|
127
|
+
layout: string;
|
|
128
|
+
};
|
|
129
|
+
id: string;
|
|
130
|
+
})[];
|
|
131
|
+
layout: {
|
|
132
|
+
dir: string;
|
|
133
|
+
layout: string;
|
|
134
|
+
valign?: undefined;
|
|
135
|
+
};
|
|
136
|
+
dataRegionType: string;
|
|
137
|
+
caption: string;
|
|
138
|
+
itemStyle: string;
|
|
139
|
+
itemType: string;
|
|
140
|
+
layoutPos: {
|
|
141
|
+
grow: number;
|
|
142
|
+
shrink: number;
|
|
143
|
+
layout: string;
|
|
144
|
+
};
|
|
145
|
+
id: string;
|
|
146
|
+
predefinedType?: undefined;
|
|
147
|
+
showCaption?: undefined;
|
|
148
|
+
} | {
|
|
149
|
+
panelItems: ({
|
|
150
|
+
actionType: string;
|
|
151
|
+
uiactionId: string;
|
|
152
|
+
tooltip: string;
|
|
153
|
+
caption: string;
|
|
154
|
+
itemStyle: string;
|
|
155
|
+
itemType: string;
|
|
156
|
+
layoutPos: {
|
|
157
|
+
shrink: number;
|
|
158
|
+
layout: string;
|
|
159
|
+
spacingRight?: undefined;
|
|
160
|
+
};
|
|
161
|
+
showCaption: boolean;
|
|
162
|
+
id: string;
|
|
163
|
+
} | {
|
|
164
|
+
actionType: string;
|
|
165
|
+
uiactionId: string;
|
|
166
|
+
tooltip: string;
|
|
167
|
+
caption: string;
|
|
168
|
+
itemStyle: string;
|
|
169
|
+
itemType: string;
|
|
170
|
+
layoutPos: {
|
|
171
|
+
shrink: number;
|
|
172
|
+
layout: string;
|
|
173
|
+
spacingRight: string;
|
|
174
|
+
};
|
|
175
|
+
showCaption: boolean;
|
|
176
|
+
id: string;
|
|
177
|
+
})[];
|
|
178
|
+
layout: {
|
|
179
|
+
dir: string;
|
|
180
|
+
layout: string;
|
|
181
|
+
valign: string;
|
|
182
|
+
};
|
|
183
|
+
dataRegionType: string;
|
|
184
|
+
caption: string;
|
|
185
|
+
itemStyle: string;
|
|
186
|
+
itemType: string;
|
|
187
|
+
layoutPos: {
|
|
188
|
+
shrink: number;
|
|
189
|
+
layout: string;
|
|
190
|
+
grow?: undefined;
|
|
191
|
+
};
|
|
192
|
+
id: string;
|
|
193
|
+
predefinedType?: undefined;
|
|
194
|
+
showCaption?: undefined;
|
|
195
|
+
})[];
|
|
196
|
+
layoutPanel: boolean;
|
|
197
|
+
codeName: string;
|
|
198
|
+
controlType: string;
|
|
199
|
+
logicName: string;
|
|
200
|
+
appDataEntityId: string;
|
|
201
|
+
controlParam: {};
|
|
202
|
+
name: string;
|
|
203
|
+
id: string;
|
|
204
|
+
};
|
|
205
|
+
export default _default;
|
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
var DEPickupView2 = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
14
|
+
"itemStyle": "DEFAULT",
|
|
15
|
+
"itemType": "CTRLPOS",
|
|
16
|
+
"layoutPos": {
|
|
17
|
+
"shrink": 1,
|
|
18
|
+
"layout": "FLEX"
|
|
19
|
+
},
|
|
20
|
+
"showCaption": true,
|
|
21
|
+
"id": "captionbar"
|
|
22
|
+
}
|
|
23
|
+
],
|
|
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_captionbar"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"layout": {
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"dataRegionType": "INHERIT",
|
|
42
|
+
"caption": "\u5BB9\u5668",
|
|
43
|
+
"itemStyle": "DEFAULT",
|
|
44
|
+
"itemType": "CONTAINER",
|
|
45
|
+
"layoutPos": {
|
|
46
|
+
"shrink": 1,
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"id": "view_header_left"
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"panelItems": [
|
|
53
|
+
{
|
|
54
|
+
"panelItems": [
|
|
55
|
+
{
|
|
56
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
57
|
+
"itemStyle": "DEFAULT",
|
|
58
|
+
"itemType": "CTRLPOS",
|
|
59
|
+
"layoutPos": {
|
|
60
|
+
"shrink": 1,
|
|
61
|
+
"layout": "FLEX"
|
|
62
|
+
},
|
|
63
|
+
"showCaption": true,
|
|
64
|
+
"id": "toolbar"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"layout": {
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"dataRegionType": "INHERIT",
|
|
71
|
+
"caption": "\u5BB9\u5668",
|
|
72
|
+
"itemStyle": "DEFAULT",
|
|
73
|
+
"itemType": "CONTAINER",
|
|
74
|
+
"layoutPos": {
|
|
75
|
+
"shrink": 1,
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"id": "view_toolbar"
|
|
79
|
+
}
|
|
80
|
+
],
|
|
81
|
+
"layout": {
|
|
82
|
+
"layout": "FLEX"
|
|
83
|
+
},
|
|
84
|
+
"dataRegionType": "INHERIT",
|
|
85
|
+
"caption": "\u5BB9\u5668",
|
|
86
|
+
"itemStyle": "DEFAULT",
|
|
87
|
+
"itemType": "CONTAINER",
|
|
88
|
+
"layoutPos": {
|
|
89
|
+
"shrink": 1,
|
|
90
|
+
"layout": "FLEX"
|
|
91
|
+
},
|
|
92
|
+
"id": "view_header_right"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"predefinedType": "VIEWHEADER",
|
|
96
|
+
"layout": {
|
|
97
|
+
"align": "space-between",
|
|
98
|
+
"dir": "row",
|
|
99
|
+
"layout": "FLEX",
|
|
100
|
+
"valign": "center"
|
|
101
|
+
},
|
|
102
|
+
"dataRegionType": "INHERIT",
|
|
103
|
+
"caption": "\u5BB9\u5668",
|
|
104
|
+
"itemStyle": "DEFAULT",
|
|
105
|
+
"itemType": "CONTAINER",
|
|
106
|
+
"layoutPos": {
|
|
107
|
+
"shrink": 0,
|
|
108
|
+
"layout": "FLEX"
|
|
109
|
+
},
|
|
110
|
+
"id": "view_header"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"predefinedType": "PANELPART",
|
|
114
|
+
"layout": {
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"shrink": 1,
|
|
123
|
+
"layout": "FLEX"
|
|
124
|
+
},
|
|
125
|
+
"showCaption": true,
|
|
126
|
+
"id": "panelpart"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"panelItems": [
|
|
130
|
+
{
|
|
131
|
+
"panelItems": [
|
|
132
|
+
{
|
|
133
|
+
"caption": "\u6811\u5BFC\u822A",
|
|
134
|
+
"itemStyle": "DEFAULT",
|
|
135
|
+
"itemType": "CTRLPOS",
|
|
136
|
+
"layoutPos": {
|
|
137
|
+
"shrink": 1,
|
|
138
|
+
"layout": "FLEX"
|
|
139
|
+
},
|
|
140
|
+
"showCaption": true,
|
|
141
|
+
"id": "treeexpbar"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"layout": {
|
|
145
|
+
"layout": "FLEX"
|
|
146
|
+
},
|
|
147
|
+
"dataRegionType": "INHERIT",
|
|
148
|
+
"caption": "\u5BB9\u5668",
|
|
149
|
+
"itemStyle": "DEFAULT",
|
|
150
|
+
"itemType": "CONTAINER",
|
|
151
|
+
"layoutPos": {
|
|
152
|
+
"shrink": 0,
|
|
153
|
+
"layout": "FLEX"
|
|
154
|
+
},
|
|
155
|
+
"id": "view_exp"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"panelItems": [
|
|
159
|
+
{
|
|
160
|
+
"caption": "\u9009\u62E9\u9762\u677F",
|
|
161
|
+
"itemStyle": "DEFAULT",
|
|
162
|
+
"itemType": "CTRLPOS",
|
|
163
|
+
"layoutPos": {
|
|
164
|
+
"grow": 1,
|
|
165
|
+
"shrink": 1,
|
|
166
|
+
"layout": "FLEX"
|
|
167
|
+
},
|
|
168
|
+
"showCaption": true,
|
|
169
|
+
"id": "pickupviewpanel"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"layout": {
|
|
173
|
+
"layout": "FLEX"
|
|
174
|
+
},
|
|
175
|
+
"dataRegionType": "INHERIT",
|
|
176
|
+
"caption": "\u5BB9\u5668",
|
|
177
|
+
"itemStyle": "DEFAULT",
|
|
178
|
+
"itemType": "CONTAINER",
|
|
179
|
+
"layoutPos": {
|
|
180
|
+
"grow": 1,
|
|
181
|
+
"shrink": 1,
|
|
182
|
+
"layout": "FLEX"
|
|
183
|
+
},
|
|
184
|
+
"id": "view_content"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"layout": {
|
|
188
|
+
"dir": "row",
|
|
189
|
+
"layout": "FLEX"
|
|
190
|
+
},
|
|
191
|
+
"dataRegionType": "INHERIT",
|
|
192
|
+
"caption": "\u5BB9\u5668",
|
|
193
|
+
"itemStyle": "DEFAULT",
|
|
194
|
+
"itemType": "CONTAINER",
|
|
195
|
+
"layoutPos": {
|
|
196
|
+
"grow": 1,
|
|
197
|
+
"shrink": 1,
|
|
198
|
+
"layout": "FLEX"
|
|
199
|
+
},
|
|
200
|
+
"id": "view_container"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"panelItems": [
|
|
204
|
+
{
|
|
205
|
+
"actionType": "UIACTION",
|
|
206
|
+
"uiactionId": "cancel",
|
|
207
|
+
"tooltip": "\u53D6\u6D88",
|
|
208
|
+
"caption": "\u53D6\u6D88",
|
|
209
|
+
"itemStyle": "INFO",
|
|
210
|
+
"itemType": "BUTTON",
|
|
211
|
+
"layoutPos": {
|
|
212
|
+
"shrink": 1,
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"showCaption": true,
|
|
216
|
+
"id": "button_cancelaction"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"actionType": "UIACTION",
|
|
220
|
+
"uiactionId": "ok",
|
|
221
|
+
"tooltip": "\u786E\u5B9A",
|
|
222
|
+
"caption": "\u786E\u5B9A",
|
|
223
|
+
"itemStyle": "PRIMARY",
|
|
224
|
+
"itemType": "BUTTON",
|
|
225
|
+
"layoutPos": {
|
|
226
|
+
"shrink": 1,
|
|
227
|
+
"layout": "FLEX",
|
|
228
|
+
"spacingRight": "OUTERMEDIUM"
|
|
229
|
+
},
|
|
230
|
+
"showCaption": true,
|
|
231
|
+
"id": "button_okaction"
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"layout": {
|
|
235
|
+
"dir": "row-reverse",
|
|
236
|
+
"layout": "FLEX",
|
|
237
|
+
"valign": "center"
|
|
238
|
+
},
|
|
239
|
+
"dataRegionType": "INHERIT",
|
|
240
|
+
"caption": "\u5BB9\u5668",
|
|
241
|
+
"itemStyle": "DEFAULT",
|
|
242
|
+
"itemType": "CONTAINER",
|
|
243
|
+
"layoutPos": {
|
|
244
|
+
"shrink": 0,
|
|
245
|
+
"layout": "FLEX"
|
|
246
|
+
},
|
|
247
|
+
"id": "view_footer"
|
|
248
|
+
}
|
|
249
|
+
],
|
|
250
|
+
"layoutPanel": true,
|
|
251
|
+
"codeName": "PickupView2Layout",
|
|
252
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
253
|
+
"logicName": "\u5B9E\u4F53\u6570\u636E\u9009\u62E9\u89C6\u56FE\uFF08\u5DE6\u53F3\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F",
|
|
254
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
255
|
+
"controlParam": {},
|
|
256
|
+
"name": "layoutpanel",
|
|
257
|
+
"id": "pickupview2layout"
|
|
258
|
+
};
|
|
259
|
+
|
|
260
|
+
export { DEPickupView2 as default };
|
|
@@ -159,24 +159,24 @@ var DEPickupView = {
|
|
|
159
159
|
"panelItems": [
|
|
160
160
|
{
|
|
161
161
|
"actionType": "UIACTION",
|
|
162
|
-
"uiactionId": "
|
|
163
|
-
"tooltip": "\
|
|
164
|
-
"caption": "\
|
|
165
|
-
"itemStyle": "
|
|
162
|
+
"uiactionId": "cancel",
|
|
163
|
+
"tooltip": "\u53D6\u6D88",
|
|
164
|
+
"caption": "\u53D6\u6D88",
|
|
165
|
+
"itemStyle": "INFO",
|
|
166
166
|
"itemType": "BUTTON",
|
|
167
167
|
"layoutPos": {
|
|
168
168
|
"shrink": 1,
|
|
169
169
|
"layout": "FLEX"
|
|
170
170
|
},
|
|
171
171
|
"showCaption": true,
|
|
172
|
-
"id": "
|
|
172
|
+
"id": "button_cancelaction"
|
|
173
173
|
},
|
|
174
174
|
{
|
|
175
175
|
"actionType": "UIACTION",
|
|
176
|
-
"uiactionId": "
|
|
177
|
-
"tooltip": "\
|
|
178
|
-
"caption": "\
|
|
179
|
-
"itemStyle": "
|
|
176
|
+
"uiactionId": "ok",
|
|
177
|
+
"tooltip": "\u786E\u5B9A",
|
|
178
|
+
"caption": "\u786E\u5B9A",
|
|
179
|
+
"itemStyle": "PRIMARY",
|
|
180
180
|
"itemType": "BUTTON",
|
|
181
181
|
"layoutPos": {
|
|
182
182
|
"shrink": 1,
|
|
@@ -184,7 +184,7 @@ var DEPickupView = {
|
|
|
184
184
|
"spacingRight": "OUTERMEDIUM"
|
|
185
185
|
},
|
|
186
186
|
"showCaption": true,
|
|
187
|
-
"id": "
|
|
187
|
+
"id": "button_okaction"
|
|
188
188
|
}
|
|
189
189
|
],
|
|
190
190
|
"layout": {
|