@ibiz-template/web-theme 1.0.23 → 1.0.25
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 +14 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-top.mjs +2 -2
- package/es/publish/app-index-view-layout.d.ts +8 -4
- package/es/publish/app-index-view-layout.mjs +1 -4
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +138 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs +179 -0
- package/es/publish/index.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +96 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +103 -0
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-top.cjs +2 -2
- package/lib/publish/app-index-view-layout.cjs +1 -4
- package/lib/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs +183 -0
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +107 -0
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
|
@@ -91,7 +91,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
91
91
|
"itemStyle": "DEFAULT",
|
|
92
92
|
"itemType": "RAWITEM",
|
|
93
93
|
"layoutPos": {
|
|
94
|
-
"shrink":
|
|
94
|
+
"shrink": 0,
|
|
95
95
|
"layout": "FLEX"
|
|
96
96
|
},
|
|
97
97
|
"showCaption": true,
|
|
@@ -358,7 +358,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
358
358
|
"itemStyle": "DEFAULT",
|
|
359
359
|
"itemType": "CONTAINER",
|
|
360
360
|
"layoutPos": {
|
|
361
|
-
"shrink":
|
|
361
|
+
"shrink": 0,
|
|
362
362
|
"layout": "FLEX"
|
|
363
363
|
},
|
|
364
364
|
"id": "container"
|
|
@@ -95,6 +95,7 @@ declare const _default: {
|
|
|
95
95
|
showCaption: boolean;
|
|
96
96
|
id: string;
|
|
97
97
|
panelItems?: undefined;
|
|
98
|
+
predefinedType?: undefined;
|
|
98
99
|
layout?: undefined;
|
|
99
100
|
dataRegionType?: undefined;
|
|
100
101
|
} | {
|
|
@@ -150,6 +151,7 @@ declare const _default: {
|
|
|
150
151
|
width: number;
|
|
151
152
|
id: string;
|
|
152
153
|
}[];
|
|
154
|
+
predefinedType: string;
|
|
153
155
|
layout: {
|
|
154
156
|
align: string;
|
|
155
157
|
dir: string;
|
|
@@ -158,20 +160,20 @@ declare const _default: {
|
|
|
158
160
|
};
|
|
159
161
|
dataRegionType: string;
|
|
160
162
|
caption: string;
|
|
161
|
-
contentHeight: number;
|
|
162
|
-
height: number;
|
|
163
163
|
itemStyle: string;
|
|
164
164
|
itemType: string;
|
|
165
165
|
layoutPos: {
|
|
166
166
|
shrink: number;
|
|
167
|
-
height: number;
|
|
168
|
-
heightMode: string;
|
|
169
167
|
layout: string;
|
|
170
168
|
widthMode: string;
|
|
169
|
+
height?: undefined;
|
|
170
|
+
heightMode?: undefined;
|
|
171
171
|
grow?: undefined;
|
|
172
172
|
};
|
|
173
173
|
id: string;
|
|
174
174
|
rawItem?: undefined;
|
|
175
|
+
contentHeight?: undefined;
|
|
176
|
+
height?: undefined;
|
|
175
177
|
showCaption?: undefined;
|
|
176
178
|
} | {
|
|
177
179
|
panelItems: {
|
|
@@ -218,6 +220,7 @@ declare const _default: {
|
|
|
218
220
|
id: string;
|
|
219
221
|
rawItem?: undefined;
|
|
220
222
|
showCaption?: undefined;
|
|
223
|
+
predefinedType?: undefined;
|
|
221
224
|
} | {
|
|
222
225
|
caption: string;
|
|
223
226
|
itemStyle: string;
|
|
@@ -236,6 +239,7 @@ declare const _default: {
|
|
|
236
239
|
contentHeight?: undefined;
|
|
237
240
|
height?: undefined;
|
|
238
241
|
panelItems?: undefined;
|
|
242
|
+
predefinedType?: undefined;
|
|
239
243
|
layout?: undefined;
|
|
240
244
|
dataRegionType?: undefined;
|
|
241
245
|
})[];
|
|
@@ -343,6 +343,7 @@ var AppIndexViewLayout = {
|
|
|
343
343
|
"id": "container5"
|
|
344
344
|
}
|
|
345
345
|
],
|
|
346
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
346
347
|
"layout": {
|
|
347
348
|
"align": "space-around",
|
|
348
349
|
"dir": "row",
|
|
@@ -351,14 +352,10 @@ var AppIndexViewLayout = {
|
|
|
351
352
|
},
|
|
352
353
|
"dataRegionType": "INHERIT",
|
|
353
354
|
"caption": "\u5BB9\u5668",
|
|
354
|
-
"contentHeight": 76,
|
|
355
|
-
"height": 76,
|
|
356
355
|
"itemStyle": "DEFAULT",
|
|
357
356
|
"itemType": "CONTAINER",
|
|
358
357
|
"layoutPos": {
|
|
359
358
|
"shrink": 0,
|
|
360
|
-
"height": 76,
|
|
361
|
-
"heightMode": "PX",
|
|
362
359
|
"layout": "FLEX",
|
|
363
360
|
"widthMode": "FULL"
|
|
364
361
|
},
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
caption: string;
|
|
11
|
+
itemStyle: string;
|
|
12
|
+
itemType: string;
|
|
13
|
+
layoutPos: {
|
|
14
|
+
shrink: number;
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
showCaption: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
}[];
|
|
20
|
+
layout: {
|
|
21
|
+
layout: string;
|
|
22
|
+
};
|
|
23
|
+
dataRegionType: string;
|
|
24
|
+
caption: string;
|
|
25
|
+
itemStyle: string;
|
|
26
|
+
itemType: string;
|
|
27
|
+
layoutPos: {
|
|
28
|
+
shrink: number;
|
|
29
|
+
layout: string;
|
|
30
|
+
};
|
|
31
|
+
id: string;
|
|
32
|
+
}[];
|
|
33
|
+
layout: {
|
|
34
|
+
layout: string;
|
|
35
|
+
dir?: undefined;
|
|
36
|
+
};
|
|
37
|
+
dataRegionType: string;
|
|
38
|
+
caption: string;
|
|
39
|
+
itemStyle: string;
|
|
40
|
+
itemType: string;
|
|
41
|
+
layoutPos: {
|
|
42
|
+
shrink: number;
|
|
43
|
+
layout: string;
|
|
44
|
+
};
|
|
45
|
+
id: string;
|
|
46
|
+
} | {
|
|
47
|
+
panelItems: {
|
|
48
|
+
panelItems: {
|
|
49
|
+
caption: string;
|
|
50
|
+
itemStyle: string;
|
|
51
|
+
itemType: string;
|
|
52
|
+
layoutPos: {
|
|
53
|
+
shrink: number;
|
|
54
|
+
layout: string;
|
|
55
|
+
};
|
|
56
|
+
showCaption: boolean;
|
|
57
|
+
id: string;
|
|
58
|
+
}[];
|
|
59
|
+
layout: {
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
dataRegionType: string;
|
|
63
|
+
caption: string;
|
|
64
|
+
itemStyle: string;
|
|
65
|
+
itemType: string;
|
|
66
|
+
layoutPos: {
|
|
67
|
+
shrink: number;
|
|
68
|
+
layout: string;
|
|
69
|
+
};
|
|
70
|
+
id: string;
|
|
71
|
+
}[];
|
|
72
|
+
layout: {
|
|
73
|
+
dir: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
dataRegionType: string;
|
|
77
|
+
caption: string;
|
|
78
|
+
itemStyle: string;
|
|
79
|
+
itemType: string;
|
|
80
|
+
layoutPos: {
|
|
81
|
+
shrink: number;
|
|
82
|
+
layout: string;
|
|
83
|
+
};
|
|
84
|
+
id: string;
|
|
85
|
+
})[];
|
|
86
|
+
layout: {
|
|
87
|
+
align: string;
|
|
88
|
+
dir: string;
|
|
89
|
+
layout: string;
|
|
90
|
+
valign: string;
|
|
91
|
+
};
|
|
92
|
+
dataRegionType: string;
|
|
93
|
+
caption: string;
|
|
94
|
+
itemStyle: string;
|
|
95
|
+
itemType: string;
|
|
96
|
+
layoutPos: {
|
|
97
|
+
shrink: number;
|
|
98
|
+
layout: string;
|
|
99
|
+
};
|
|
100
|
+
id: string;
|
|
101
|
+
} | {
|
|
102
|
+
panelItems: {
|
|
103
|
+
caption: string;
|
|
104
|
+
itemStyle: string;
|
|
105
|
+
itemType: string;
|
|
106
|
+
layoutPos: {
|
|
107
|
+
shrink: number;
|
|
108
|
+
layout: string;
|
|
109
|
+
};
|
|
110
|
+
showCaption: boolean;
|
|
111
|
+
id: string;
|
|
112
|
+
}[];
|
|
113
|
+
layout: {
|
|
114
|
+
layout: string;
|
|
115
|
+
align?: undefined;
|
|
116
|
+
dir?: undefined;
|
|
117
|
+
valign?: undefined;
|
|
118
|
+
};
|
|
119
|
+
dataRegionType: string;
|
|
120
|
+
caption: string;
|
|
121
|
+
itemStyle: string;
|
|
122
|
+
itemType: string;
|
|
123
|
+
layoutPos: {
|
|
124
|
+
shrink: number;
|
|
125
|
+
layout: string;
|
|
126
|
+
};
|
|
127
|
+
id: string;
|
|
128
|
+
})[];
|
|
129
|
+
layoutPanel: boolean;
|
|
130
|
+
codeName: string;
|
|
131
|
+
controlType: string;
|
|
132
|
+
logicName: string;
|
|
133
|
+
appDataEntityId: string;
|
|
134
|
+
controlParam: {};
|
|
135
|
+
name: string;
|
|
136
|
+
id: string;
|
|
137
|
+
};
|
|
138
|
+
export default _default;
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var ChartExpBar = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
16
|
+
"itemStyle": "DEFAULT",
|
|
17
|
+
"itemType": "CTRLPOS",
|
|
18
|
+
"layoutPos": {
|
|
19
|
+
"shrink": 1,
|
|
20
|
+
"layout": "FLEX"
|
|
21
|
+
},
|
|
22
|
+
"showCaption": true,
|
|
23
|
+
"id": "captionbar"
|
|
24
|
+
}
|
|
25
|
+
],
|
|
26
|
+
"layout": {
|
|
27
|
+
"layout": "FLEX"
|
|
28
|
+
},
|
|
29
|
+
"dataRegionType": "INHERIT",
|
|
30
|
+
"caption": "\u5BB9\u5668",
|
|
31
|
+
"itemStyle": "DEFAULT",
|
|
32
|
+
"itemType": "CONTAINER",
|
|
33
|
+
"layoutPos": {
|
|
34
|
+
"shrink": 1,
|
|
35
|
+
"layout": "FLEX"
|
|
36
|
+
},
|
|
37
|
+
"id": "control_captionbar"
|
|
38
|
+
}
|
|
39
|
+
],
|
|
40
|
+
"layout": {
|
|
41
|
+
"layout": "FLEX"
|
|
42
|
+
},
|
|
43
|
+
"dataRegionType": "INHERIT",
|
|
44
|
+
"caption": "\u5BB9\u5668",
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "CONTAINER",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"shrink": 1,
|
|
49
|
+
"layout": "FLEX"
|
|
50
|
+
},
|
|
51
|
+
"id": "control_header_left"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"panelItems": [
|
|
55
|
+
{
|
|
56
|
+
"panelItems": [
|
|
57
|
+
{
|
|
58
|
+
"caption": "\u641C\u7D22\u680F",
|
|
59
|
+
"itemStyle": "DEFAULT",
|
|
60
|
+
"itemType": "CTRLPOS",
|
|
61
|
+
"layoutPos": {
|
|
62
|
+
"shrink": 1,
|
|
63
|
+
"layout": "FLEX"
|
|
64
|
+
},
|
|
65
|
+
"showCaption": true,
|
|
66
|
+
"id": "searchbar"
|
|
67
|
+
}
|
|
68
|
+
],
|
|
69
|
+
"layout": {
|
|
70
|
+
"layout": "FLEX"
|
|
71
|
+
},
|
|
72
|
+
"dataRegionType": "INHERIT",
|
|
73
|
+
"caption": "\u5BB9\u5668",
|
|
74
|
+
"itemStyle": "DEFAULT",
|
|
75
|
+
"itemType": "CONTAINER",
|
|
76
|
+
"layoutPos": {
|
|
77
|
+
"shrink": 0,
|
|
78
|
+
"layout": "FLEX"
|
|
79
|
+
},
|
|
80
|
+
"id": "control_searchbar"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"panelItems": [
|
|
84
|
+
{
|
|
85
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
86
|
+
"itemStyle": "DEFAULT",
|
|
87
|
+
"itemType": "CTRLPOS",
|
|
88
|
+
"layoutPos": {
|
|
89
|
+
"shrink": 1,
|
|
90
|
+
"layout": "FLEX"
|
|
91
|
+
},
|
|
92
|
+
"showCaption": true,
|
|
93
|
+
"id": "chartexpbar_toolbar"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"layout": {
|
|
97
|
+
"layout": "FLEX"
|
|
98
|
+
},
|
|
99
|
+
"dataRegionType": "INHERIT",
|
|
100
|
+
"caption": "\u5BB9\u5668",
|
|
101
|
+
"itemStyle": "DEFAULT",
|
|
102
|
+
"itemType": "CONTAINER",
|
|
103
|
+
"layoutPos": {
|
|
104
|
+
"shrink": 0,
|
|
105
|
+
"layout": "FLEX"
|
|
106
|
+
},
|
|
107
|
+
"id": "control_toolbar"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"layout": {
|
|
111
|
+
"dir": "row",
|
|
112
|
+
"layout": "FLEX"
|
|
113
|
+
},
|
|
114
|
+
"dataRegionType": "INHERIT",
|
|
115
|
+
"caption": "\u5BB9\u5668",
|
|
116
|
+
"itemStyle": "DEFAULT",
|
|
117
|
+
"itemType": "CONTAINER",
|
|
118
|
+
"layoutPos": {
|
|
119
|
+
"shrink": 1,
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"id": "control_header_right"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"layout": {
|
|
126
|
+
"align": "space-between",
|
|
127
|
+
"dir": "row",
|
|
128
|
+
"layout": "FLEX",
|
|
129
|
+
"valign": "center"
|
|
130
|
+
},
|
|
131
|
+
"dataRegionType": "INHERIT",
|
|
132
|
+
"caption": "\u5BB9\u5668",
|
|
133
|
+
"itemStyle": "DEFAULT",
|
|
134
|
+
"itemType": "CONTAINER",
|
|
135
|
+
"layoutPos": {
|
|
136
|
+
"shrink": 0,
|
|
137
|
+
"layout": "FLEX"
|
|
138
|
+
},
|
|
139
|
+
"id": "control_header"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"panelItems": [
|
|
143
|
+
{
|
|
144
|
+
"caption": "\u5BFC\u822A\u56FE\u8868",
|
|
145
|
+
"itemStyle": "DEFAULT",
|
|
146
|
+
"itemType": "CTRLPOS",
|
|
147
|
+
"layoutPos": {
|
|
148
|
+
"shrink": 1,
|
|
149
|
+
"layout": "FLEX"
|
|
150
|
+
},
|
|
151
|
+
"showCaption": true,
|
|
152
|
+
"id": "chartexpbar_chart"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"layout": {
|
|
156
|
+
"layout": "FLEX"
|
|
157
|
+
},
|
|
158
|
+
"dataRegionType": "INHERIT",
|
|
159
|
+
"caption": "\u5BB9\u5668",
|
|
160
|
+
"itemStyle": "DEFAULT",
|
|
161
|
+
"itemType": "CONTAINER",
|
|
162
|
+
"layoutPos": {
|
|
163
|
+
"shrink": 1,
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"id": "control_chart"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"layoutPanel": true,
|
|
170
|
+
"codeName": "ChartViewExpBarLayout",
|
|
171
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
172
|
+
"logicName": "\u90E8\u4EF6-\u56FE\u8868\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
173
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
174
|
+
"controlParam": {},
|
|
175
|
+
"name": "layoutpanel",
|
|
176
|
+
"id": "chartviewexpbarlayout"
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
export { ChartExpBar as default };
|
package/es/publish/index.mjs
CHANGED
|
@@ -39,10 +39,12 @@ import DEIndexPickupDataView from './view-layout-model-repository/view-layout-mo
|
|
|
39
39
|
import DETreeGridExView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs';
|
|
40
40
|
import DETreeGridView from './view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs';
|
|
41
41
|
import DEMEditView9 from './view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs';
|
|
42
|
+
import DEChartExpView from './view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs';
|
|
42
43
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
43
44
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
44
45
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
45
46
|
import TreeExpBar from './control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs';
|
|
47
|
+
import ChartExpBar from './control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs';
|
|
46
48
|
|
|
47
49
|
"use strict";
|
|
48
50
|
function install(callBack) {
|
|
@@ -96,10 +98,12 @@ function install(callBack) {
|
|
|
96
98
|
callBack("DETREEGRIDEXVIEW_DEFAULT", DETreeGridExView);
|
|
97
99
|
callBack("DETREEGRIDVIEW_DEFAULT", DETreeGridView);
|
|
98
100
|
callBack("DEMEDITVIEW9_DEFAULT", DEMEditView9);
|
|
101
|
+
callBack("DECHARTEXPVIEW_DEFAULT", DEChartExpView);
|
|
99
102
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
100
103
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
101
104
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
102
105
|
callBack("TREEEXPBAR_DEFAULT", TreeExpBar);
|
|
106
|
+
callBack("ChartExpBar_DEFAULT", ChartExpBar);
|
|
103
107
|
}
|
|
104
108
|
|
|
105
109
|
export { install };
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
panelItems: ({
|
|
8
|
+
panelItems: {
|
|
9
|
+
caption: string;
|
|
10
|
+
itemStyle: string;
|
|
11
|
+
itemType: string;
|
|
12
|
+
layoutPos: {
|
|
13
|
+
colMD: number;
|
|
14
|
+
heightMode: string;
|
|
15
|
+
layout: string;
|
|
16
|
+
};
|
|
17
|
+
showCaption: boolean;
|
|
18
|
+
id: string;
|
|
19
|
+
}[];
|
|
20
|
+
layout: {
|
|
21
|
+
columnCount: number;
|
|
22
|
+
layout: string;
|
|
23
|
+
};
|
|
24
|
+
dataRegionType: string;
|
|
25
|
+
caption: string;
|
|
26
|
+
contentWidth: number;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
shrink: number;
|
|
31
|
+
layout: string;
|
|
32
|
+
width: number;
|
|
33
|
+
widthMode: string;
|
|
34
|
+
};
|
|
35
|
+
width: number;
|
|
36
|
+
id: string;
|
|
37
|
+
} | {
|
|
38
|
+
panelItems: {
|
|
39
|
+
rawItem: {
|
|
40
|
+
predefinedType: string;
|
|
41
|
+
id: string;
|
|
42
|
+
};
|
|
43
|
+
caption: string;
|
|
44
|
+
itemStyle: string;
|
|
45
|
+
itemType: string;
|
|
46
|
+
layoutPos: {
|
|
47
|
+
colMD: number;
|
|
48
|
+
heightMode: string;
|
|
49
|
+
layout: string;
|
|
50
|
+
};
|
|
51
|
+
showCaption: boolean;
|
|
52
|
+
id: string;
|
|
53
|
+
}[];
|
|
54
|
+
layout: {
|
|
55
|
+
columnCount: number;
|
|
56
|
+
layout: string;
|
|
57
|
+
};
|
|
58
|
+
dataRegionType: string;
|
|
59
|
+
caption: string;
|
|
60
|
+
itemStyle: string;
|
|
61
|
+
itemType: string;
|
|
62
|
+
layoutPos: {
|
|
63
|
+
shrink: number;
|
|
64
|
+
layout: string;
|
|
65
|
+
width?: undefined;
|
|
66
|
+
widthMode?: undefined;
|
|
67
|
+
};
|
|
68
|
+
id: string;
|
|
69
|
+
contentWidth?: undefined;
|
|
70
|
+
width?: undefined;
|
|
71
|
+
})[];
|
|
72
|
+
predefinedType: string;
|
|
73
|
+
layout: {
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
dataRegionType: string;
|
|
77
|
+
caption: string;
|
|
78
|
+
itemStyle: string;
|
|
79
|
+
itemType: string;
|
|
80
|
+
layoutPos: {
|
|
81
|
+
grow: number;
|
|
82
|
+
shrink: number;
|
|
83
|
+
layout: string;
|
|
84
|
+
};
|
|
85
|
+
id: string;
|
|
86
|
+
}[];
|
|
87
|
+
layoutPanel: boolean;
|
|
88
|
+
codeName: string;
|
|
89
|
+
controlType: string;
|
|
90
|
+
logicName: string;
|
|
91
|
+
appDataEntityId: string;
|
|
92
|
+
controlParam: {};
|
|
93
|
+
name: string;
|
|
94
|
+
id: string;
|
|
95
|
+
};
|
|
96
|
+
export default _default;
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var DEChartExpView = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"caption": "\u56FE\u8868\u5BFC\u822A",
|
|
14
|
+
"itemStyle": "DEFAULT",
|
|
15
|
+
"itemType": "CTRLPOS",
|
|
16
|
+
"layoutPos": {
|
|
17
|
+
"colMD": 24,
|
|
18
|
+
"heightMode": "FULL",
|
|
19
|
+
"layout": "TABLE_24COL"
|
|
20
|
+
},
|
|
21
|
+
"showCaption": true,
|
|
22
|
+
"id": "chartexpbar"
|
|
23
|
+
}
|
|
24
|
+
],
|
|
25
|
+
"layout": {
|
|
26
|
+
"columnCount": 24,
|
|
27
|
+
"layout": "TABLE_24COL"
|
|
28
|
+
},
|
|
29
|
+
"dataRegionType": "INHERIT",
|
|
30
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
31
|
+
"contentWidth": 500,
|
|
32
|
+
"itemStyle": "DEFAULT",
|
|
33
|
+
"itemType": "CONTAINER",
|
|
34
|
+
"layoutPos": {
|
|
35
|
+
"shrink": 1,
|
|
36
|
+
"layout": "SIMPLEFLEX",
|
|
37
|
+
"width": 500,
|
|
38
|
+
"widthMode": "PX"
|
|
39
|
+
},
|
|
40
|
+
"width": 500,
|
|
41
|
+
"id": "container"
|
|
42
|
+
},
|
|
43
|
+
{
|
|
44
|
+
"panelItems": [
|
|
45
|
+
{
|
|
46
|
+
"rawItem": {
|
|
47
|
+
"predefinedType": "NAV_POS",
|
|
48
|
+
"id": "nav_pos"
|
|
49
|
+
},
|
|
50
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
51
|
+
"itemStyle": "DEFAULT",
|
|
52
|
+
"itemType": "RAWITEM",
|
|
53
|
+
"layoutPos": {
|
|
54
|
+
"colMD": 24,
|
|
55
|
+
"heightMode": "FULL",
|
|
56
|
+
"layout": "TABLE_24COL"
|
|
57
|
+
},
|
|
58
|
+
"showCaption": true,
|
|
59
|
+
"id": "nav_pos"
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"layout": {
|
|
63
|
+
"columnCount": 24,
|
|
64
|
+
"layout": "TABLE_24COL"
|
|
65
|
+
},
|
|
66
|
+
"dataRegionType": "INHERIT",
|
|
67
|
+
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
68
|
+
"itemStyle": "DEFAULT",
|
|
69
|
+
"itemType": "CONTAINER",
|
|
70
|
+
"layoutPos": {
|
|
71
|
+
"shrink": 1,
|
|
72
|
+
"layout": "SIMPLEFLEX"
|
|
73
|
+
},
|
|
74
|
+
"id": "container3"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
78
|
+
"layout": {
|
|
79
|
+
"layout": "SIMPLEFLEX"
|
|
80
|
+
},
|
|
81
|
+
"dataRegionType": "INHERIT",
|
|
82
|
+
"caption": "\u5206\u5272\u5BB9\u5668(\u5DE6\u53F3)",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CONTAINER",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"grow": 1,
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"layout": "FLEX"
|
|
89
|
+
},
|
|
90
|
+
"id": "view_exp_split"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"layoutPanel": true,
|
|
94
|
+
"codeName": "ChartExpViewLayout",
|
|
95
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
96
|
+
"logicName": "\u56FE\u8868\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
97
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
98
|
+
"controlParam": {},
|
|
99
|
+
"name": "layoutpanel",
|
|
100
|
+
"id": "chartexpviewlayout"
|
|
101
|
+
};
|
|
102
|
+
|
|
103
|
+
export { DEChartExpView as default };
|