@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,188 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppIndexViewLayout_TOP = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"rawItem": {
|
|
16
|
+
"predefinedType": "NAV_TABS",
|
|
17
|
+
"id": "nav_tabs"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u6807\u7B7E\u9875\u5BFC\u822A\u680F",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "nav_tabs"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"rawItem": {
|
|
31
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
32
|
+
"id": "nav_pos_index"
|
|
33
|
+
},
|
|
34
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
35
|
+
"itemStyle": "DEFAULT",
|
|
36
|
+
"itemType": "RAWITEM",
|
|
37
|
+
"layoutPos": {
|
|
38
|
+
"grow": 1,
|
|
39
|
+
"shrink": 1,
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"showCaption": true,
|
|
43
|
+
"id": "nav_pos_index"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"layout": {
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"dataRegionType": "INHERIT",
|
|
50
|
+
"caption": "\u5BB9\u5668",
|
|
51
|
+
"contentHeight": 100,
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CONTAINER",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"layoutPos": "CENTER",
|
|
56
|
+
"height": 100,
|
|
57
|
+
"heightMode": "PERCENTAGE",
|
|
58
|
+
"layout": "BORDER"
|
|
59
|
+
},
|
|
60
|
+
"id": "container4"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
64
|
+
"layout": {
|
|
65
|
+
"layout": "BORDER"
|
|
66
|
+
},
|
|
67
|
+
"dataRegionType": "INHERIT",
|
|
68
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
69
|
+
"contentWidth": 100,
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"layoutPos": "CENTER",
|
|
74
|
+
"layout": "BORDER",
|
|
75
|
+
"width": 100,
|
|
76
|
+
"widthMode": "PERCENTAGE"
|
|
77
|
+
},
|
|
78
|
+
"showCaption": true,
|
|
79
|
+
"id": "container_scroll_main"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"panelItems": [
|
|
83
|
+
{
|
|
84
|
+
"panelItems": [
|
|
85
|
+
{
|
|
86
|
+
"rawItem": {
|
|
87
|
+
"predefinedType": "APP_APPTITLE",
|
|
88
|
+
"id": "app_apptitle"
|
|
89
|
+
},
|
|
90
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
91
|
+
"itemStyle": "DEFAULT",
|
|
92
|
+
"itemType": "RAWITEM",
|
|
93
|
+
"layoutPos": {
|
|
94
|
+
"shrink": 1,
|
|
95
|
+
"layout": "FLEX"
|
|
96
|
+
},
|
|
97
|
+
"showCaption": true,
|
|
98
|
+
"id": "app_apptitle"
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
102
|
+
"itemStyle": "DEFAULT",
|
|
103
|
+
"itemType": "CTRLPOS",
|
|
104
|
+
"layoutPos": {
|
|
105
|
+
"shrink": 1,
|
|
106
|
+
"layout": "FLEX"
|
|
107
|
+
},
|
|
108
|
+
"showCaption": true,
|
|
109
|
+
"id": "appmenu"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"rawItem": {
|
|
113
|
+
"predefinedType": "AUTH_USERINFO",
|
|
114
|
+
"id": "auth_userinfo"
|
|
115
|
+
},
|
|
116
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
117
|
+
"itemStyle": "DEFAULT",
|
|
118
|
+
"itemType": "RAWITEM",
|
|
119
|
+
"layoutPos": {
|
|
120
|
+
"shrink": 1,
|
|
121
|
+
"layout": "FLEX"
|
|
122
|
+
},
|
|
123
|
+
"showCaption": true,
|
|
124
|
+
"id": "auth_userinfo"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"predefinedType": "AppHeader",
|
|
128
|
+
"layout": {
|
|
129
|
+
"align": "space-between",
|
|
130
|
+
"dir": "row",
|
|
131
|
+
"layout": "FLEX"
|
|
132
|
+
},
|
|
133
|
+
"dataRegionType": "INHERIT",
|
|
134
|
+
"caption": "\u5BB9\u5668",
|
|
135
|
+
"itemStyle": "DEFAULT",
|
|
136
|
+
"itemType": "CONTAINER",
|
|
137
|
+
"layoutPos": {
|
|
138
|
+
"layoutPos": "CENTER",
|
|
139
|
+
"layout": "BORDER"
|
|
140
|
+
},
|
|
141
|
+
"id": "app_header"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"predefinedType": "CONTAINER_SCROLL_HEADER",
|
|
145
|
+
"layout": {
|
|
146
|
+
"layout": "BORDER"
|
|
147
|
+
},
|
|
148
|
+
"dataRegionType": "INHERIT",
|
|
149
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
150
|
+
"contentHeight": 64,
|
|
151
|
+
"height": 64,
|
|
152
|
+
"itemStyle": "DEFAULT",
|
|
153
|
+
"itemType": "CONTAINER",
|
|
154
|
+
"layoutPos": {
|
|
155
|
+
"layoutPos": "NORTH",
|
|
156
|
+
"height": 64,
|
|
157
|
+
"heightMode": "PX",
|
|
158
|
+
"layout": "BORDER"
|
|
159
|
+
},
|
|
160
|
+
"showCaption": true,
|
|
161
|
+
"id": "container_scroll_header"
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"predefinedType": "CONTAINER_SCROLL",
|
|
165
|
+
"layout": {
|
|
166
|
+
"layout": "BORDER"
|
|
167
|
+
},
|
|
168
|
+
"dataRegionType": "INHERIT",
|
|
169
|
+
"caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
|
|
170
|
+
"itemStyle": "DEFAULT",
|
|
171
|
+
"itemType": "CONTAINER",
|
|
172
|
+
"layoutPos": {
|
|
173
|
+
"shrink": 1,
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"id": "container_scroll1"
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"layoutPanel": true,
|
|
180
|
+
"codeName": "IndexViewLayout_TOP",
|
|
181
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
182
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E0A\u65B9\u83DC\u5355(\u9884\u7F6E\u6A21\u578B)",
|
|
183
|
+
"controlParam": {},
|
|
184
|
+
"name": "layoutpanel",
|
|
185
|
+
"id": "indexviewlayout_top"
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
exports.default = AppIndexViewLayout_TOP;
|
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var AppIndexViewLayout = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"rawItem": {
|
|
16
|
+
"predefinedType": "NAV_TABS",
|
|
17
|
+
"id": "nav_tabs"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u6807\u7B7E\u9875\u5BFC\u822A\u680F",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "nav_tabs"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"rawItem": {
|
|
31
|
+
"predefinedType": "NAV_POS_INDEX",
|
|
32
|
+
"id": "nav_pos_index"
|
|
33
|
+
},
|
|
34
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
35
|
+
"itemStyle": "DEFAULT",
|
|
36
|
+
"itemType": "RAWITEM",
|
|
37
|
+
"layoutPos": {
|
|
38
|
+
"grow": 1,
|
|
39
|
+
"shrink": 1,
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"showCaption": true,
|
|
43
|
+
"id": "nav_pos_index"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"layout": {
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"dataRegionType": "INHERIT",
|
|
50
|
+
"caption": "\u5BB9\u5668",
|
|
51
|
+
"contentHeight": 100,
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CONTAINER",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"layoutPos": "CENTER",
|
|
56
|
+
"height": 100,
|
|
57
|
+
"heightMode": "PERCENTAGE",
|
|
58
|
+
"layout": "BORDER"
|
|
59
|
+
},
|
|
60
|
+
"id": "container4"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
64
|
+
"layout": {
|
|
65
|
+
"layout": "BORDER"
|
|
66
|
+
},
|
|
67
|
+
"dataRegionType": "INHERIT",
|
|
68
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
69
|
+
"contentWidth": 100,
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"layoutPos": "CENTER",
|
|
74
|
+
"layout": "BORDER",
|
|
75
|
+
"width": 100,
|
|
76
|
+
"widthMode": "PERCENTAGE"
|
|
77
|
+
},
|
|
78
|
+
"showCaption": true,
|
|
79
|
+
"id": "container_scroll_main"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"panelItems": [
|
|
83
|
+
{
|
|
84
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
85
|
+
"itemStyle": "DEFAULT",
|
|
86
|
+
"itemType": "CTRLPOS",
|
|
87
|
+
"layoutPos": {
|
|
88
|
+
"layoutPos": "CENTER",
|
|
89
|
+
"heightMode": "FULL",
|
|
90
|
+
"layout": "BORDER"
|
|
91
|
+
},
|
|
92
|
+
"showCaption": true,
|
|
93
|
+
"id": "appmenu"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"predefinedType": "CONTAINER_SCROLL_LEFT",
|
|
97
|
+
"layout": {
|
|
98
|
+
"layout": "BORDER"
|
|
99
|
+
},
|
|
100
|
+
"dataRegionType": "INHERIT",
|
|
101
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
102
|
+
"contentWidth": 240,
|
|
103
|
+
"itemStyle": "DEFAULT",
|
|
104
|
+
"itemType": "CONTAINER",
|
|
105
|
+
"layoutPos": {
|
|
106
|
+
"layoutPos": "WEST",
|
|
107
|
+
"layout": "BORDER",
|
|
108
|
+
"width": 240,
|
|
109
|
+
"widthMode": "PX"
|
|
110
|
+
},
|
|
111
|
+
"width": 240,
|
|
112
|
+
"showCaption": true,
|
|
113
|
+
"id": "container_scroll_left"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"panelItems": [
|
|
117
|
+
{
|
|
118
|
+
"panelItems": [
|
|
119
|
+
{
|
|
120
|
+
"rawItem": {
|
|
121
|
+
"predefinedType": "APP_APPTITLE",
|
|
122
|
+
"id": "app_apptitle"
|
|
123
|
+
},
|
|
124
|
+
"caption": "\u5E94\u7528\u6807\u9898",
|
|
125
|
+
"itemStyle": "DEFAULT",
|
|
126
|
+
"itemType": "RAWITEM",
|
|
127
|
+
"layoutPos": {
|
|
128
|
+
"shrink": 1,
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"showCaption": true,
|
|
132
|
+
"id": "app_apptitle"
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"rawItem": {
|
|
136
|
+
"predefinedType": "AUTH_USERINFO",
|
|
137
|
+
"id": "auth_userinfo"
|
|
138
|
+
},
|
|
139
|
+
"caption": "\u7528\u6237\u4FE1\u606F",
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "RAWITEM",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"shrink": 1,
|
|
144
|
+
"layout": "FLEX"
|
|
145
|
+
},
|
|
146
|
+
"showCaption": true,
|
|
147
|
+
"id": "auth_userinfo"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"predefinedType": "AppHeader",
|
|
151
|
+
"layout": {
|
|
152
|
+
"align": "space-between",
|
|
153
|
+
"dir": "row",
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"dataRegionType": "INHERIT",
|
|
157
|
+
"caption": "\u5BB9\u5668",
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "CONTAINER",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"layoutPos": "CENTER",
|
|
162
|
+
"layout": "BORDER"
|
|
163
|
+
},
|
|
164
|
+
"id": "app_header"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"predefinedType": "CONTAINER_SCROLL_HEADER",
|
|
168
|
+
"layout": {
|
|
169
|
+
"layout": "BORDER"
|
|
170
|
+
},
|
|
171
|
+
"dataRegionType": "INHERIT",
|
|
172
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
173
|
+
"contentHeight": 64,
|
|
174
|
+
"height": 64,
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "CONTAINER",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"layoutPos": "NORTH",
|
|
179
|
+
"height": 64,
|
|
180
|
+
"heightMode": "PX",
|
|
181
|
+
"layout": "BORDER"
|
|
182
|
+
},
|
|
183
|
+
"showCaption": true,
|
|
184
|
+
"id": "container_scroll_header"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"predefinedType": "CONTAINER_SCROLL",
|
|
188
|
+
"layout": {
|
|
189
|
+
"layout": "BORDER"
|
|
190
|
+
},
|
|
191
|
+
"dataRegionType": "INHERIT",
|
|
192
|
+
"caption": "\u6EDA\u52A8\u6761\u5BB9\u5668",
|
|
193
|
+
"itemStyle": "DEFAULT",
|
|
194
|
+
"itemType": "CONTAINER",
|
|
195
|
+
"layoutPos": {
|
|
196
|
+
"shrink": 1,
|
|
197
|
+
"layout": "FLEX"
|
|
198
|
+
},
|
|
199
|
+
"id": "container_scroll1"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"layoutPanel": true,
|
|
203
|
+
"codeName": "IndexViewLayout",
|
|
204
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
205
|
+
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
206
|
+
"controlParam": {},
|
|
207
|
+
"name": "layoutpanel",
|
|
208
|
+
"id": "indexviewlayout"
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
exports.default = AppIndexViewLayout;
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var appIndexViewLayoutBlankMode = require('./app-index-view-layout-blank-mode.cjs');
|
|
4
|
+
var appIndexViewLayoutCenter = require('./app-index-view-layout-center.cjs');
|
|
5
|
+
var appIndexViewLayoutTop = require('./app-index-view-layout-top.cjs');
|
|
6
|
+
var appIndexViewLayout = require('./app-index-view-layout.cjs');
|
|
7
|
+
var viewLayoutModelRepositoryDeChartViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs');
|
|
8
|
+
var viewLayoutModelRepositoryDeCalendarViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs');
|
|
9
|
+
var viewLayoutModelRepositoryDeDataViewExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs');
|
|
10
|
+
var viewLayoutModelRepositoryDeDataViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs');
|
|
11
|
+
var viewLayoutModelRepositoryDeEditView2Layout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs');
|
|
12
|
+
var viewLayoutModelRepositoryDeEditView3Layout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs');
|
|
13
|
+
var viewLayoutModelRepositoryDeEditViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs');
|
|
14
|
+
var viewLayoutModelRepositoryDeGridExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs');
|
|
15
|
+
var viewLayoutModelRepositoryDeGridViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs');
|
|
16
|
+
var viewLayoutModelRepositoryDeListExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs');
|
|
17
|
+
var viewLayoutModelRepositoryDeListViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs');
|
|
18
|
+
var viewLayoutModelRepositoryDeOptionViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs');
|
|
19
|
+
var viewLayoutModelRepositoryDePickupGridViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.cjs');
|
|
20
|
+
var viewLayoutModelRepositoryDePickupViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs');
|
|
21
|
+
var viewLayoutModelRepositoryDeTabExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs');
|
|
22
|
+
var viewLayoutModelRepositoryDeTreeExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs');
|
|
23
|
+
var viewLayoutModelRepositoryDeTreeViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs');
|
|
24
|
+
var viewLayoutModelRepositoryDeWizardViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs');
|
|
25
|
+
var viewLayoutModelRepositoryDemPickupViewLayout = require('./view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs');
|
|
26
|
+
var viewLayoutModelRepositoryDewfDynaActionViewLayout = require('./view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs');
|
|
27
|
+
var viewLayoutModelRepositoryDewfDynaStartViewLayout = require('./view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs');
|
|
28
|
+
var viewLayoutModelRepositoryDewfDynaEditView3Layout = require('./view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs');
|
|
29
|
+
var viewLayoutModelRepositoryDewfDynaEditViewLayout = require('./view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs');
|
|
30
|
+
var viewLayoutModelRepositoryDePanelViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs');
|
|
31
|
+
|
|
32
|
+
function install(callBack) {
|
|
33
|
+
callBack("APPINDEXVIEW_DEFAULT", appIndexViewLayout.default);
|
|
34
|
+
callBack("APPINDEXVIEW_DEFAULT_LEFT", appIndexViewLayout.default);
|
|
35
|
+
callBack("APPINDEXVIEW_DEFAULT_BLANK_MODE", appIndexViewLayoutBlankMode.default);
|
|
36
|
+
callBack("APPINDEXVIEW_DEFAULT_CENTER", appIndexViewLayoutCenter.default);
|
|
37
|
+
callBack("APPINDEXVIEW_DEFAULT_TOP", appIndexViewLayoutTop.default);
|
|
38
|
+
callBack("DECHARTVIEW_DEFAULT", viewLayoutModelRepositoryDeChartViewLayout.default);
|
|
39
|
+
callBack("DECHARTVIEW9_DEFAULT", viewLayoutModelRepositoryDeChartViewLayout.default);
|
|
40
|
+
callBack("DECALENDARVIEW_DEFAULT", viewLayoutModelRepositoryDeCalendarViewLayout.default);
|
|
41
|
+
callBack("DECALENDARVIEW9_DEFAULT", viewLayoutModelRepositoryDeCalendarViewLayout.default);
|
|
42
|
+
callBack("DEDATAVIEWEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeDataViewExpViewLayout.default);
|
|
43
|
+
callBack("DEDATAVIEW_DEFAULT", viewLayoutModelRepositoryDeDataViewLayout.default);
|
|
44
|
+
callBack("DEDATAVIEW9_DEFAULT", viewLayoutModelRepositoryDeDataViewLayout.default);
|
|
45
|
+
callBack("DEEDITVIEW2_DEFAULT", viewLayoutModelRepositoryDeEditView2Layout.default);
|
|
46
|
+
callBack("DEEDITVIEW3_DEFAULT", viewLayoutModelRepositoryDeEditView3Layout.default);
|
|
47
|
+
callBack("DEEDITVIEW_DEFAULT", viewLayoutModelRepositoryDeEditViewLayout.default);
|
|
48
|
+
callBack("DEEDITVIEW9_DEFAULT", viewLayoutModelRepositoryDeEditViewLayout.default);
|
|
49
|
+
callBack("DEGRIDEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeGridExpViewLayout.default);
|
|
50
|
+
callBack("DEGRIDVIEW_DEFAULT", viewLayoutModelRepositoryDeGridViewLayout.default);
|
|
51
|
+
callBack("DEGRIDVIEW9_DEFAULT", viewLayoutModelRepositoryDeGridViewLayout.default);
|
|
52
|
+
callBack("DELISTEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeListExpViewLayout.default);
|
|
53
|
+
callBack("DELISTVIEW_DEFAULT", viewLayoutModelRepositoryDeListViewLayout.default);
|
|
54
|
+
callBack("DELISTVIEW9_DEFAULT", viewLayoutModelRepositoryDeListViewLayout.default);
|
|
55
|
+
callBack("DEOPTVIEW_DEFAULT", viewLayoutModelRepositoryDeOptionViewLayout.default);
|
|
56
|
+
callBack("DEPICKUPGRIDVIEW_DEFAULT", viewLayoutModelRepositoryDePickupGridViewLayout.default);
|
|
57
|
+
callBack("DEPICKUPVIEW_DEFAULT", viewLayoutModelRepositoryDePickupViewLayout.default);
|
|
58
|
+
callBack("DETABEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeTabExpViewLayout.default);
|
|
59
|
+
callBack("DETABEXPVIEW9_DEFAULT", viewLayoutModelRepositoryDeTabExpViewLayout.default);
|
|
60
|
+
callBack("DETREEEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeTreeExpViewLayout.default);
|
|
61
|
+
callBack("DETREEVIEW_DEFAULT", viewLayoutModelRepositoryDeTreeViewLayout.default);
|
|
62
|
+
callBack("DETREEVIEW9_DEFAULT", viewLayoutModelRepositoryDeTreeViewLayout.default);
|
|
63
|
+
callBack("DEWIZARDVIEW_DEFAULT", viewLayoutModelRepositoryDeWizardViewLayout.default);
|
|
64
|
+
callBack("DEMPICKUPVIEW_DEFAULT", viewLayoutModelRepositoryDemPickupViewLayout.default);
|
|
65
|
+
callBack("DEWFDYNAACTIONVIEW_DEFAULT", viewLayoutModelRepositoryDewfDynaActionViewLayout.default);
|
|
66
|
+
callBack("DEWFDYNASTARTVIEW_DEFAULT", viewLayoutModelRepositoryDewfDynaStartViewLayout.default);
|
|
67
|
+
callBack("DEWFDYNAEDITVIEW3_DEFAULT", viewLayoutModelRepositoryDewfDynaEditView3Layout.default);
|
|
68
|
+
callBack("DEWFDYNAEDITVIEW_DEFAULT", viewLayoutModelRepositoryDewfDynaEditViewLayout.default);
|
|
69
|
+
callBack("DEPANELVIEW_DEFAULT", viewLayoutModelRepositoryDePanelViewLayout.default);
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
exports.install = install;
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DECalendarView = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "CTRLPOS",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 1,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "captionbar"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"layout": {
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"dataRegionType": "INHERIT",
|
|
32
|
+
"caption": "\u5BB9\u5668",
|
|
33
|
+
"itemStyle": "DEFAULT",
|
|
34
|
+
"itemType": "CONTAINER",
|
|
35
|
+
"layoutPos": {
|
|
36
|
+
"shrink": 1,
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"id": "view_captionbar"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"layout": {
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"dataRegionType": "INHERIT",
|
|
46
|
+
"caption": "\u5BB9\u5668",
|
|
47
|
+
"itemStyle": "DEFAULT",
|
|
48
|
+
"itemType": "CONTAINER",
|
|
49
|
+
"layoutPos": {
|
|
50
|
+
"shrink": 1,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"id": "view_header_left"
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"panelItems": [
|
|
57
|
+
{
|
|
58
|
+
"panelItems": [
|
|
59
|
+
{
|
|
60
|
+
"caption": "\u641C\u7D22\u680F",
|
|
61
|
+
"itemStyle": "DEFAULT",
|
|
62
|
+
"itemType": "CTRLPOS",
|
|
63
|
+
"layoutPos": {
|
|
64
|
+
"shrink": 1,
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"showCaption": true,
|
|
68
|
+
"id": "searchbar"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"layout": {
|
|
72
|
+
"layout": "FLEX"
|
|
73
|
+
},
|
|
74
|
+
"dataRegionType": "INHERIT",
|
|
75
|
+
"caption": "\u5BB9\u5668",
|
|
76
|
+
"itemStyle": "DEFAULT",
|
|
77
|
+
"itemType": "CONTAINER",
|
|
78
|
+
"layoutPos": {
|
|
79
|
+
"shrink": 1,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"id": "view_searchbar"
|
|
83
|
+
},
|
|
84
|
+
{
|
|
85
|
+
"panelItems": [
|
|
86
|
+
{
|
|
87
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
88
|
+
"itemStyle": "DEFAULT",
|
|
89
|
+
"itemType": "CTRLPOS",
|
|
90
|
+
"layoutPos": {
|
|
91
|
+
"shrink": 1,
|
|
92
|
+
"layout": "FLEX"
|
|
93
|
+
},
|
|
94
|
+
"showCaption": true,
|
|
95
|
+
"id": "toolbar"
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"layout": {
|
|
99
|
+
"layout": "FLEX"
|
|
100
|
+
},
|
|
101
|
+
"dataRegionType": "INHERIT",
|
|
102
|
+
"caption": "\u5BB9\u5668",
|
|
103
|
+
"itemStyle": "DEFAULT",
|
|
104
|
+
"itemType": "CONTAINER",
|
|
105
|
+
"layoutPos": {
|
|
106
|
+
"shrink": 1,
|
|
107
|
+
"layout": "FLEX"
|
|
108
|
+
},
|
|
109
|
+
"id": "view_toolbar"
|
|
110
|
+
}
|
|
111
|
+
],
|
|
112
|
+
"layout": {
|
|
113
|
+
"dir": "row",
|
|
114
|
+
"layout": "FLEX"
|
|
115
|
+
},
|
|
116
|
+
"dataRegionType": "INHERIT",
|
|
117
|
+
"caption": "\u5BB9\u5668",
|
|
118
|
+
"itemStyle": "DEFAULT",
|
|
119
|
+
"itemType": "CONTAINER",
|
|
120
|
+
"layoutPos": {
|
|
121
|
+
"shrink": 1,
|
|
122
|
+
"layout": "FLEX"
|
|
123
|
+
},
|
|
124
|
+
"id": "view_header_right"
|
|
125
|
+
}
|
|
126
|
+
],
|
|
127
|
+
"predefinedType": "VIEWHEADER",
|
|
128
|
+
"layout": {
|
|
129
|
+
"align": "space-between",
|
|
130
|
+
"dir": "row",
|
|
131
|
+
"layout": "FLEX",
|
|
132
|
+
"valign": "center"
|
|
133
|
+
},
|
|
134
|
+
"dataRegionType": "INHERIT",
|
|
135
|
+
"caption": "\u5BB9\u5668",
|
|
136
|
+
"itemStyle": "DEFAULT",
|
|
137
|
+
"itemType": "CONTAINER",
|
|
138
|
+
"layoutPos": {
|
|
139
|
+
"shrink": 0,
|
|
140
|
+
"layout": "FLEX"
|
|
141
|
+
},
|
|
142
|
+
"id": "view_header"
|
|
143
|
+
}
|
|
144
|
+
],
|
|
145
|
+
"predefinedType": "PANELPART",
|
|
146
|
+
"layout": {
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"dataRegionType": "INHERIT",
|
|
150
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
151
|
+
"itemStyle": "DEFAULT",
|
|
152
|
+
"itemType": "CONTAINER",
|
|
153
|
+
"layoutPos": {
|
|
154
|
+
"shrink": 1,
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"showCaption": true,
|
|
158
|
+
"id": "panelpart"
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"panelItems": [
|
|
162
|
+
{
|
|
163
|
+
"caption": "\u65E5\u5386",
|
|
164
|
+
"itemStyle": "DEFAULT",
|
|
165
|
+
"itemType": "CTRLPOS",
|
|
166
|
+
"layoutPos": {
|
|
167
|
+
"shrink": 1,
|
|
168
|
+
"layout": "FLEX"
|
|
169
|
+
},
|
|
170
|
+
"showCaption": true,
|
|
171
|
+
"id": "calendar"
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
"layout": {
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"dataRegionType": "INHERIT",
|
|
178
|
+
"caption": "\u5BB9\u5668",
|
|
179
|
+
"itemStyle": "DEFAULT",
|
|
180
|
+
"itemType": "CONTAINER",
|
|
181
|
+
"layoutPos": {
|
|
182
|
+
"grow": 1,
|
|
183
|
+
"shrink": 1,
|
|
184
|
+
"layout": "FLEX"
|
|
185
|
+
},
|
|
186
|
+
"id": "view_calendar"
|
|
187
|
+
}
|
|
188
|
+
],
|
|
189
|
+
"layoutPanel": true,
|
|
190
|
+
"codeName": "CalendarViewLayout",
|
|
191
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
192
|
+
"logicName": "\u65E5\u5386\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
193
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
194
|
+
"controlParam": {},
|
|
195
|
+
"name": "layoutpanel",
|
|
196
|
+
"id": "calendarviewlayout"
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
exports.default = DECalendarView;
|