@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,30 @@
|
|
|
1
|
+
var AppIndexViewLayout_BLANK_MODE = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"rawItem": {
|
|
6
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
7
|
+
"id": "nav_pos_index"
|
|
8
|
+
},
|
|
9
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "RAWITEM",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"shrink": 1,
|
|
14
|
+
"heightMode": "FULL",
|
|
15
|
+
"layout": "FLEX"
|
|
16
|
+
},
|
|
17
|
+
"showCaption": true,
|
|
18
|
+
"id": "nav_pos_index"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"layoutPanel": true,
|
|
22
|
+
"codeName": "IndexViewLayout_BLANK_MODE",
|
|
23
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
24
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u7A7A\u767D\u6A21\u5F0F(\u9884\u7F6E\u6A21\u578B)",
|
|
25
|
+
"controlParam": {},
|
|
26
|
+
"name": "layoutpanel",
|
|
27
|
+
"id": "indexviewlayout_blank_mode"
|
|
28
|
+
};
|
|
29
|
+
|
|
30
|
+
export { AppIndexViewLayout_BLANK_MODE as default };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
var AppIndexViewLayout_CENTER = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
6
|
+
"itemStyle": "DEFAULT",
|
|
7
|
+
"itemType": "CTRLPOS",
|
|
8
|
+
"layoutPos": {
|
|
9
|
+
"shrink": 1,
|
|
10
|
+
"heightMode": "FULL",
|
|
11
|
+
"layout": "FLEX",
|
|
12
|
+
"widthMode": "FULL"
|
|
13
|
+
},
|
|
14
|
+
"showCaption": true,
|
|
15
|
+
"id": "appmenu"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"layoutPanel": true,
|
|
19
|
+
"codeName": "IndexViewLayout_CENTER",
|
|
20
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
21
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E2D\u95F4\u83DC\u5355(\u9884\u7F6E\u6A21\u578B)",
|
|
22
|
+
"controlParam": {},
|
|
23
|
+
"name": "layoutpanel",
|
|
24
|
+
"id": "indexviewlayout_center"
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export { AppIndexViewLayout_CENTER as default };
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
var AppIndexViewLayout_TOP = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"rawItem": {
|
|
12
|
+
"predefinedType": "NAV_TABS",
|
|
13
|
+
"id": "nav_tabs"
|
|
14
|
+
},
|
|
15
|
+
"caption": "\u6807\u7B7E\u9875\u5BFC\u822A\u680F",
|
|
16
|
+
"itemStyle": "DEFAULT",
|
|
17
|
+
"itemType": "RAWITEM",
|
|
18
|
+
"layoutPos": {
|
|
19
|
+
"shrink": 0,
|
|
20
|
+
"layout": "FLEX"
|
|
21
|
+
},
|
|
22
|
+
"showCaption": true,
|
|
23
|
+
"id": "nav_tabs"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"rawItem": {
|
|
27
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
28
|
+
"id": "nav_pos_index"
|
|
29
|
+
},
|
|
30
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
31
|
+
"itemStyle": "DEFAULT",
|
|
32
|
+
"itemType": "RAWITEM",
|
|
33
|
+
"layoutPos": {
|
|
34
|
+
"grow": 1,
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"showCaption": true,
|
|
39
|
+
"id": "nav_pos_index"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"layout": {
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"dataRegionType": "INHERIT",
|
|
46
|
+
"caption": "\u5BB9\u5668",
|
|
47
|
+
"contentHeight": 100,
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"layoutPos": "CENTER",
|
|
52
|
+
"height": 100,
|
|
53
|
+
"heightMode": "PERCENTAGE",
|
|
54
|
+
"layout": "BORDER"
|
|
55
|
+
},
|
|
56
|
+
"id": "container4"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
60
|
+
"layout": {
|
|
61
|
+
"layout": "BORDER"
|
|
62
|
+
},
|
|
63
|
+
"dataRegionType": "INHERIT",
|
|
64
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
65
|
+
"contentWidth": 100,
|
|
66
|
+
"itemStyle": "DEFAULT",
|
|
67
|
+
"itemType": "CONTAINER",
|
|
68
|
+
"layoutPos": {
|
|
69
|
+
"layoutPos": "CENTER",
|
|
70
|
+
"layout": "BORDER",
|
|
71
|
+
"width": 100,
|
|
72
|
+
"widthMode": "PERCENTAGE"
|
|
73
|
+
},
|
|
74
|
+
"showCaption": true,
|
|
75
|
+
"id": "container_scroll_main"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"panelItems": [
|
|
79
|
+
{
|
|
80
|
+
"panelItems": [
|
|
81
|
+
{
|
|
82
|
+
"rawItem": {
|
|
83
|
+
"predefinedType": "APP_APPTITLE",
|
|
84
|
+
"id": "app_apptitle"
|
|
85
|
+
},
|
|
86
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
87
|
+
"itemStyle": "DEFAULT",
|
|
88
|
+
"itemType": "RAWITEM",
|
|
89
|
+
"layoutPos": {
|
|
90
|
+
"shrink": 1,
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"showCaption": true,
|
|
94
|
+
"id": "app_apptitle"
|
|
95
|
+
},
|
|
96
|
+
{
|
|
97
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "CTRLPOS",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"shrink": 1,
|
|
102
|
+
"layout": "FLEX"
|
|
103
|
+
},
|
|
104
|
+
"showCaption": true,
|
|
105
|
+
"id": "appmenu"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"rawItem": {
|
|
109
|
+
"predefinedType": "AUTH_USERINFO",
|
|
110
|
+
"id": "auth_userinfo"
|
|
111
|
+
},
|
|
112
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
113
|
+
"itemStyle": "DEFAULT",
|
|
114
|
+
"itemType": "RAWITEM",
|
|
115
|
+
"layoutPos": {
|
|
116
|
+
"shrink": 1,
|
|
117
|
+
"layout": "FLEX"
|
|
118
|
+
},
|
|
119
|
+
"showCaption": true,
|
|
120
|
+
"id": "auth_userinfo"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"predefinedType": "AppHeader",
|
|
124
|
+
"layout": {
|
|
125
|
+
"align": "space-between",
|
|
126
|
+
"dir": "row",
|
|
127
|
+
"layout": "FLEX"
|
|
128
|
+
},
|
|
129
|
+
"dataRegionType": "INHERIT",
|
|
130
|
+
"caption": "\u5BB9\u5668",
|
|
131
|
+
"itemStyle": "DEFAULT",
|
|
132
|
+
"itemType": "CONTAINER",
|
|
133
|
+
"layoutPos": {
|
|
134
|
+
"layoutPos": "CENTER",
|
|
135
|
+
"layout": "BORDER"
|
|
136
|
+
},
|
|
137
|
+
"id": "app_header"
|
|
138
|
+
}
|
|
139
|
+
],
|
|
140
|
+
"predefinedType": "CONTAINER_SCROLL_HEADER",
|
|
141
|
+
"layout": {
|
|
142
|
+
"layout": "BORDER"
|
|
143
|
+
},
|
|
144
|
+
"dataRegionType": "INHERIT",
|
|
145
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
146
|
+
"contentHeight": 64,
|
|
147
|
+
"height": 64,
|
|
148
|
+
"itemStyle": "DEFAULT",
|
|
149
|
+
"itemType": "CONTAINER",
|
|
150
|
+
"layoutPos": {
|
|
151
|
+
"layoutPos": "NORTH",
|
|
152
|
+
"height": 64,
|
|
153
|
+
"heightMode": "PX",
|
|
154
|
+
"layout": "BORDER"
|
|
155
|
+
},
|
|
156
|
+
"showCaption": true,
|
|
157
|
+
"id": "container_scroll_header"
|
|
158
|
+
}
|
|
159
|
+
],
|
|
160
|
+
"predefinedType": "CONTAINER_SCROLL",
|
|
161
|
+
"layout": {
|
|
162
|
+
"layout": "BORDER"
|
|
163
|
+
},
|
|
164
|
+
"dataRegionType": "INHERIT",
|
|
165
|
+
"caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
|
|
166
|
+
"itemStyle": "DEFAULT",
|
|
167
|
+
"itemType": "CONTAINER",
|
|
168
|
+
"layoutPos": {
|
|
169
|
+
"shrink": 1,
|
|
170
|
+
"layout": "FLEX"
|
|
171
|
+
},
|
|
172
|
+
"id": "container_scroll1"
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"layoutPanel": true,
|
|
176
|
+
"codeName": "IndexViewLayout_TOP",
|
|
177
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
178
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E0A\u65B9\u83DC\u5355(\u9884\u7F6E\u6A21\u578B)",
|
|
179
|
+
"controlParam": {},
|
|
180
|
+
"name": "layoutpanel",
|
|
181
|
+
"id": "indexviewlayout_top"
|
|
182
|
+
};
|
|
183
|
+
|
|
184
|
+
export { AppIndexViewLayout_TOP as default };
|
|
@@ -0,0 +1,207 @@
|
|
|
1
|
+
var AppIndexViewLayout = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"rawItem": {
|
|
12
|
+
"predefinedType": "NAV_TABS",
|
|
13
|
+
"id": "nav_tabs"
|
|
14
|
+
},
|
|
15
|
+
"caption": "\u6807\u7B7E\u9875\u5BFC\u822A\u680F",
|
|
16
|
+
"itemStyle": "DEFAULT",
|
|
17
|
+
"itemType": "RAWITEM",
|
|
18
|
+
"layoutPos": {
|
|
19
|
+
"shrink": 0,
|
|
20
|
+
"layout": "FLEX"
|
|
21
|
+
},
|
|
22
|
+
"showCaption": true,
|
|
23
|
+
"id": "nav_tabs"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"rawItem": {
|
|
27
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
28
|
+
"id": "nav_pos_index"
|
|
29
|
+
},
|
|
30
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
31
|
+
"itemStyle": "DEFAULT",
|
|
32
|
+
"itemType": "RAWITEM",
|
|
33
|
+
"layoutPos": {
|
|
34
|
+
"grow": 1,
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"showCaption": true,
|
|
39
|
+
"id": "nav_pos_index"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"layout": {
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"dataRegionType": "INHERIT",
|
|
46
|
+
"caption": "\u5BB9\u5668",
|
|
47
|
+
"contentHeight": 100,
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CONTAINER",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"layoutPos": "CENTER",
|
|
52
|
+
"height": 100,
|
|
53
|
+
"heightMode": "PERCENTAGE",
|
|
54
|
+
"layout": "BORDER"
|
|
55
|
+
},
|
|
56
|
+
"id": "container4"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
60
|
+
"layout": {
|
|
61
|
+
"layout": "BORDER"
|
|
62
|
+
},
|
|
63
|
+
"dataRegionType": "INHERIT",
|
|
64
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
65
|
+
"contentWidth": 100,
|
|
66
|
+
"itemStyle": "DEFAULT",
|
|
67
|
+
"itemType": "CONTAINER",
|
|
68
|
+
"layoutPos": {
|
|
69
|
+
"layoutPos": "CENTER",
|
|
70
|
+
"layout": "BORDER",
|
|
71
|
+
"width": 100,
|
|
72
|
+
"widthMode": "PERCENTAGE"
|
|
73
|
+
},
|
|
74
|
+
"showCaption": true,
|
|
75
|
+
"id": "container_scroll_main"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"panelItems": [
|
|
79
|
+
{
|
|
80
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
81
|
+
"itemStyle": "DEFAULT",
|
|
82
|
+
"itemType": "CTRLPOS",
|
|
83
|
+
"layoutPos": {
|
|
84
|
+
"layoutPos": "CENTER",
|
|
85
|
+
"heightMode": "FULL",
|
|
86
|
+
"layout": "BORDER"
|
|
87
|
+
},
|
|
88
|
+
"showCaption": true,
|
|
89
|
+
"id": "appmenu"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"predefinedType": "CONTAINER_SCROLL_LEFT",
|
|
93
|
+
"layout": {
|
|
94
|
+
"layout": "BORDER"
|
|
95
|
+
},
|
|
96
|
+
"dataRegionType": "INHERIT",
|
|
97
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
98
|
+
"contentWidth": 240,
|
|
99
|
+
"itemStyle": "DEFAULT",
|
|
100
|
+
"itemType": "CONTAINER",
|
|
101
|
+
"layoutPos": {
|
|
102
|
+
"layoutPos": "WEST",
|
|
103
|
+
"layout": "BORDER",
|
|
104
|
+
"width": 240,
|
|
105
|
+
"widthMode": "PX"
|
|
106
|
+
},
|
|
107
|
+
"width": 240,
|
|
108
|
+
"showCaption": true,
|
|
109
|
+
"id": "container_scroll_left"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"panelItems": [
|
|
113
|
+
{
|
|
114
|
+
"panelItems": [
|
|
115
|
+
{
|
|
116
|
+
"rawItem": {
|
|
117
|
+
"predefinedType": "APP_APPTITLE",
|
|
118
|
+
"id": "app_apptitle"
|
|
119
|
+
},
|
|
120
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
121
|
+
"itemStyle": "DEFAULT",
|
|
122
|
+
"itemType": "RAWITEM",
|
|
123
|
+
"layoutPos": {
|
|
124
|
+
"shrink": 1,
|
|
125
|
+
"layout": "FLEX"
|
|
126
|
+
},
|
|
127
|
+
"showCaption": true,
|
|
128
|
+
"id": "app_apptitle"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"rawItem": {
|
|
132
|
+
"predefinedType": "AUTH_USERINFO",
|
|
133
|
+
"id": "auth_userinfo"
|
|
134
|
+
},
|
|
135
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
136
|
+
"itemStyle": "DEFAULT",
|
|
137
|
+
"itemType": "RAWITEM",
|
|
138
|
+
"layoutPos": {
|
|
139
|
+
"shrink": 1,
|
|
140
|
+
"layout": "FLEX"
|
|
141
|
+
},
|
|
142
|
+
"showCaption": true,
|
|
143
|
+
"id": "auth_userinfo"
|
|
144
|
+
}
|
|
145
|
+
],
|
|
146
|
+
"predefinedType": "AppHeader",
|
|
147
|
+
"layout": {
|
|
148
|
+
"align": "space-between",
|
|
149
|
+
"dir": "row",
|
|
150
|
+
"layout": "FLEX"
|
|
151
|
+
},
|
|
152
|
+
"dataRegionType": "INHERIT",
|
|
153
|
+
"caption": "\u5BB9\u5668",
|
|
154
|
+
"itemStyle": "DEFAULT",
|
|
155
|
+
"itemType": "CONTAINER",
|
|
156
|
+
"layoutPos": {
|
|
157
|
+
"layoutPos": "CENTER",
|
|
158
|
+
"layout": "BORDER"
|
|
159
|
+
},
|
|
160
|
+
"id": "app_header"
|
|
161
|
+
}
|
|
162
|
+
],
|
|
163
|
+
"predefinedType": "CONTAINER_SCROLL_HEADER",
|
|
164
|
+
"layout": {
|
|
165
|
+
"layout": "BORDER"
|
|
166
|
+
},
|
|
167
|
+
"dataRegionType": "INHERIT",
|
|
168
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
169
|
+
"contentHeight": 64,
|
|
170
|
+
"height": 64,
|
|
171
|
+
"itemStyle": "DEFAULT",
|
|
172
|
+
"itemType": "CONTAINER",
|
|
173
|
+
"layoutPos": {
|
|
174
|
+
"layoutPos": "NORTH",
|
|
175
|
+
"height": 64,
|
|
176
|
+
"heightMode": "PX",
|
|
177
|
+
"layout": "BORDER"
|
|
178
|
+
},
|
|
179
|
+
"showCaption": true,
|
|
180
|
+
"id": "container_scroll_header"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"predefinedType": "CONTAINER_SCROLL",
|
|
184
|
+
"layout": {
|
|
185
|
+
"layout": "BORDER"
|
|
186
|
+
},
|
|
187
|
+
"dataRegionType": "INHERIT",
|
|
188
|
+
"caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
|
|
189
|
+
"itemStyle": "DEFAULT",
|
|
190
|
+
"itemType": "CONTAINER",
|
|
191
|
+
"layoutPos": {
|
|
192
|
+
"shrink": 1,
|
|
193
|
+
"layout": "FLEX"
|
|
194
|
+
},
|
|
195
|
+
"id": "container_scroll1"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"layoutPanel": true,
|
|
199
|
+
"codeName": "IndexViewLayout",
|
|
200
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
201
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
202
|
+
"controlParam": {},
|
|
203
|
+
"name": "layoutpanel",
|
|
204
|
+
"id": "indexviewlayout"
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export { AppIndexViewLayout as default };
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import AppIndexViewLayout_BLANK_MODE from './app-index-view-layout-blank-mode.mjs';
|
|
2
|
+
import AppIndexViewLayout_CENTER from './app-index-view-layout-center.mjs';
|
|
3
|
+
import AppIndexViewLayout_TOP from './app-index-view-layout-top.mjs';
|
|
4
|
+
import AppIndexViewLayout from './app-index-view-layout.mjs';
|
|
5
|
+
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs';
|
|
6
|
+
import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
|
|
7
|
+
import DEDataViewExpView from './view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs';
|
|
8
|
+
import DEDataView from './view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs';
|
|
9
|
+
import DEEdit2View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs';
|
|
10
|
+
import DEEdit3View from './view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs';
|
|
11
|
+
import DEEditView from './view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs';
|
|
12
|
+
import DEGridViewExpView from './view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs';
|
|
13
|
+
import DEGridView from './view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs';
|
|
14
|
+
import DEListViewExpView from './view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs';
|
|
15
|
+
import DEListView from './view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs';
|
|
16
|
+
import DEOptView from './view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs';
|
|
17
|
+
import DEPickupGirdView from './view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs';
|
|
18
|
+
import DEPickupView from './view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs';
|
|
19
|
+
import DETabExpView from './view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs';
|
|
20
|
+
import DETreeViewExpView from './view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs';
|
|
21
|
+
import DETreeView from './view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs';
|
|
22
|
+
import DEWizardDView from './view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs';
|
|
23
|
+
import DEMPickupView from './view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs';
|
|
24
|
+
import DEWFDynaActionView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs';
|
|
25
|
+
import DEWFDynaStartView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs';
|
|
26
|
+
import DEWFDynaEditView3 from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs';
|
|
27
|
+
import DEWFDynaEditView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs';
|
|
28
|
+
import DEPanelView from './view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs';
|
|
29
|
+
|
|
30
|
+
function install(callBack) {
|
|
31
|
+
callBack("APPINDEXVIEW_DEFAULT", AppIndexViewLayout);
|
|
32
|
+
callBack("APPINDEXVIEW_DEFAULT_LEFT", AppIndexViewLayout);
|
|
33
|
+
callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", AppIndexViewLayout_BLANK_MODE);
|
|
34
|
+
callBack("APPINDEXVIEW_DEFAULT_CENTER", AppIndexViewLayout_CENTER);
|
|
35
|
+
callBack("APPINDEXVIEW_DEFAULT_TOP", AppIndexViewLayout_TOP);
|
|
36
|
+
callBack("DECHARTVIEW_DEFAULT", DEChartView);
|
|
37
|
+
callBack("DECHARTVIEW9_DEFAULT", DEChartView);
|
|
38
|
+
callBack("DECALENDARVIEW_DEFAULT", DECalendarView);
|
|
39
|
+
callBack("DECALENDARVIEW9_DEFAULT", DECalendarView);
|
|
40
|
+
callBack("DEDATAVIEWEXPVIEW_DEFAULT", DEDataViewExpView);
|
|
41
|
+
callBack("DEDATAVIEW_DEFAULT", DEDataView);
|
|
42
|
+
callBack("DEDATAVIEW9_DEFAULT", DEDataView);
|
|
43
|
+
callBack("DEEDITVIEW2_DEFAULT", DEEdit2View);
|
|
44
|
+
callBack("DEEDITVIEW3_DEFAULT", DEEdit3View);
|
|
45
|
+
callBack("DEEDITVIEW_DEFAULT", DEEditView);
|
|
46
|
+
callBack("DEEDITVIEW9_DEFAULT", DEEditView);
|
|
47
|
+
callBack("DEGRIDEXPVIEW_DEFAULT", DEGridViewExpView);
|
|
48
|
+
callBack("DEGRIDVIEW_DEFAULT", DEGridView);
|
|
49
|
+
callBack("DEGRIDVIEW9_DEFAULT", DEGridView);
|
|
50
|
+
callBack("DELISTEXPVIEW_DEFAULT", DEListViewExpView);
|
|
51
|
+
callBack("DELISTVIEW_DEFAULT", DEListView);
|
|
52
|
+
callBack("DELISTVIEW9_DEFAULT", DEListView);
|
|
53
|
+
callBack("DEOPTVIEW_DEFAULT", DEOptView);
|
|
54
|
+
callBack("DEPICKUPGRIDVIEW_DEFAULT", DEPickupGirdView);
|
|
55
|
+
callBack("DEPICKUPVIEW_DEFAULT", DEPickupView);
|
|
56
|
+
callBack("DETABEXPVIEW_DEFAULT", DETabExpView);
|
|
57
|
+
callBack("DETABEXPVIEW9_DEFAULT", DETabExpView);
|
|
58
|
+
callBack("DETREEEXPVIEW_DEFAULT", DETreeViewExpView);
|
|
59
|
+
callBack("DETREEVIEW_DEFAULT", DETreeView);
|
|
60
|
+
callBack("DETREEVIEW9_DEFAULT", DETreeView);
|
|
61
|
+
callBack("DEWIZARDVIEW_DEFAULT", DEWizardDView);
|
|
62
|
+
callBack("DEMPICKUPVIEW_DEFAULT", DEMPickupView);
|
|
63
|
+
callBack("DEWFDYNAACTIONVIEW_DEFAULT", DEWFDynaActionView);
|
|
64
|
+
callBack("DEWFDYNASTARTVIEW_DEFAULT", DEWFDynaStartView);
|
|
65
|
+
callBack("DEWFDYNAEDITVIEW3_DEFAULT", DEWFDynaEditView3);
|
|
66
|
+
callBack("DEWFDYNAEDITVIEW_DEFAULT", DEWFDynaEditView);
|
|
67
|
+
callBack("DEPANELVIEW_DEFAULT", DEPanelView);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export { install };
|