@ibiz-template/web-theme 1.1.13 → 1.1.15
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 +13 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +57 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.mjs +65 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +98 -34
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +125 -45
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +26 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +27 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +28 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +60 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +88 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +52 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +29 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +48 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +49 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.cjs +69 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +125 -45
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +88 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +63 -0
- package/package.json +1 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.ts +62 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +125 -45
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +88 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +63 -0
|
@@ -9,6 +9,27 @@ var DEPickupView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEPickupView = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -220,6 +262,27 @@ var DEPickupView = {
|
|
|
220
262
|
"layout": "FLEX"
|
|
221
263
|
},
|
|
222
264
|
"id": "view_footer"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"rawItem": {
|
|
268
|
+
"rawItemParams": [
|
|
269
|
+
{
|
|
270
|
+
"key": "POSITION",
|
|
271
|
+
"value": "BOTTOM"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"predefinedType": "VIEWMSG_POS",
|
|
275
|
+
"id": "viewmsg_pos_bottom"
|
|
276
|
+
},
|
|
277
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
278
|
+
"itemStyle": "DEFAULT",
|
|
279
|
+
"itemType": "RAWITEM",
|
|
280
|
+
"layoutPos": {
|
|
281
|
+
"shrink": 0,
|
|
282
|
+
"layout": "FLEX"
|
|
283
|
+
},
|
|
284
|
+
"showCaption": true,
|
|
285
|
+
"id": "viewmsg_pos_bottom"
|
|
223
286
|
}
|
|
224
287
|
],
|
|
225
288
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEREPORTVIEW = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEREPORTVIEW = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -213,6 +255,27 @@ var DEREPORTVIEW = {
|
|
|
213
255
|
"layout": "FLEX"
|
|
214
256
|
},
|
|
215
257
|
"id": "view_content"
|
|
258
|
+
},
|
|
259
|
+
{
|
|
260
|
+
"rawItem": {
|
|
261
|
+
"rawItemParams": [
|
|
262
|
+
{
|
|
263
|
+
"key": "POSITION",
|
|
264
|
+
"value": "BOTTOM"
|
|
265
|
+
}
|
|
266
|
+
],
|
|
267
|
+
"predefinedType": "VIEWMSG_POS",
|
|
268
|
+
"id": "viewmsg_pos_bottom"
|
|
269
|
+
},
|
|
270
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
271
|
+
"itemStyle": "DEFAULT",
|
|
272
|
+
"itemType": "RAWITEM",
|
|
273
|
+
"layoutPos": {
|
|
274
|
+
"shrink": 0,
|
|
275
|
+
"layout": "FLEX"
|
|
276
|
+
},
|
|
277
|
+
"showCaption": true,
|
|
278
|
+
"id": "viewmsg_pos_bottom"
|
|
216
279
|
}
|
|
217
280
|
],
|
|
218
281
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DETabExpView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -83,6 +104,27 @@ var DETabExpView = {
|
|
|
83
104
|
},
|
|
84
105
|
"id": "view_header"
|
|
85
106
|
},
|
|
107
|
+
{
|
|
108
|
+
"rawItem": {
|
|
109
|
+
"rawItemParams": [
|
|
110
|
+
{
|
|
111
|
+
"key": "POSITION",
|
|
112
|
+
"value": "BODY"
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"predefinedType": "VIEWMSG_POS",
|
|
116
|
+
"id": "viewmsg_pos_body"
|
|
117
|
+
},
|
|
118
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "RAWITEM",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"shrink": 0,
|
|
123
|
+
"layout": "FLEX"
|
|
124
|
+
},
|
|
125
|
+
"showCaption": true,
|
|
126
|
+
"id": "viewmsg_pos_body"
|
|
127
|
+
},
|
|
86
128
|
{
|
|
87
129
|
"panelItems": [
|
|
88
130
|
{
|
|
@@ -193,6 +235,27 @@ var DETabExpView = {
|
|
|
193
235
|
"layout": "FLEX"
|
|
194
236
|
},
|
|
195
237
|
"id": "container"
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
"rawItem": {
|
|
241
|
+
"rawItemParams": [
|
|
242
|
+
{
|
|
243
|
+
"key": "POSITION",
|
|
244
|
+
"value": "BOTTOM"
|
|
245
|
+
}
|
|
246
|
+
],
|
|
247
|
+
"predefinedType": "VIEWMSG_POS",
|
|
248
|
+
"id": "viewmsg_pos_bottom"
|
|
249
|
+
},
|
|
250
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
251
|
+
"itemStyle": "DEFAULT",
|
|
252
|
+
"itemType": "RAWITEM",
|
|
253
|
+
"layoutPos": {
|
|
254
|
+
"shrink": 0,
|
|
255
|
+
"layout": "FLEX"
|
|
256
|
+
},
|
|
257
|
+
"showCaption": true,
|
|
258
|
+
"id": "viewmsg_pos_bottom"
|
|
196
259
|
}
|
|
197
260
|
],
|
|
198
261
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DETABSEARCHVIEW = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DETABSEARCHVIEW = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -148,15 +190,39 @@ var DETABSEARCHVIEW = {
|
|
|
148
190
|
"itemStyle": "DEFAULT",
|
|
149
191
|
"itemType": "CTRLPOS",
|
|
150
192
|
"layoutPos": {
|
|
193
|
+
"grow": 1,
|
|
151
194
|
"shrink": 1,
|
|
152
195
|
"layout": "FLEX"
|
|
153
196
|
},
|
|
154
197
|
"showCaption": true,
|
|
155
198
|
"id": "tabexppanel"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"rawItem": {
|
|
202
|
+
"halign": "LEFT",
|
|
203
|
+
"valign": "MIDDLE",
|
|
204
|
+
"wrapMode": "NOWRAP",
|
|
205
|
+
"contentType": "RAW",
|
|
206
|
+
"predefinedType": "TELEPORT_PLACEHOLDER",
|
|
207
|
+
"id": "tabtoolbar"
|
|
208
|
+
},
|
|
209
|
+
"caption": "teleport\u5360\u4F4D",
|
|
210
|
+
"itemStyle": "DEFAULT",
|
|
211
|
+
"itemType": "RAWITEM",
|
|
212
|
+
"layoutPos": {
|
|
213
|
+
"shrink": 1,
|
|
214
|
+
"layout": "FLEX"
|
|
215
|
+
},
|
|
216
|
+
"showCaption": true,
|
|
217
|
+
"id": "tabtoolbar"
|
|
156
218
|
}
|
|
157
219
|
],
|
|
220
|
+
"predefinedType": "TABS",
|
|
158
221
|
"layout": {
|
|
159
|
-
"
|
|
222
|
+
"align": "space-between",
|
|
223
|
+
"dir": "row",
|
|
224
|
+
"layout": "FLEX",
|
|
225
|
+
"valign": "center"
|
|
160
226
|
},
|
|
161
227
|
"dataRegionType": "INHERIT",
|
|
162
228
|
"caption": "\u5BB9\u5668",
|
|
@@ -274,6 +340,27 @@ var DETABSEARCHVIEW = {
|
|
|
274
340
|
"layout": "FLEX"
|
|
275
341
|
},
|
|
276
342
|
"id": "view_content"
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
"rawItem": {
|
|
346
|
+
"rawItemParams": [
|
|
347
|
+
{
|
|
348
|
+
"key": "POSITION",
|
|
349
|
+
"value": "BOTTOM"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"predefinedType": "VIEWMSG_POS",
|
|
353
|
+
"id": "viewmsg_pos_bottom"
|
|
354
|
+
},
|
|
355
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
356
|
+
"itemStyle": "DEFAULT",
|
|
357
|
+
"itemType": "RAWITEM",
|
|
358
|
+
"layoutPos": {
|
|
359
|
+
"shrink": 0,
|
|
360
|
+
"layout": "FLEX"
|
|
361
|
+
},
|
|
362
|
+
"showCaption": true,
|
|
363
|
+
"id": "viewmsg_pos_bottom"
|
|
277
364
|
}
|
|
278
365
|
],
|
|
279
366
|
"layoutPanel": true,
|
|
@@ -9,59 +9,118 @@ var DETreeViewExpView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
"showCaption": true,
|
|
26
|
-
"id": "treeexpbar"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"layout": {
|
|
30
|
-
"layout": "FLEX"
|
|
36
|
+
"rawItem": {
|
|
37
|
+
"rawItemParams": [
|
|
38
|
+
{
|
|
39
|
+
"key": "POSITION",
|
|
40
|
+
"value": "BODY"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"predefinedType": "VIEWMSG_POS",
|
|
44
|
+
"id": "viewmsg_pos_body"
|
|
31
45
|
},
|
|
32
|
-
"
|
|
33
|
-
"caption": "\u5BB9\u5668",
|
|
34
|
-
"contentWidth": 300,
|
|
46
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
35
47
|
"itemStyle": "DEFAULT",
|
|
36
|
-
"itemType": "
|
|
48
|
+
"itemType": "RAWITEM",
|
|
37
49
|
"layoutPos": {
|
|
38
|
-
"shrink":
|
|
39
|
-
"layout": "FLEX"
|
|
40
|
-
"width": 300,
|
|
41
|
-
"widthMode": "PX"
|
|
50
|
+
"shrink": 0,
|
|
51
|
+
"layout": "FLEX"
|
|
42
52
|
},
|
|
43
|
-
"
|
|
44
|
-
"id": "
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "viewmsg_pos_body"
|
|
45
55
|
},
|
|
46
56
|
{
|
|
47
57
|
"panelItems": [
|
|
48
58
|
{
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
59
|
+
"panelItems": [
|
|
60
|
+
{
|
|
61
|
+
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
62
|
+
"itemStyle": "DEFAULT",
|
|
63
|
+
"itemType": "CTRLPOS",
|
|
64
|
+
"layoutPos": {
|
|
65
|
+
"grow": 1,
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"showCaption": true,
|
|
70
|
+
"id": "treeexpbar"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layout": {
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"dataRegionType": "INHERIT",
|
|
77
|
+
"caption": "\u5BB9\u5668",
|
|
78
|
+
"contentWidth": 300,
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"layout": "FLEX",
|
|
84
|
+
"width": 300,
|
|
85
|
+
"widthMode": "PX"
|
|
86
|
+
},
|
|
87
|
+
"width": 300,
|
|
88
|
+
"id": "view_content_left"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"panelItems": [
|
|
92
|
+
{
|
|
93
|
+
"rawItem": {
|
|
94
|
+
"predefinedType": "NAV_POS",
|
|
95
|
+
"id": "nav_pos"
|
|
96
|
+
},
|
|
97
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "RAWITEM",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"grow": 1,
|
|
102
|
+
"shrink": 1,
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"showCaption": true,
|
|
106
|
+
"id": "nav_pos"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"layout": {
|
|
110
|
+
"layout": "FLEX"
|
|
52
111
|
},
|
|
53
|
-
"
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
54
114
|
"itemStyle": "DEFAULT",
|
|
55
|
-
"itemType": "
|
|
115
|
+
"itemType": "CONTAINER",
|
|
56
116
|
"layoutPos": {
|
|
57
|
-
"grow": 1,
|
|
58
117
|
"shrink": 1,
|
|
59
118
|
"layout": "FLEX"
|
|
60
119
|
},
|
|
61
|
-
"
|
|
62
|
-
"id": "nav_pos"
|
|
120
|
+
"id": "view_content_right"
|
|
63
121
|
}
|
|
64
122
|
],
|
|
123
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
65
124
|
"layout": {
|
|
66
125
|
"layout": "FLEX"
|
|
67
126
|
},
|
|
@@ -70,13 +129,13 @@ var DETreeViewExpView = {
|
|
|
70
129
|
"itemStyle": "DEFAULT",
|
|
71
130
|
"itemType": "CONTAINER",
|
|
72
131
|
"layoutPos": {
|
|
132
|
+
"grow": 1,
|
|
73
133
|
"shrink": 1,
|
|
74
134
|
"layout": "FLEX"
|
|
75
135
|
},
|
|
76
|
-
"id": "
|
|
136
|
+
"id": "view_exp_split"
|
|
77
137
|
}
|
|
78
138
|
],
|
|
79
|
-
"predefinedType": "CONTAINER_H_SPLIT",
|
|
80
139
|
"layout": {
|
|
81
140
|
"layout": "FLEX"
|
|
82
141
|
},
|
|
@@ -89,7 +148,28 @@ var DETreeViewExpView = {
|
|
|
89
148
|
"shrink": 1,
|
|
90
149
|
"layout": "FLEX"
|
|
91
150
|
},
|
|
92
|
-
"id": "
|
|
151
|
+
"id": "container"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"rawItem": {
|
|
155
|
+
"rawItemParams": [
|
|
156
|
+
{
|
|
157
|
+
"key": "POSITION",
|
|
158
|
+
"value": "BOTTOM"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"predefinedType": "VIEWMSG_POS",
|
|
162
|
+
"id": "viewmsg_pos_bottom"
|
|
163
|
+
},
|
|
164
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
165
|
+
"itemStyle": "DEFAULT",
|
|
166
|
+
"itemType": "RAWITEM",
|
|
167
|
+
"layoutPos": {
|
|
168
|
+
"shrink": 0,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"showCaption": true,
|
|
172
|
+
"id": "viewmsg_pos_bottom"
|
|
93
173
|
}
|
|
94
174
|
],
|
|
95
175
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DETreeGridExView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -169,6 +190,27 @@ var DETreeGridExView = {
|
|
|
169
190
|
"showCaption": true,
|
|
170
191
|
"id": "panelpart"
|
|
171
192
|
},
|
|
193
|
+
{
|
|
194
|
+
"rawItem": {
|
|
195
|
+
"rawItemParams": [
|
|
196
|
+
{
|
|
197
|
+
"key": "POSITION",
|
|
198
|
+
"value": "BODY"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"predefinedType": "VIEWMSG_POS",
|
|
202
|
+
"id": "viewmsg_pos_body"
|
|
203
|
+
},
|
|
204
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "RAWITEM",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 0,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "viewmsg_pos_body"
|
|
213
|
+
},
|
|
172
214
|
{
|
|
173
215
|
"panelItems": [
|
|
174
216
|
{
|
|
@@ -243,6 +285,27 @@ var DETreeGridExView = {
|
|
|
243
285
|
"layout": "FLEX"
|
|
244
286
|
},
|
|
245
287
|
"id": "view_content"
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
"rawItem": {
|
|
291
|
+
"rawItemParams": [
|
|
292
|
+
{
|
|
293
|
+
"key": "POSITION",
|
|
294
|
+
"value": "BOTTOM"
|
|
295
|
+
}
|
|
296
|
+
],
|
|
297
|
+
"predefinedType": "VIEWMSG_POS",
|
|
298
|
+
"id": "viewmsg_pos_bottom"
|
|
299
|
+
},
|
|
300
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
301
|
+
"itemStyle": "DEFAULT",
|
|
302
|
+
"itemType": "RAWITEM",
|
|
303
|
+
"layoutPos": {
|
|
304
|
+
"shrink": 0,
|
|
305
|
+
"layout": "FLEX"
|
|
306
|
+
},
|
|
307
|
+
"showCaption": true,
|
|
308
|
+
"id": "viewmsg_pos_bottom"
|
|
246
309
|
}
|
|
247
310
|
],
|
|
248
311
|
"layoutPanel": true,
|