@ibiz-template/web-theme 1.0.29 → 1.0.31-dev.0
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 +6 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-login-view.d.ts +3 -0
- package/es/publish/app-login-view.mjs +6 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +161 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +224 -0
- package/lib/publish/app-login-view.cjs +6 -0
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +228 -0
- package/package.json +3 -3
|
@@ -66,6 +66,9 @@ var AppLoginView = {
|
|
|
66
66
|
"panelItems": [
|
|
67
67
|
{
|
|
68
68
|
"editor": {
|
|
69
|
+
"editorParams": {
|
|
70
|
+
"autocomplete": "true"
|
|
71
|
+
},
|
|
69
72
|
"editorType": "TEXTBOX",
|
|
70
73
|
"predefinedType": "AUTH_USERID",
|
|
71
74
|
"valueType": "SIMPLE",
|
|
@@ -86,6 +89,9 @@ var AppLoginView = {
|
|
|
86
89
|
},
|
|
87
90
|
{
|
|
88
91
|
"editor": {
|
|
92
|
+
"editorParams": {
|
|
93
|
+
"autocomplete": "true"
|
|
94
|
+
},
|
|
89
95
|
"editorType": "PASSWORD",
|
|
90
96
|
"predefinedType": "AUTH_PASSWORD",
|
|
91
97
|
"valueType": "SIMPLE",
|
package/es/publish/index.mjs
CHANGED
|
@@ -41,6 +41,7 @@ import DETreeGridView from './view-layout-model-repository/view-layout-model-rep
|
|
|
41
41
|
import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs';
|
|
42
42
|
import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs';
|
|
43
43
|
import DEMAPVIEW from './view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs';
|
|
44
|
+
import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs';
|
|
44
45
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
45
46
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
46
47
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -102,6 +103,7 @@ function install(callBack) {
|
|
|
102
103
|
callBack("DEMEDITVIEW9_DEFAULT", DEMEditView9);
|
|
103
104
|
callBack("DECHARTEXPVIEW_DEFAULT", DEChartExpView);
|
|
104
105
|
callBack("DEMAPVIEW_DEFAULT", DEMAPVIEW);
|
|
106
|
+
callBack("DEREPORTVIEW_DEFAULT", DEREPORTVIEW);
|
|
105
107
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
106
108
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
107
109
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: {
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
align: string;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
shrink: number;
|
|
31
|
+
heightMode: string;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layout: {
|
|
37
|
+
layout: string;
|
|
38
|
+
};
|
|
39
|
+
dataRegionType: string;
|
|
40
|
+
caption: string;
|
|
41
|
+
itemStyle: string;
|
|
42
|
+
itemType: string;
|
|
43
|
+
layoutPos: {
|
|
44
|
+
shrink: number;
|
|
45
|
+
heightMode: string;
|
|
46
|
+
layout: string;
|
|
47
|
+
};
|
|
48
|
+
id: string;
|
|
49
|
+
}[];
|
|
50
|
+
predefinedType: string;
|
|
51
|
+
layout: {
|
|
52
|
+
align: string;
|
|
53
|
+
dir: string;
|
|
54
|
+
layout: string;
|
|
55
|
+
valign: string;
|
|
56
|
+
};
|
|
57
|
+
dataRegionType: string;
|
|
58
|
+
caption: string;
|
|
59
|
+
itemStyle: string;
|
|
60
|
+
itemType: string;
|
|
61
|
+
layoutPos: {
|
|
62
|
+
shrink: number;
|
|
63
|
+
layout: string;
|
|
64
|
+
};
|
|
65
|
+
id: string;
|
|
66
|
+
}[];
|
|
67
|
+
predefinedType: string;
|
|
68
|
+
layout: {
|
|
69
|
+
layout: string;
|
|
70
|
+
};
|
|
71
|
+
dataRegionType: string;
|
|
72
|
+
caption: string;
|
|
73
|
+
itemStyle: string;
|
|
74
|
+
itemType: string;
|
|
75
|
+
layoutPos: {
|
|
76
|
+
shrink: number;
|
|
77
|
+
layout: string;
|
|
78
|
+
grow?: undefined;
|
|
79
|
+
};
|
|
80
|
+
showCaption: boolean;
|
|
81
|
+
id: string;
|
|
82
|
+
} | {
|
|
83
|
+
panelItems: {
|
|
84
|
+
panelItems: {
|
|
85
|
+
caption: string;
|
|
86
|
+
itemStyle: string;
|
|
87
|
+
itemType: string;
|
|
88
|
+
layoutPos: {
|
|
89
|
+
shrink: number;
|
|
90
|
+
layout: string;
|
|
91
|
+
};
|
|
92
|
+
showCaption: boolean;
|
|
93
|
+
id: string;
|
|
94
|
+
}[];
|
|
95
|
+
layout: {
|
|
96
|
+
dir: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
};
|
|
99
|
+
dataRegionType: string;
|
|
100
|
+
itemStyle: string;
|
|
101
|
+
itemType: string;
|
|
102
|
+
layoutPos: {
|
|
103
|
+
shrink: number;
|
|
104
|
+
layout: string;
|
|
105
|
+
};
|
|
106
|
+
id: string;
|
|
107
|
+
}[];
|
|
108
|
+
predefinedType: string;
|
|
109
|
+
layout: {
|
|
110
|
+
layout: string;
|
|
111
|
+
};
|
|
112
|
+
dataRegionType: string;
|
|
113
|
+
caption: string;
|
|
114
|
+
itemStyle: string;
|
|
115
|
+
itemType: string;
|
|
116
|
+
layoutPos: {
|
|
117
|
+
shrink: number;
|
|
118
|
+
layout: string;
|
|
119
|
+
grow?: undefined;
|
|
120
|
+
};
|
|
121
|
+
showCaption: boolean;
|
|
122
|
+
id: string;
|
|
123
|
+
} | {
|
|
124
|
+
panelItems: {
|
|
125
|
+
caption: string;
|
|
126
|
+
itemStyle: string;
|
|
127
|
+
itemType: string;
|
|
128
|
+
layoutPos: {
|
|
129
|
+
grow: number;
|
|
130
|
+
shrink: number;
|
|
131
|
+
layout: string;
|
|
132
|
+
};
|
|
133
|
+
showCaption: boolean;
|
|
134
|
+
id: string;
|
|
135
|
+
}[];
|
|
136
|
+
predefinedType: string;
|
|
137
|
+
layout: {
|
|
138
|
+
layout: string;
|
|
139
|
+
};
|
|
140
|
+
dataRegionType: string;
|
|
141
|
+
caption: string;
|
|
142
|
+
itemStyle: string;
|
|
143
|
+
itemType: string;
|
|
144
|
+
layoutPos: {
|
|
145
|
+
grow: number;
|
|
146
|
+
shrink: number;
|
|
147
|
+
layout: string;
|
|
148
|
+
};
|
|
149
|
+
id: string;
|
|
150
|
+
showCaption?: undefined;
|
|
151
|
+
})[];
|
|
152
|
+
layoutPanel: boolean;
|
|
153
|
+
codeName: string;
|
|
154
|
+
controlType: string;
|
|
155
|
+
logicName: string;
|
|
156
|
+
appDataEntityId: string;
|
|
157
|
+
controlParam: {};
|
|
158
|
+
name: string;
|
|
159
|
+
id: string;
|
|
160
|
+
};
|
|
161
|
+
export default _default;
|
|
@@ -0,0 +1,224 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var DEREPORTVIEW = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
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
|
+
"align": "center",
|
|
30
|
+
"layout": "FLEX"
|
|
31
|
+
},
|
|
32
|
+
"dataRegionType": "INHERIT",
|
|
33
|
+
"caption": "\u5BB9\u5668",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CONTAINER",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"heightMode": "FULL",
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"id": "view_captionbar"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"layout": {
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"dataRegionType": "INHERIT",
|
|
48
|
+
"caption": "\u5BB9\u5668",
|
|
49
|
+
"itemStyle": "DEFAULT",
|
|
50
|
+
"itemType": "CONTAINER",
|
|
51
|
+
"layoutPos": {
|
|
52
|
+
"shrink": 1,
|
|
53
|
+
"heightMode": "FULL",
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"id": "view_header_left"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"panelItems": [
|
|
60
|
+
{
|
|
61
|
+
"panelItems": [
|
|
62
|
+
{
|
|
63
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CTRLPOS",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"shrink": 1,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"showCaption": true,
|
|
71
|
+
"id": "toolbar"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"layout": {
|
|
75
|
+
"align": "center",
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"dataRegionType": "INHERIT",
|
|
79
|
+
"caption": "\u5BB9\u5668",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "CONTAINER",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"heightMode": "FULL",
|
|
85
|
+
"layout": "FLEX"
|
|
86
|
+
},
|
|
87
|
+
"id": "view_toolbar"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"layout": {
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"dataRegionType": "INHERIT",
|
|
94
|
+
"caption": "\u5BB9\u5668",
|
|
95
|
+
"itemStyle": "DEFAULT",
|
|
96
|
+
"itemType": "CONTAINER",
|
|
97
|
+
"layoutPos": {
|
|
98
|
+
"shrink": 1,
|
|
99
|
+
"heightMode": "FULL",
|
|
100
|
+
"layout": "FLEX"
|
|
101
|
+
},
|
|
102
|
+
"id": "view_header_right"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"predefinedType": "VIEWHEADER",
|
|
106
|
+
"layout": {
|
|
107
|
+
"align": "space-between",
|
|
108
|
+
"dir": "row",
|
|
109
|
+
"layout": "FLEX",
|
|
110
|
+
"valign": "center"
|
|
111
|
+
},
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
114
|
+
"itemStyle": "DEFAULT",
|
|
115
|
+
"itemType": "CONTAINER",
|
|
116
|
+
"layoutPos": {
|
|
117
|
+
"shrink": 0,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"id": "view_header"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"predefinedType": "PANELPART",
|
|
124
|
+
"layout": {
|
|
125
|
+
"layout": "FLEX"
|
|
126
|
+
},
|
|
127
|
+
"dataRegionType": "INHERIT",
|
|
128
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
129
|
+
"itemStyle": "DEFAULT",
|
|
130
|
+
"itemType": "CONTAINER",
|
|
131
|
+
"layoutPos": {
|
|
132
|
+
"shrink": 1,
|
|
133
|
+
"layout": "FLEX"
|
|
134
|
+
},
|
|
135
|
+
"showCaption": true,
|
|
136
|
+
"id": "panelpart"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"panelItems": [
|
|
140
|
+
{
|
|
141
|
+
"panelItems": [
|
|
142
|
+
{
|
|
143
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
144
|
+
"itemStyle": "DEFAULT",
|
|
145
|
+
"itemType": "CTRLPOS",
|
|
146
|
+
"layoutPos": {
|
|
147
|
+
"shrink": 1,
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"showCaption": true,
|
|
151
|
+
"id": "searchform"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"layout": {
|
|
155
|
+
"dir": "column",
|
|
156
|
+
"layout": "FLEX"
|
|
157
|
+
},
|
|
158
|
+
"dataRegionType": "INHERIT",
|
|
159
|
+
"itemStyle": "DEFAULT",
|
|
160
|
+
"itemType": "CONTAINER",
|
|
161
|
+
"layoutPos": {
|
|
162
|
+
"shrink": 0,
|
|
163
|
+
"layout": "FLEX"
|
|
164
|
+
},
|
|
165
|
+
"id": "view_searchform"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"predefinedType": "PANELPART",
|
|
169
|
+
"layout": {
|
|
170
|
+
"layout": "FLEX"
|
|
171
|
+
},
|
|
172
|
+
"dataRegionType": "INHERIT",
|
|
173
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
174
|
+
"itemStyle": "DEFAULT",
|
|
175
|
+
"itemType": "CONTAINER",
|
|
176
|
+
"layoutPos": {
|
|
177
|
+
"shrink": 1,
|
|
178
|
+
"layout": "FLEX"
|
|
179
|
+
},
|
|
180
|
+
"showCaption": true,
|
|
181
|
+
"id": "panelpart1"
|
|
182
|
+
},
|
|
183
|
+
{
|
|
184
|
+
"panelItems": [
|
|
185
|
+
{
|
|
186
|
+
"caption": "\u62A5\u8868",
|
|
187
|
+
"itemStyle": "DEFAULT",
|
|
188
|
+
"itemType": "CTRLPOS",
|
|
189
|
+
"layoutPos": {
|
|
190
|
+
"grow": 1,
|
|
191
|
+
"shrink": 1,
|
|
192
|
+
"layout": "FLEX"
|
|
193
|
+
},
|
|
194
|
+
"showCaption": true,
|
|
195
|
+
"id": "reportpanel"
|
|
196
|
+
}
|
|
197
|
+
],
|
|
198
|
+
"predefinedType": "VIEWCONTENT",
|
|
199
|
+
"layout": {
|
|
200
|
+
"layout": "FLEX"
|
|
201
|
+
},
|
|
202
|
+
"dataRegionType": "INHERIT",
|
|
203
|
+
"caption": "\u5BB9\u5668",
|
|
204
|
+
"itemStyle": "DEFAULT",
|
|
205
|
+
"itemType": "CONTAINER",
|
|
206
|
+
"layoutPos": {
|
|
207
|
+
"grow": 1,
|
|
208
|
+
"shrink": 1,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"id": "view_content"
|
|
212
|
+
}
|
|
213
|
+
],
|
|
214
|
+
"layoutPanel": true,
|
|
215
|
+
"codeName": "ReportViewLayout",
|
|
216
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
217
|
+
"logicName": "\u62A5\u8868\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
218
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
219
|
+
"controlParam": {},
|
|
220
|
+
"name": "layoutpanel",
|
|
221
|
+
"id": "reportviewlayout"
|
|
222
|
+
};
|
|
223
|
+
|
|
224
|
+
export { DEREPORTVIEW as default };
|
|
@@ -70,6 +70,9 @@ var AppLoginView = {
|
|
|
70
70
|
"panelItems": [
|
|
71
71
|
{
|
|
72
72
|
"editor": {
|
|
73
|
+
"editorParams": {
|
|
74
|
+
"autocomplete": "true"
|
|
75
|
+
},
|
|
73
76
|
"editorType": "TEXTBOX",
|
|
74
77
|
"predefinedType": "AUTH_USERID",
|
|
75
78
|
"valueType": "SIMPLE",
|
|
@@ -90,6 +93,9 @@ var AppLoginView = {
|
|
|
90
93
|
},
|
|
91
94
|
{
|
|
92
95
|
"editor": {
|
|
96
|
+
"editorParams": {
|
|
97
|
+
"autocomplete": "true"
|
|
98
|
+
},
|
|
93
99
|
"editorType": "PASSWORD",
|
|
94
100
|
"predefinedType": "AUTH_PASSWORD",
|
|
95
101
|
"valueType": "SIMPLE",
|
package/lib/publish/index.cjs
CHANGED
|
@@ -43,6 +43,7 @@ var viewLayoutModelRepositoryDeTreeGridViewLayout = require('./view-layout-model
|
|
|
43
43
|
var viewLayoutModelRepositoryDemEditView9Layout = require('./view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs');
|
|
44
44
|
var viewLayoutModelRepositoryDeChartExpViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs');
|
|
45
45
|
var viewLayoutModelRepositoryDeMapViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs');
|
|
46
|
+
var viewLayoutModelRepositoryDeReportViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs');
|
|
46
47
|
var controlLayoutModelRepositoryGridExpBarLayout = require('./control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs');
|
|
47
48
|
var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/control-layout-model-repository-list-exp-bar-layout.cjs');
|
|
48
49
|
var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
|
|
@@ -104,6 +105,7 @@ function install(callBack) {
|
|
|
104
105
|
callBack("DEMEDITVIEW9_DEFAULT", viewLayoutModelRepositoryDemEditView9Layout.default);
|
|
105
106
|
callBack("DECHARTEXPVIEW_DEFAULT", viewLayoutModelRepositoryDeChartExpViewLayout.default);
|
|
106
107
|
callBack("DEMAPVIEW_DEFAULT", viewLayoutModelRepositoryDeMapViewLayout.default);
|
|
108
|
+
callBack("DEREPORTVIEW_DEFAULT", viewLayoutModelRepositoryDeReportViewLayout.default);
|
|
107
109
|
callBack("GRIDEXPBAR_DEFAULT", controlLayoutModelRepositoryGridExpBarLayout.default);
|
|
108
110
|
callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
|
|
109
111
|
callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
|