@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
|
@@ -5,59 +5,118 @@ var DEGridViewExpView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
11
|
-
"
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
},
|
|
21
|
-
"showCaption": true,
|
|
22
|
-
"id": "gridexpbar"
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
"layout": {
|
|
26
|
-
"layout": "FLEX"
|
|
32
|
+
"rawItem": {
|
|
33
|
+
"rawItemParams": [
|
|
34
|
+
{
|
|
35
|
+
"key": "POSITION",
|
|
36
|
+
"value": "BODY"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"predefinedType": "VIEWMSG_POS",
|
|
40
|
+
"id": "viewmsg_pos_body"
|
|
27
41
|
},
|
|
28
|
-
"
|
|
29
|
-
"caption": "\u5BB9\u5668",
|
|
30
|
-
"contentWidth": 500,
|
|
42
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
31
43
|
"itemStyle": "DEFAULT",
|
|
32
|
-
"itemType": "
|
|
44
|
+
"itemType": "RAWITEM",
|
|
33
45
|
"layoutPos": {
|
|
34
|
-
"shrink":
|
|
35
|
-
"layout": "FLEX"
|
|
36
|
-
"width": 500,
|
|
37
|
-
"widthMode": "PX"
|
|
46
|
+
"shrink": 0,
|
|
47
|
+
"layout": "FLEX"
|
|
38
48
|
},
|
|
39
|
-
"
|
|
40
|
-
"id": "
|
|
49
|
+
"showCaption": true,
|
|
50
|
+
"id": "viewmsg_pos_body"
|
|
41
51
|
},
|
|
42
52
|
{
|
|
43
53
|
"panelItems": [
|
|
44
54
|
{
|
|
45
|
-
"
|
|
46
|
-
|
|
47
|
-
|
|
55
|
+
"panelItems": [
|
|
56
|
+
{
|
|
57
|
+
"caption": "\u8868\u683C\u5BFC\u822A",
|
|
58
|
+
"itemStyle": "DEFAULT",
|
|
59
|
+
"itemType": "CTRLPOS",
|
|
60
|
+
"layoutPos": {
|
|
61
|
+
"grow": 1,
|
|
62
|
+
"shrink": 1,
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"showCaption": true,
|
|
66
|
+
"id": "gridexpbar"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"layout": {
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"caption": "\u5BB9\u5668",
|
|
74
|
+
"contentWidth": 500,
|
|
75
|
+
"itemStyle": "DEFAULT",
|
|
76
|
+
"itemType": "CONTAINER",
|
|
77
|
+
"layoutPos": {
|
|
78
|
+
"shrink": 1,
|
|
79
|
+
"layout": "FLEX",
|
|
80
|
+
"width": 500,
|
|
81
|
+
"widthMode": "PX"
|
|
82
|
+
},
|
|
83
|
+
"width": 500,
|
|
84
|
+
"id": "view_content_left"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"panelItems": [
|
|
88
|
+
{
|
|
89
|
+
"rawItem": {
|
|
90
|
+
"predefinedType": "NAV_POS",
|
|
91
|
+
"id": "nav_pos"
|
|
92
|
+
},
|
|
93
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
94
|
+
"itemStyle": "DEFAULT",
|
|
95
|
+
"itemType": "RAWITEM",
|
|
96
|
+
"layoutPos": {
|
|
97
|
+
"grow": 1,
|
|
98
|
+
"shrink": 1,
|
|
99
|
+
"layout": "FLEX"
|
|
100
|
+
},
|
|
101
|
+
"showCaption": true,
|
|
102
|
+
"id": "nav_pos"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"layout": {
|
|
106
|
+
"layout": "FLEX"
|
|
48
107
|
},
|
|
49
|
-
"
|
|
108
|
+
"dataRegionType": "INHERIT",
|
|
109
|
+
"caption": "\u5BB9\u5668",
|
|
50
110
|
"itemStyle": "DEFAULT",
|
|
51
|
-
"itemType": "
|
|
111
|
+
"itemType": "CONTAINER",
|
|
52
112
|
"layoutPos": {
|
|
53
|
-
"grow": 1,
|
|
54
113
|
"shrink": 1,
|
|
55
114
|
"layout": "FLEX"
|
|
56
115
|
},
|
|
57
|
-
"
|
|
58
|
-
"id": "nav_pos"
|
|
116
|
+
"id": "view_content_right"
|
|
59
117
|
}
|
|
60
118
|
],
|
|
119
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
61
120
|
"layout": {
|
|
62
121
|
"layout": "FLEX"
|
|
63
122
|
},
|
|
@@ -66,13 +125,13 @@ var DEGridViewExpView = {
|
|
|
66
125
|
"itemStyle": "DEFAULT",
|
|
67
126
|
"itemType": "CONTAINER",
|
|
68
127
|
"layoutPos": {
|
|
128
|
+
"grow": 1,
|
|
69
129
|
"shrink": 1,
|
|
70
130
|
"layout": "FLEX"
|
|
71
131
|
},
|
|
72
|
-
"id": "
|
|
132
|
+
"id": "view_exp_split"
|
|
73
133
|
}
|
|
74
134
|
],
|
|
75
|
-
"predefinedType": "CONTAINER_H_SPLIT",
|
|
76
135
|
"layout": {
|
|
77
136
|
"layout": "FLEX"
|
|
78
137
|
},
|
|
@@ -85,7 +144,28 @@ var DEGridViewExpView = {
|
|
|
85
144
|
"shrink": 1,
|
|
86
145
|
"layout": "FLEX"
|
|
87
146
|
},
|
|
88
|
-
"id": "
|
|
147
|
+
"id": "container"
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"rawItem": {
|
|
151
|
+
"rawItemParams": [
|
|
152
|
+
{
|
|
153
|
+
"key": "POSITION",
|
|
154
|
+
"value": "BOTTOM"
|
|
155
|
+
}
|
|
156
|
+
],
|
|
157
|
+
"predefinedType": "VIEWMSG_POS",
|
|
158
|
+
"id": "viewmsg_pos_bottom"
|
|
159
|
+
},
|
|
160
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
161
|
+
"itemStyle": "DEFAULT",
|
|
162
|
+
"itemType": "RAWITEM",
|
|
163
|
+
"layoutPos": {
|
|
164
|
+
"shrink": 0,
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"showCaption": true,
|
|
168
|
+
"id": "viewmsg_pos_bottom"
|
|
89
169
|
}
|
|
90
170
|
],
|
|
91
171
|
"layoutPanel": true,
|
|
@@ -4,6 +4,29 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
panelItems?: undefined;
|
|
26
|
+
predefinedType?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
} | {
|
|
7
30
|
panelItems: {
|
|
8
31
|
panelItems: ({
|
|
9
32
|
panelItems: {
|
|
@@ -122,6 +145,7 @@ declare const _default: {
|
|
|
122
145
|
};
|
|
123
146
|
showCaption: boolean;
|
|
124
147
|
id: string;
|
|
148
|
+
rawItem?: undefined;
|
|
125
149
|
} | {
|
|
126
150
|
panelItems: {
|
|
127
151
|
panelItems: {
|
|
@@ -163,6 +187,7 @@ declare const _default: {
|
|
|
163
187
|
};
|
|
164
188
|
showCaption: boolean;
|
|
165
189
|
id: string;
|
|
190
|
+
rawItem?: undefined;
|
|
166
191
|
} | {
|
|
167
192
|
panelItems: {
|
|
168
193
|
caption: string;
|
|
@@ -190,6 +215,7 @@ declare const _default: {
|
|
|
190
215
|
layout: string;
|
|
191
216
|
};
|
|
192
217
|
id: string;
|
|
218
|
+
rawItem?: undefined;
|
|
193
219
|
showCaption?: undefined;
|
|
194
220
|
})[];
|
|
195
221
|
layoutPanel: boolean;
|
package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs
CHANGED
|
@@ -5,6 +5,27 @@ var DEGridView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -165,6 +186,27 @@ var DEGridView = {
|
|
|
165
186
|
"showCaption": true,
|
|
166
187
|
"id": "panelpart"
|
|
167
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"rawItem": {
|
|
191
|
+
"rawItemParams": [
|
|
192
|
+
{
|
|
193
|
+
"key": "POSITION",
|
|
194
|
+
"value": "BODY"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"predefinedType": "VIEWMSG_POS",
|
|
198
|
+
"id": "viewmsg_pos_body"
|
|
199
|
+
},
|
|
200
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
201
|
+
"itemStyle": "DEFAULT",
|
|
202
|
+
"itemType": "RAWITEM",
|
|
203
|
+
"layoutPos": {
|
|
204
|
+
"shrink": 0,
|
|
205
|
+
"layout": "FLEX"
|
|
206
|
+
},
|
|
207
|
+
"showCaption": true,
|
|
208
|
+
"id": "viewmsg_pos_body"
|
|
209
|
+
},
|
|
168
210
|
{
|
|
169
211
|
"panelItems": [
|
|
170
212
|
{
|
|
@@ -239,6 +281,27 @@ var DEGridView = {
|
|
|
239
281
|
"layout": "FLEX"
|
|
240
282
|
},
|
|
241
283
|
"id": "view_content"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"rawItem": {
|
|
287
|
+
"rawItemParams": [
|
|
288
|
+
{
|
|
289
|
+
"key": "POSITION",
|
|
290
|
+
"value": "BOTTOM"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"predefinedType": "VIEWMSG_POS",
|
|
294
|
+
"id": "viewmsg_pos_bottom"
|
|
295
|
+
},
|
|
296
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
297
|
+
"itemStyle": "DEFAULT",
|
|
298
|
+
"itemType": "RAWITEM",
|
|
299
|
+
"layoutPos": {
|
|
300
|
+
"shrink": 0,
|
|
301
|
+
"layout": "FLEX"
|
|
302
|
+
},
|
|
303
|
+
"showCaption": true,
|
|
304
|
+
"id": "viewmsg_pos_bottom"
|
|
242
305
|
}
|
|
243
306
|
],
|
|
244
307
|
"layoutPanel": true,
|
|
@@ -5,6 +5,29 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: ({
|
|
8
|
+
rawItem: {
|
|
9
|
+
rawItemParams: {
|
|
10
|
+
key: string;
|
|
11
|
+
value: string;
|
|
12
|
+
}[];
|
|
13
|
+
predefinedType: string;
|
|
14
|
+
id: string;
|
|
15
|
+
};
|
|
16
|
+
caption: string;
|
|
17
|
+
itemStyle: string;
|
|
18
|
+
itemType: string;
|
|
19
|
+
layoutPos: {
|
|
20
|
+
shrink: number;
|
|
21
|
+
layout: string;
|
|
22
|
+
grow?: undefined;
|
|
23
|
+
};
|
|
24
|
+
showCaption: boolean;
|
|
25
|
+
id: string;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
8
31
|
panelItems: {
|
|
9
32
|
panelItems: {
|
|
10
33
|
panelItems: {
|
|
@@ -80,6 +103,7 @@ declare const _default: {
|
|
|
80
103
|
};
|
|
81
104
|
showCaption: boolean;
|
|
82
105
|
id: string;
|
|
106
|
+
rawItem?: undefined;
|
|
83
107
|
} | {
|
|
84
108
|
panelItems: ({
|
|
85
109
|
panelItems: {
|
|
@@ -189,6 +213,7 @@ declare const _default: {
|
|
|
189
213
|
layout: string;
|
|
190
214
|
};
|
|
191
215
|
id: string;
|
|
216
|
+
rawItem?: undefined;
|
|
192
217
|
showCaption?: undefined;
|
|
193
218
|
})[];
|
|
194
219
|
layoutPanel: boolean;
|
|
@@ -6,6 +6,27 @@ var DEINDEXVIEW = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"panelItems": [
|
|
11
32
|
{
|
|
@@ -136,6 +157,27 @@ var DEINDEXVIEW = {
|
|
|
136
157
|
"showCaption": true,
|
|
137
158
|
"id": "panelpart"
|
|
138
159
|
},
|
|
160
|
+
{
|
|
161
|
+
"rawItem": {
|
|
162
|
+
"rawItemParams": [
|
|
163
|
+
{
|
|
164
|
+
"key": "POSITION",
|
|
165
|
+
"value": "BODY"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"predefinedType": "VIEWMSG_POS",
|
|
169
|
+
"id": "viewmsg_pos_body"
|
|
170
|
+
},
|
|
171
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
172
|
+
"itemStyle": "DEFAULT",
|
|
173
|
+
"itemType": "RAWITEM",
|
|
174
|
+
"layoutPos": {
|
|
175
|
+
"shrink": 0,
|
|
176
|
+
"layout": "FLEX"
|
|
177
|
+
},
|
|
178
|
+
"showCaption": true,
|
|
179
|
+
"id": "viewmsg_pos_body"
|
|
180
|
+
},
|
|
139
181
|
{
|
|
140
182
|
"panelItems": [
|
|
141
183
|
{
|
|
@@ -245,6 +287,27 @@ var DEINDEXVIEW = {
|
|
|
245
287
|
"layout": "FLEX"
|
|
246
288
|
},
|
|
247
289
|
"id": "view_content"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"rawItem": {
|
|
293
|
+
"rawItemParams": [
|
|
294
|
+
{
|
|
295
|
+
"key": "POSITION",
|
|
296
|
+
"value": "BOTTOM"
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"predefinedType": "VIEWMSG_POS",
|
|
300
|
+
"id": "viewmsg_pos_bottom"
|
|
301
|
+
},
|
|
302
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
303
|
+
"itemStyle": "DEFAULT",
|
|
304
|
+
"itemType": "RAWITEM",
|
|
305
|
+
"layoutPos": {
|
|
306
|
+
"shrink": 0,
|
|
307
|
+
"layout": "FLEX"
|
|
308
|
+
},
|
|
309
|
+
"showCaption": true,
|
|
310
|
+
"id": "viewmsg_pos_bottom"
|
|
248
311
|
}
|
|
249
312
|
],
|
|
250
313
|
"layoutPanel": true,
|
|
@@ -4,6 +4,29 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
panelItems?: undefined;
|
|
26
|
+
predefinedType?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
} | {
|
|
7
30
|
panelItems: {
|
|
8
31
|
panelItems: ({
|
|
9
32
|
panelItems: {
|
|
@@ -122,6 +145,7 @@ declare const _default: {
|
|
|
122
145
|
};
|
|
123
146
|
showCaption: boolean;
|
|
124
147
|
id: string;
|
|
148
|
+
rawItem?: undefined;
|
|
125
149
|
} | {
|
|
126
150
|
panelItems: {
|
|
127
151
|
panelItems: {
|
|
@@ -163,6 +187,7 @@ declare const _default: {
|
|
|
163
187
|
};
|
|
164
188
|
showCaption: boolean;
|
|
165
189
|
id: string;
|
|
190
|
+
rawItem?: undefined;
|
|
166
191
|
} | {
|
|
167
192
|
panelItems: {
|
|
168
193
|
caption: string;
|
|
@@ -190,6 +215,7 @@ declare const _default: {
|
|
|
190
215
|
layout: string;
|
|
191
216
|
};
|
|
192
217
|
id: string;
|
|
218
|
+
rawItem?: undefined;
|
|
193
219
|
showCaption?: undefined;
|
|
194
220
|
})[];
|
|
195
221
|
layoutPanel: boolean;
|
|
@@ -5,6 +5,27 @@ var DEKanbanView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -165,6 +186,27 @@ var DEKanbanView = {
|
|
|
165
186
|
"showCaption": true,
|
|
166
187
|
"id": "panelpart"
|
|
167
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"rawItem": {
|
|
191
|
+
"rawItemParams": [
|
|
192
|
+
{
|
|
193
|
+
"key": "POSITION",
|
|
194
|
+
"value": "BODY"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"predefinedType": "VIEWMSG_POS",
|
|
198
|
+
"id": "viewmsg_pos_body"
|
|
199
|
+
},
|
|
200
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
201
|
+
"itemStyle": "DEFAULT",
|
|
202
|
+
"itemType": "RAWITEM",
|
|
203
|
+
"layoutPos": {
|
|
204
|
+
"shrink": 0,
|
|
205
|
+
"layout": "FLEX"
|
|
206
|
+
},
|
|
207
|
+
"showCaption": true,
|
|
208
|
+
"id": "viewmsg_pos_body"
|
|
209
|
+
},
|
|
168
210
|
{
|
|
169
211
|
"panelItems": [
|
|
170
212
|
{
|
|
@@ -239,6 +281,27 @@ var DEKanbanView = {
|
|
|
239
281
|
"layout": "FLEX"
|
|
240
282
|
},
|
|
241
283
|
"id": "view_kanban"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"rawItem": {
|
|
287
|
+
"rawItemParams": [
|
|
288
|
+
{
|
|
289
|
+
"key": "POSITION",
|
|
290
|
+
"value": "BOTTOM"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"predefinedType": "VIEWMSG_POS",
|
|
294
|
+
"id": "viewmsg_pos_bottom"
|
|
295
|
+
},
|
|
296
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
297
|
+
"itemStyle": "DEFAULT",
|
|
298
|
+
"itemType": "RAWITEM",
|
|
299
|
+
"layoutPos": {
|
|
300
|
+
"shrink": 0,
|
|
301
|
+
"layout": "FLEX"
|
|
302
|
+
},
|
|
303
|
+
"showCaption": true,
|
|
304
|
+
"id": "viewmsg_pos_bottom"
|
|
242
305
|
}
|
|
243
306
|
],
|
|
244
307
|
"layoutPanel": true,
|