@ibiz-template/web-theme 0.0.1
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/dist/index.min.css +1 -0
- package/dist/index.system.min.js +2 -0
- package/dist/index.system.min.js.map +1 -0
- package/es/index.mjs +2 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +30 -0
- package/es/publish/app-index-view-layout-center.mjs +27 -0
- package/es/publish/app-index-view-layout-top.mjs +184 -0
- package/es/publish/app-index-view-layout.mjs +207 -0
- package/es/publish/index.mjs +70 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +241 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +94 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +241 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +268 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +232 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +167 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +94 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +241 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +94 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +218 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +168 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +217 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +122 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +94 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +240 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +47 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +343 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +93 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +232 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +167 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +93 -0
- package/es/theme/elements/index.css +1 -0
- package/es/theme/generic/element-plus.css +1 -0
- package/es/theme/generic/index.css +1 -0
- package/es/theme/index.css +1 -0
- package/es/theme/objects/expand/expand.css +1 -0
- package/es/theme/objects/index.css +1 -0
- package/es/theme/objects/state/state.css +0 -0
- package/es/theme/theme/dark/dark-theme.css +1 -0
- package/es/theme/theme/default/default-theme.css +1 -0
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -0
- package/es/theme/theme/index.css +1 -0
- package/es/theme/theme/light/light-theme.css +1 -0
- package/es/theme/tumps/index.css +1 -0
- package/es/theme/var.css +1 -0
- package/lib/index.cjs +8 -0
- package/lib/publish/app-index-view-layout-blank-mode.cjs +34 -0
- package/lib/publish/app-index-view-layout-center.cjs +31 -0
- package/lib/publish/app-index-view-layout-top.cjs +188 -0
- package/lib/publish/app-index-view-layout.cjs +211 -0
- package/lib/publish/index.cjs +72 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +199 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +245 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +98 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +245 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +272 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +236 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +171 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +98 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +245 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +98 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +246 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +222 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +172 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.cjs +31 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +221 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +126 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +98 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +244 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +51 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +347 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +97 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +236 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +171 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +97 -0
- package/lib/theme/elements/index.css +1 -0
- package/lib/theme/generic/element-plus.css +1 -0
- package/lib/theme/generic/index.css +1 -0
- package/lib/theme/index.css +1 -0
- package/lib/theme/objects/expand/expand.css +1 -0
- package/lib/theme/objects/index.css +1 -0
- package/lib/theme/objects/state/state.css +0 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -0
- package/lib/theme/theme/default/default-theme.css +1 -0
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -0
- package/lib/theme/theme/index.css +1 -0
- package/lib/theme/theme/light/light-theme.css +1 -0
- package/lib/theme/tumps/index.css +1 -0
- package/lib/theme/var.css +1 -0
- package/package.json +35 -0
|
@@ -0,0 +1,122 @@
|
|
|
1
|
+
var DETabExpView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"caption": "\u6807\u9898\u680F",
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "CTRLPOS",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"shrink": 1,
|
|
14
|
+
"layout": "FLEX"
|
|
15
|
+
},
|
|
16
|
+
"showCaption": true,
|
|
17
|
+
"id": "captionbar"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"layout": {
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"dataRegionType": "INHERIT",
|
|
24
|
+
"caption": "\u5BB9\u5668",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "CONTAINER",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 1,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"id": "view_captionbar"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"panelItems": [
|
|
35
|
+
{
|
|
36
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
37
|
+
"itemStyle": "DEFAULT",
|
|
38
|
+
"itemType": "CTRLPOS",
|
|
39
|
+
"layoutPos": {
|
|
40
|
+
"shrink": 1,
|
|
41
|
+
"layout": "FLEX"
|
|
42
|
+
},
|
|
43
|
+
"showCaption": true,
|
|
44
|
+
"id": "tabexppanel"
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"layout": {
|
|
48
|
+
"layout": "FLEX"
|
|
49
|
+
},
|
|
50
|
+
"dataRegionType": "INHERIT",
|
|
51
|
+
"caption": "\u5BB9\u5668",
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CONTAINER",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"grow": 1,
|
|
56
|
+
"shrink": 1,
|
|
57
|
+
"layout": "FLEX"
|
|
58
|
+
},
|
|
59
|
+
"id": "view_tabexppanel"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"predefinedType": "VIEWHEADER",
|
|
63
|
+
"layout": {
|
|
64
|
+
"dir": "row",
|
|
65
|
+
"layout": "FLEX",
|
|
66
|
+
"valign": "center"
|
|
67
|
+
},
|
|
68
|
+
"dataRegionType": "INHERIT",
|
|
69
|
+
"caption": "\u5BB9\u5668",
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"shrink": 0,
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"id": "view_header"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"panelItems": [
|
|
80
|
+
{
|
|
81
|
+
"rawItem": {
|
|
82
|
+
"predefinedType": "NAV_POS",
|
|
83
|
+
"id": "nav_pos"
|
|
84
|
+
},
|
|
85
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
86
|
+
"itemStyle": "DEFAULT",
|
|
87
|
+
"itemType": "RAWITEM",
|
|
88
|
+
"layoutPos": {
|
|
89
|
+
"grow": 1,
|
|
90
|
+
"shrink": 1,
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"showCaption": true,
|
|
94
|
+
"id": "nav_pos"
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"layout": {
|
|
98
|
+
"layout": "FLEX"
|
|
99
|
+
},
|
|
100
|
+
"dataRegionType": "INHERIT",
|
|
101
|
+
"caption": "\u5BB9\u5668",
|
|
102
|
+
"itemStyle": "DEFAULT",
|
|
103
|
+
"itemType": "CONTAINER",
|
|
104
|
+
"layoutPos": {
|
|
105
|
+
"grow": 1,
|
|
106
|
+
"shrink": 1,
|
|
107
|
+
"layout": "FLEX"
|
|
108
|
+
},
|
|
109
|
+
"id": "view_content"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"layoutPanel": true,
|
|
113
|
+
"codeName": "TabExpViewLayout",
|
|
114
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
115
|
+
"logicName": "\u5206\u9875\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
116
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
117
|
+
"controlParam": {},
|
|
118
|
+
"name": "layoutpanel",
|
|
119
|
+
"id": "tabexpviewlayout"
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
export { DETabExpView as default };
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
var DETreeViewExpView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "CTRLPOS",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"grow": 1,
|
|
14
|
+
"shrink": 1,
|
|
15
|
+
"layout": "FLEX"
|
|
16
|
+
},
|
|
17
|
+
"showCaption": true,
|
|
18
|
+
"id": "treeexpbar"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"layout": {
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"dataRegionType": "INHERIT",
|
|
25
|
+
"caption": "\u5BB9\u5668",
|
|
26
|
+
"itemStyle": "DEFAULT",
|
|
27
|
+
"itemType": "CONTAINER",
|
|
28
|
+
"layoutPos": {
|
|
29
|
+
"shrink": 0,
|
|
30
|
+
"layout": "FLEX"
|
|
31
|
+
},
|
|
32
|
+
"id": "view_content_left"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"panelItems": [
|
|
36
|
+
{
|
|
37
|
+
"rawItem": {
|
|
38
|
+
"predefinedType": "NAV_POS",
|
|
39
|
+
"id": "nav_pos"
|
|
40
|
+
},
|
|
41
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
42
|
+
"itemStyle": "DEFAULT",
|
|
43
|
+
"itemType": "RAWITEM",
|
|
44
|
+
"layoutPos": {
|
|
45
|
+
"grow": 1,
|
|
46
|
+
"shrink": 1,
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"showCaption": true,
|
|
50
|
+
"id": "nav_pos"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"layout": {
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"dataRegionType": "INHERIT",
|
|
57
|
+
"caption": "\u5BB9\u5668",
|
|
58
|
+
"itemStyle": "DEFAULT",
|
|
59
|
+
"itemType": "CONTAINER",
|
|
60
|
+
"layoutPos": {
|
|
61
|
+
"grow": 1,
|
|
62
|
+
"shrink": 1,
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"id": "view_content_right"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"layout": {
|
|
69
|
+
"dir": "row",
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"caption": "\u5BB9\u5668",
|
|
74
|
+
"itemStyle": "DEFAULT",
|
|
75
|
+
"itemType": "CONTAINER",
|
|
76
|
+
"layoutPos": {
|
|
77
|
+
"grow": 1,
|
|
78
|
+
"shrink": 1,
|
|
79
|
+
"layout": "FLEX"
|
|
80
|
+
},
|
|
81
|
+
"id": "view_content"
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"layoutPanel": true,
|
|
85
|
+
"codeName": "TreeExpViewLayout",
|
|
86
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
87
|
+
"logicName": "\u5B9E\u4F53\u6811\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
88
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
89
|
+
"controlParam": {},
|
|
90
|
+
"name": "layoutpanel",
|
|
91
|
+
"id": "treeexpviewlayout"
|
|
92
|
+
};
|
|
93
|
+
|
|
94
|
+
export { DETreeViewExpView as default };
|
package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs
ADDED
|
@@ -0,0 +1,240 @@
|
|
|
1
|
+
var DETreeView = {
|
|
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": "\u641C\u7D22\u680F",
|
|
57
|
+
"itemStyle": "DEFAULT",
|
|
58
|
+
"itemType": "CTRLPOS",
|
|
59
|
+
"layoutPos": {
|
|
60
|
+
"shrink": 1,
|
|
61
|
+
"layout": "FLEX"
|
|
62
|
+
},
|
|
63
|
+
"showCaption": true,
|
|
64
|
+
"id": "searchbar"
|
|
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_searchbar"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
84
|
+
"itemStyle": "DEFAULT",
|
|
85
|
+
"itemType": "CTRLPOS",
|
|
86
|
+
"layoutPos": {
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"layout": "FLEX"
|
|
89
|
+
},
|
|
90
|
+
"showCaption": true,
|
|
91
|
+
"id": "toolbar"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"layout": {
|
|
95
|
+
"layout": "FLEX"
|
|
96
|
+
},
|
|
97
|
+
"dataRegionType": "INHERIT",
|
|
98
|
+
"caption": "\u5BB9\u5668",
|
|
99
|
+
"itemStyle": "DEFAULT",
|
|
100
|
+
"itemType": "CONTAINER",
|
|
101
|
+
"layoutPos": {
|
|
102
|
+
"shrink": 1,
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"id": "view_toolbar"
|
|
106
|
+
}
|
|
107
|
+
],
|
|
108
|
+
"layout": {
|
|
109
|
+
"dir": "row",
|
|
110
|
+
"layout": "FLEX"
|
|
111
|
+
},
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
114
|
+
"itemStyle": "DEFAULT",
|
|
115
|
+
"itemType": "CONTAINER",
|
|
116
|
+
"layoutPos": {
|
|
117
|
+
"shrink": 1,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"id": "view_header_right"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"predefinedType": "VIEWHEADER",
|
|
124
|
+
"layout": {
|
|
125
|
+
"align": "space-between",
|
|
126
|
+
"dir": "row",
|
|
127
|
+
"layout": "FLEX",
|
|
128
|
+
"valign": "center"
|
|
129
|
+
},
|
|
130
|
+
"dataRegionType": "INHERIT",
|
|
131
|
+
"caption": "\u5BB9\u5668",
|
|
132
|
+
"itemStyle": "DEFAULT",
|
|
133
|
+
"itemType": "CONTAINER",
|
|
134
|
+
"layoutPos": {
|
|
135
|
+
"shrink": 0,
|
|
136
|
+
"layout": "FLEX"
|
|
137
|
+
},
|
|
138
|
+
"id": "view_header"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"predefinedType": "PANELPART",
|
|
142
|
+
"layout": {
|
|
143
|
+
"layout": "FLEX"
|
|
144
|
+
},
|
|
145
|
+
"dataRegionType": "INHERIT",
|
|
146
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
147
|
+
"itemStyle": "DEFAULT",
|
|
148
|
+
"itemType": "CONTAINER",
|
|
149
|
+
"layoutPos": {
|
|
150
|
+
"shrink": 1,
|
|
151
|
+
"layout": "FLEX"
|
|
152
|
+
},
|
|
153
|
+
"showCaption": true,
|
|
154
|
+
"id": "panelpart"
|
|
155
|
+
},
|
|
156
|
+
{
|
|
157
|
+
"panelItems": [
|
|
158
|
+
{
|
|
159
|
+
"panelItems": [
|
|
160
|
+
{
|
|
161
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
162
|
+
"itemStyle": "DEFAULT",
|
|
163
|
+
"itemType": "CTRLPOS",
|
|
164
|
+
"layoutPos": {
|
|
165
|
+
"shrink": 1,
|
|
166
|
+
"layout": "FLEX"
|
|
167
|
+
},
|
|
168
|
+
"showCaption": true,
|
|
169
|
+
"id": "searchform"
|
|
170
|
+
}
|
|
171
|
+
],
|
|
172
|
+
"layout": {
|
|
173
|
+
"dir": "column",
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"dataRegionType": "INHERIT",
|
|
177
|
+
"itemStyle": "DEFAULT",
|
|
178
|
+
"itemType": "CONTAINER",
|
|
179
|
+
"layoutPos": {
|
|
180
|
+
"shrink": 0,
|
|
181
|
+
"layout": "FLEX"
|
|
182
|
+
},
|
|
183
|
+
"id": "view_searchform"
|
|
184
|
+
}
|
|
185
|
+
],
|
|
186
|
+
"predefinedType": "PANELPART",
|
|
187
|
+
"layout": {
|
|
188
|
+
"layout": "FLEX"
|
|
189
|
+
},
|
|
190
|
+
"dataRegionType": "INHERIT",
|
|
191
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
192
|
+
"itemStyle": "DEFAULT",
|
|
193
|
+
"itemType": "CONTAINER",
|
|
194
|
+
"layoutPos": {
|
|
195
|
+
"shrink": 1,
|
|
196
|
+
"layout": "FLEX"
|
|
197
|
+
},
|
|
198
|
+
"showCaption": true,
|
|
199
|
+
"id": "panelpart1"
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"panelItems": [
|
|
203
|
+
{
|
|
204
|
+
"caption": "\u6811\u89C6\u56FE",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "CTRLPOS",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 1,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "tree"
|
|
213
|
+
}
|
|
214
|
+
],
|
|
215
|
+
"layout": {
|
|
216
|
+
"layout": "FLEX"
|
|
217
|
+
},
|
|
218
|
+
"dataRegionType": "INHERIT",
|
|
219
|
+
"caption": "\u5BB9\u5668",
|
|
220
|
+
"itemStyle": "DEFAULT",
|
|
221
|
+
"itemType": "CONTAINER",
|
|
222
|
+
"layoutPos": {
|
|
223
|
+
"grow": 1,
|
|
224
|
+
"shrink": 1,
|
|
225
|
+
"layout": "FLEX"
|
|
226
|
+
},
|
|
227
|
+
"id": "view_tree"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
"layoutPanel": true,
|
|
231
|
+
"codeName": "TreeViewLayout",
|
|
232
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
233
|
+
"logicName": "\u6811\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
234
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
235
|
+
"controlParam": {},
|
|
236
|
+
"name": "layoutpanel",
|
|
237
|
+
"id": "treeviewlayout"
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
export { DETreeView as default };
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
var DEWizardDView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
8
|
+
"contentHeight": 100,
|
|
9
|
+
"height": 100,
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "CTRLPOS",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"shrink": 1,
|
|
14
|
+
"height": 100,
|
|
15
|
+
"heightMode": "PERCENTAGE",
|
|
16
|
+
"layout": "FLEX"
|
|
17
|
+
},
|
|
18
|
+
"showCaption": true,
|
|
19
|
+
"id": "wizardpanel"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"layout": {
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"dataRegionType": "INHERIT",
|
|
26
|
+
"caption": "\u5BB9\u5668",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CONTAINER",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"grow": 1,
|
|
31
|
+
"shrink": 1,
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"id": "view_wizardpanel"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"layoutPanel": true,
|
|
38
|
+
"codeName": "WizardViewLayout",
|
|
39
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
40
|
+
"logicName": "\u5411\u5BFC\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
41
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
42
|
+
"controlParam": {},
|
|
43
|
+
"name": "layoutpanel",
|
|
44
|
+
"id": "wizardviewlayout"
|
|
45
|
+
};
|
|
46
|
+
|
|
47
|
+
export { DEWizardDView as default };
|