@ibiz-template/web-theme 1.0.2 → 1.0.5
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 +26 -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.d.ts +0 -1
- package/es/publish/app-index-view-layout-top.mjs +0 -1
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +2 -2
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +2 -2
- package/es/publish/index.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +91 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +97 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +8 -5
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +7 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +312 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +389 -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/es/theme/objects/expand/expand.css +1 -1
- package/es/theme/objects/index.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-top.cjs +0 -1
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +2 -2
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +2 -2
- package/lib/publish/index.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +101 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +8 -5
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +7 -4
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +393 -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/lib/theme/objects/expand/expand.css +1 -1
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +5 -5
package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs
CHANGED
|
@@ -118,7 +118,7 @@ var DataViewExpBar = {
|
|
|
118
118
|
"id": "control_header_right"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
|
-
"predefinedType": "
|
|
121
|
+
"predefinedType": "EXP_HEADER",
|
|
122
122
|
"layout": {
|
|
123
123
|
"align": "space-between",
|
|
124
124
|
"dir": "row",
|
|
@@ -169,7 +169,7 @@ var DataViewExpBar = {
|
|
|
169
169
|
"layoutPanel": true,
|
|
170
170
|
"codeName": "DataViewExpBarLayout",
|
|
171
171
|
"controlType": "VIEWLAYOUTPANEL",
|
|
172
|
-
"logicName": "\u5361\u7247\u5BFC\u822A\
|
|
172
|
+
"logicName": "\u90E8\u4EF6-\u5361\u7247\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
173
173
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
174
174
|
"controlParam": {},
|
|
175
175
|
"name": "layoutpanel",
|
|
@@ -118,7 +118,7 @@ var GridExpBar = {
|
|
|
118
118
|
"id": "control_header_right"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
|
-
"predefinedType": "
|
|
121
|
+
"predefinedType": "EXP_HEADER",
|
|
122
122
|
"layout": {
|
|
123
123
|
"align": "space-between",
|
|
124
124
|
"dir": "row",
|
|
@@ -168,7 +168,7 @@ var GridExpBar = {
|
|
|
168
168
|
"layoutPanel": true,
|
|
169
169
|
"codeName": "GridExpBarLayout",
|
|
170
170
|
"controlType": "VIEWLAYOUTPANEL",
|
|
171
|
-
"logicName": "\u8868\u683C\u5BFC\u822A\
|
|
171
|
+
"logicName": "\u90E8\u4EF6-\u8868\u683C\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
172
172
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
173
173
|
"controlParam": {},
|
|
174
174
|
"name": "layoutpanel",
|
|
@@ -118,7 +118,7 @@ var ListExpBar = {
|
|
|
118
118
|
"id": "control_header_right"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
|
-
"predefinedType": "
|
|
121
|
+
"predefinedType": "EXP_HEADER",
|
|
122
122
|
"layout": {
|
|
123
123
|
"align": "space-between",
|
|
124
124
|
"dir": "row",
|
|
@@ -168,7 +168,7 @@ var ListExpBar = {
|
|
|
168
168
|
"layoutPanel": true,
|
|
169
169
|
"codeName": "ListExpBarLayout",
|
|
170
170
|
"controlType": "VIEWLAYOUTPANEL",
|
|
171
|
-
"logicName": "\u5217\u8868\u5BFC\u822A\
|
|
171
|
+
"logicName": "\u90E8\u4EF6-\u5217\u8868\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
172
172
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
173
173
|
"controlParam": {},
|
|
174
174
|
"name": "layoutpanel",
|
|
@@ -118,7 +118,7 @@ var TreeExpBar = {
|
|
|
118
118
|
"id": "control_header_right"
|
|
119
119
|
}
|
|
120
120
|
],
|
|
121
|
-
"predefinedType": "
|
|
121
|
+
"predefinedType": "EXP_HEADER",
|
|
122
122
|
"layout": {
|
|
123
123
|
"align": "space-between",
|
|
124
124
|
"dir": "row",
|
|
@@ -168,7 +168,7 @@ var TreeExpBar = {
|
|
|
168
168
|
"layoutPanel": true,
|
|
169
169
|
"codeName": "TreeExpBarLayout",
|
|
170
170
|
"controlType": "VIEWLAYOUTPANEL",
|
|
171
|
-
"logicName": "\u6811\u5BFC\u822A\
|
|
171
|
+
"logicName": "\u90E8\u4EF6-\u6811\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
172
172
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
173
173
|
"controlParam": {},
|
|
174
174
|
"name": "layoutpanel",
|
package/es/publish/index.mjs
CHANGED
|
@@ -3,6 +3,7 @@ import AppIndexViewLayout_CENTER from './app-index-view-layout-center.mjs';
|
|
|
3
3
|
import AppIndexViewLayout_TOP from './app-index-view-layout-top.mjs';
|
|
4
4
|
import AppIndexViewLayout from './app-index-view-layout.mjs';
|
|
5
5
|
import DEChartView from './view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs';
|
|
6
|
+
import DECalendarExpView from './view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs';
|
|
6
7
|
import DECalendarView from './view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs';
|
|
7
8
|
import DEDataViewExpView from './view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs';
|
|
8
9
|
import DEDataView from './view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs';
|
|
@@ -24,6 +25,7 @@ import DETreeViewExpView from './view-layout-model-repository/view-layout-model-
|
|
|
24
25
|
import DETreeView from './view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs';
|
|
25
26
|
import DEWizardDView from './view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs';
|
|
26
27
|
import DEMPickupView from './view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs';
|
|
28
|
+
import DEMPickupView2 from './view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs';
|
|
27
29
|
import DEWFDynaActionView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs';
|
|
28
30
|
import DEWFDynaStartView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs';
|
|
29
31
|
import DEWFDynaEditView3 from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs';
|
|
@@ -44,6 +46,7 @@ function install(callBack) {
|
|
|
44
46
|
callBack("APPINDEXVIEW_DEFAULT_TOP", AppIndexViewLayout_TOP);
|
|
45
47
|
callBack("DECHARTVIEW_DEFAULT", DEChartView);
|
|
46
48
|
callBack("DECHARTVIEW9_DEFAULT", DEChartView);
|
|
49
|
+
callBack("DECALENDAREXPVIEW_DEFAULT", DECalendarExpView);
|
|
47
50
|
callBack("DECALENDARVIEW_DEFAULT", DECalendarView);
|
|
48
51
|
callBack("DECALENDARVIEW9_DEFAULT", DECalendarView);
|
|
49
52
|
callBack("DEDATAVIEWEXPVIEW_DEFAULT", DEDataViewExpView);
|
|
@@ -72,6 +75,7 @@ function install(callBack) {
|
|
|
72
75
|
callBack("DETREEVIEW9_DEFAULT", DETreeView);
|
|
73
76
|
callBack("DEWIZARDVIEW_DEFAULT", DEWizardDView);
|
|
74
77
|
callBack("DEMPICKUPVIEW_DEFAULT", DEMPickupView);
|
|
78
|
+
callBack("DEMPICKUPVIEW2_DEFAULT", DEMPickupView2);
|
|
75
79
|
callBack("DEWFDYNAACTIONVIEW_DEFAULT", DEWFDynaActionView);
|
|
76
80
|
callBack("DEWFDYNASTARTVIEW_DEFAULT", DEWFDynaStartView);
|
|
77
81
|
callBack("DEWFDYNAEDITVIEW3_DEFAULT", DEWFDynaEditView3);
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
caption: string;
|
|
7
|
+
itemStyle: string;
|
|
8
|
+
itemType: string;
|
|
9
|
+
layoutPos: {
|
|
10
|
+
grow: number;
|
|
11
|
+
shrink: number;
|
|
12
|
+
layout: string;
|
|
13
|
+
};
|
|
14
|
+
showCaption: boolean;
|
|
15
|
+
id: string;
|
|
16
|
+
}[];
|
|
17
|
+
layout: {
|
|
18
|
+
layout: string;
|
|
19
|
+
};
|
|
20
|
+
dataRegionType: string;
|
|
21
|
+
caption: string;
|
|
22
|
+
contentWidth: number;
|
|
23
|
+
itemStyle: string;
|
|
24
|
+
itemType: string;
|
|
25
|
+
layoutPos: {
|
|
26
|
+
shrink: number;
|
|
27
|
+
layout: string;
|
|
28
|
+
width: number;
|
|
29
|
+
widthMode: string;
|
|
30
|
+
};
|
|
31
|
+
width: number;
|
|
32
|
+
id: string;
|
|
33
|
+
} | {
|
|
34
|
+
panelItems: {
|
|
35
|
+
rawItem: {
|
|
36
|
+
predefinedType: string;
|
|
37
|
+
id: string;
|
|
38
|
+
};
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
grow: number;
|
|
44
|
+
shrink: number;
|
|
45
|
+
layout: string;
|
|
46
|
+
};
|
|
47
|
+
showCaption: boolean;
|
|
48
|
+
id: string;
|
|
49
|
+
}[];
|
|
50
|
+
layout: {
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
layout: string;
|
|
60
|
+
width?: undefined;
|
|
61
|
+
widthMode?: undefined;
|
|
62
|
+
};
|
|
63
|
+
id: string;
|
|
64
|
+
contentWidth?: undefined;
|
|
65
|
+
width?: undefined;
|
|
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
|
+
grow: number;
|
|
77
|
+
shrink: number;
|
|
78
|
+
layout: string;
|
|
79
|
+
};
|
|
80
|
+
id: string;
|
|
81
|
+
}[];
|
|
82
|
+
layoutPanel: boolean;
|
|
83
|
+
codeName: string;
|
|
84
|
+
controlType: string;
|
|
85
|
+
logicName: string;
|
|
86
|
+
appDataEntityId: string;
|
|
87
|
+
controlParam: {};
|
|
88
|
+
name: string;
|
|
89
|
+
id: string;
|
|
90
|
+
};
|
|
91
|
+
export default _default;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
var DECalendarExpView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"caption": "\u65E5\u5386\u5BFC\u822A\u680F",
|
|
10
|
+
"itemStyle": "DEFAULT",
|
|
11
|
+
"itemType": "CTRLPOS",
|
|
12
|
+
"layoutPos": {
|
|
13
|
+
"grow": 1,
|
|
14
|
+
"shrink": 1,
|
|
15
|
+
"layout": "FLEX"
|
|
16
|
+
},
|
|
17
|
+
"showCaption": true,
|
|
18
|
+
"id": "calendarexpbar"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"layout": {
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"dataRegionType": "INHERIT",
|
|
25
|
+
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 600,
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CONTAINER",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 600,
|
|
33
|
+
"widthMode": "PX"
|
|
34
|
+
},
|
|
35
|
+
"width": 600,
|
|
36
|
+
"id": "view_content_left"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"panelItems": [
|
|
40
|
+
{
|
|
41
|
+
"rawItem": {
|
|
42
|
+
"predefinedType": "NAV_POS",
|
|
43
|
+
"id": "nav_pos"
|
|
44
|
+
},
|
|
45
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
46
|
+
"itemStyle": "DEFAULT",
|
|
47
|
+
"itemType": "RAWITEM",
|
|
48
|
+
"layoutPos": {
|
|
49
|
+
"grow": 1,
|
|
50
|
+
"shrink": 1,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "nav_pos"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"layout": {
|
|
58
|
+
"layout": "FLEX"
|
|
59
|
+
},
|
|
60
|
+
"dataRegionType": "INHERIT",
|
|
61
|
+
"caption": "\u5BB9\u5668",
|
|
62
|
+
"itemStyle": "DEFAULT",
|
|
63
|
+
"itemType": "CONTAINER",
|
|
64
|
+
"layoutPos": {
|
|
65
|
+
"shrink": 1,
|
|
66
|
+
"layout": "FLEX"
|
|
67
|
+
},
|
|
68
|
+
"id": "view_content_right"
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
72
|
+
"layout": {
|
|
73
|
+
"layout": "FLEX"
|
|
74
|
+
},
|
|
75
|
+
"dataRegionType": "INHERIT",
|
|
76
|
+
"caption": "\u5BB9\u5668",
|
|
77
|
+
"itemStyle": "DEFAULT",
|
|
78
|
+
"itemType": "CONTAINER",
|
|
79
|
+
"layoutPos": {
|
|
80
|
+
"grow": 1,
|
|
81
|
+
"shrink": 1,
|
|
82
|
+
"layout": "FLEX"
|
|
83
|
+
},
|
|
84
|
+
"id": "view_content"
|
|
85
|
+
}
|
|
86
|
+
],
|
|
87
|
+
"layoutPanel": true,
|
|
88
|
+
"codeName": "CalendarExpViewLayout",
|
|
89
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
90
|
+
"logicName": "\u65E5\u5386\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
91
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
92
|
+
"controlParam": {},
|
|
93
|
+
"name": "layoutpanel",
|
|
94
|
+
"id": "calendarexpviewlayout"
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
export { DECalendarExpView as default };
|
|
@@ -19,13 +19,16 @@ declare const _default: {
|
|
|
19
19
|
};
|
|
20
20
|
dataRegionType: string;
|
|
21
21
|
caption: string;
|
|
22
|
+
contentWidth: number;
|
|
22
23
|
itemStyle: string;
|
|
23
24
|
itemType: string;
|
|
24
25
|
layoutPos: {
|
|
25
26
|
shrink: number;
|
|
26
27
|
layout: string;
|
|
27
|
-
|
|
28
|
+
width: number;
|
|
29
|
+
widthMode: string;
|
|
28
30
|
};
|
|
31
|
+
width: number;
|
|
29
32
|
id: string;
|
|
30
33
|
} | {
|
|
31
34
|
panelItems: {
|
|
@@ -52,14 +55,17 @@ declare const _default: {
|
|
|
52
55
|
itemStyle: string;
|
|
53
56
|
itemType: string;
|
|
54
57
|
layoutPos: {
|
|
55
|
-
grow: number;
|
|
56
58
|
shrink: number;
|
|
57
59
|
layout: string;
|
|
60
|
+
width?: undefined;
|
|
61
|
+
widthMode?: undefined;
|
|
58
62
|
};
|
|
59
63
|
id: string;
|
|
64
|
+
contentWidth?: undefined;
|
|
65
|
+
width?: undefined;
|
|
60
66
|
})[];
|
|
67
|
+
predefinedType: string;
|
|
61
68
|
layout: {
|
|
62
|
-
dir: string;
|
|
63
69
|
layout: string;
|
|
64
70
|
};
|
|
65
71
|
dataRegionType: string;
|
|
@@ -23,12 +23,16 @@ var DEDataViewExpView = {
|
|
|
23
23
|
},
|
|
24
24
|
"dataRegionType": "INHERIT",
|
|
25
25
|
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 500,
|
|
26
27
|
"itemStyle": "DEFAULT",
|
|
27
28
|
"itemType": "CONTAINER",
|
|
28
29
|
"layoutPos": {
|
|
29
|
-
"shrink":
|
|
30
|
-
"layout": "FLEX"
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 500,
|
|
33
|
+
"widthMode": "PX"
|
|
31
34
|
},
|
|
35
|
+
"width": 500,
|
|
32
36
|
"id": "view_exp"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
@@ -58,15 +62,14 @@ var DEDataViewExpView = {
|
|
|
58
62
|
"itemStyle": "DEFAULT",
|
|
59
63
|
"itemType": "CONTAINER",
|
|
60
64
|
"layoutPos": {
|
|
61
|
-
"grow": 1,
|
|
62
65
|
"shrink": 1,
|
|
63
66
|
"layout": "FLEX"
|
|
64
67
|
},
|
|
65
68
|
"id": "view_content"
|
|
66
69
|
}
|
|
67
70
|
],
|
|
71
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
68
72
|
"layout": {
|
|
69
|
-
"dir": "row",
|
|
70
73
|
"layout": "FLEX"
|
|
71
74
|
},
|
|
72
75
|
"dataRegionType": "INHERIT",
|
|
@@ -19,13 +19,16 @@ declare const _default: {
|
|
|
19
19
|
};
|
|
20
20
|
dataRegionType: string;
|
|
21
21
|
caption: string;
|
|
22
|
+
contentWidth: number;
|
|
22
23
|
itemStyle: string;
|
|
23
24
|
itemType: string;
|
|
24
25
|
layoutPos: {
|
|
25
26
|
shrink: number;
|
|
26
27
|
layout: string;
|
|
27
|
-
|
|
28
|
+
width: number;
|
|
29
|
+
widthMode: string;
|
|
28
30
|
};
|
|
31
|
+
width: number;
|
|
29
32
|
id: string;
|
|
30
33
|
} | {
|
|
31
34
|
panelItems: {
|
|
@@ -52,14 +55,17 @@ declare const _default: {
|
|
|
52
55
|
itemStyle: string;
|
|
53
56
|
itemType: string;
|
|
54
57
|
layoutPos: {
|
|
55
|
-
grow: number;
|
|
56
58
|
shrink: number;
|
|
57
59
|
layout: string;
|
|
60
|
+
width?: undefined;
|
|
61
|
+
widthMode?: undefined;
|
|
58
62
|
};
|
|
59
63
|
id: string;
|
|
64
|
+
contentWidth?: undefined;
|
|
65
|
+
width?: undefined;
|
|
60
66
|
})[];
|
|
67
|
+
predefinedType: string;
|
|
61
68
|
layout: {
|
|
62
|
-
dir: string;
|
|
63
69
|
layout: string;
|
|
64
70
|
};
|
|
65
71
|
dataRegionType: string;
|
|
@@ -23,12 +23,16 @@ var DEGridViewExpView = {
|
|
|
23
23
|
},
|
|
24
24
|
"dataRegionType": "INHERIT",
|
|
25
25
|
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 500,
|
|
26
27
|
"itemStyle": "DEFAULT",
|
|
27
28
|
"itemType": "CONTAINER",
|
|
28
29
|
"layoutPos": {
|
|
29
|
-
"shrink":
|
|
30
|
-
"layout": "FLEX"
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 500,
|
|
33
|
+
"widthMode": "PX"
|
|
31
34
|
},
|
|
35
|
+
"width": 500,
|
|
32
36
|
"id": "view_content_left"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
@@ -58,15 +62,14 @@ var DEGridViewExpView = {
|
|
|
58
62
|
"itemStyle": "DEFAULT",
|
|
59
63
|
"itemType": "CONTAINER",
|
|
60
64
|
"layoutPos": {
|
|
61
|
-
"grow": 1,
|
|
62
65
|
"shrink": 1,
|
|
63
66
|
"layout": "FLEX"
|
|
64
67
|
},
|
|
65
68
|
"id": "view_content_right"
|
|
66
69
|
}
|
|
67
70
|
],
|
|
71
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
68
72
|
"layout": {
|
|
69
|
-
"dir": "row",
|
|
70
73
|
"layout": "FLEX"
|
|
71
74
|
},
|
|
72
75
|
"dataRegionType": "INHERIT",
|
|
@@ -78,7 +81,7 @@ var DEGridViewExpView = {
|
|
|
78
81
|
"shrink": 1,
|
|
79
82
|
"layout": "FLEX"
|
|
80
83
|
},
|
|
81
|
-
"id": "
|
|
84
|
+
"id": "split_content"
|
|
82
85
|
}
|
|
83
86
|
],
|
|
84
87
|
"layoutPanel": true,
|
|
@@ -19,13 +19,16 @@ declare const _default: {
|
|
|
19
19
|
};
|
|
20
20
|
dataRegionType: string;
|
|
21
21
|
caption: string;
|
|
22
|
+
contentWidth: number;
|
|
22
23
|
itemStyle: string;
|
|
23
24
|
itemType: string;
|
|
24
25
|
layoutPos: {
|
|
25
26
|
shrink: number;
|
|
26
27
|
layout: string;
|
|
27
|
-
|
|
28
|
+
width: number;
|
|
29
|
+
widthMode: string;
|
|
28
30
|
};
|
|
31
|
+
width: number;
|
|
29
32
|
id: string;
|
|
30
33
|
} | {
|
|
31
34
|
panelItems: {
|
|
@@ -52,14 +55,17 @@ declare const _default: {
|
|
|
52
55
|
itemStyle: string;
|
|
53
56
|
itemType: string;
|
|
54
57
|
layoutPos: {
|
|
55
|
-
grow: number;
|
|
56
58
|
shrink: number;
|
|
57
59
|
layout: string;
|
|
60
|
+
width?: undefined;
|
|
61
|
+
widthMode?: undefined;
|
|
58
62
|
};
|
|
59
63
|
id: string;
|
|
64
|
+
contentWidth?: undefined;
|
|
65
|
+
width?: undefined;
|
|
60
66
|
})[];
|
|
67
|
+
predefinedType: string;
|
|
61
68
|
layout: {
|
|
62
|
-
dir: string;
|
|
63
69
|
layout: string;
|
|
64
70
|
};
|
|
65
71
|
dataRegionType: string;
|
|
@@ -23,12 +23,16 @@ var DEListViewExpView = {
|
|
|
23
23
|
},
|
|
24
24
|
"dataRegionType": "INHERIT",
|
|
25
25
|
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 500,
|
|
26
27
|
"itemStyle": "DEFAULT",
|
|
27
28
|
"itemType": "CONTAINER",
|
|
28
29
|
"layoutPos": {
|
|
29
|
-
"shrink":
|
|
30
|
-
"layout": "FLEX"
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 500,
|
|
33
|
+
"widthMode": "PX"
|
|
31
34
|
},
|
|
35
|
+
"width": 500,
|
|
32
36
|
"id": "view_exp"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
@@ -58,15 +62,14 @@ var DEListViewExpView = {
|
|
|
58
62
|
"itemStyle": "DEFAULT",
|
|
59
63
|
"itemType": "CONTAINER",
|
|
60
64
|
"layoutPos": {
|
|
61
|
-
"grow": 1,
|
|
62
65
|
"shrink": 1,
|
|
63
66
|
"layout": "FLEX"
|
|
64
67
|
},
|
|
65
68
|
"id": "view_content"
|
|
66
69
|
}
|
|
67
70
|
],
|
|
71
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
68
72
|
"layout": {
|
|
69
|
-
"dir": "row",
|
|
70
73
|
"layout": "FLEX"
|
|
71
74
|
},
|
|
72
75
|
"dataRegionType": "INHERIT",
|
|
@@ -19,13 +19,16 @@ declare const _default: {
|
|
|
19
19
|
};
|
|
20
20
|
dataRegionType: string;
|
|
21
21
|
caption: string;
|
|
22
|
+
contentWidth: number;
|
|
22
23
|
itemStyle: string;
|
|
23
24
|
itemType: string;
|
|
24
25
|
layoutPos: {
|
|
25
26
|
shrink: number;
|
|
26
27
|
layout: string;
|
|
27
|
-
|
|
28
|
+
width: number;
|
|
29
|
+
widthMode: string;
|
|
28
30
|
};
|
|
31
|
+
width: number;
|
|
29
32
|
id: string;
|
|
30
33
|
} | {
|
|
31
34
|
panelItems: {
|
|
@@ -52,14 +55,17 @@ declare const _default: {
|
|
|
52
55
|
itemStyle: string;
|
|
53
56
|
itemType: string;
|
|
54
57
|
layoutPos: {
|
|
55
|
-
grow: number;
|
|
56
58
|
shrink: number;
|
|
57
59
|
layout: string;
|
|
60
|
+
width?: undefined;
|
|
61
|
+
widthMode?: undefined;
|
|
58
62
|
};
|
|
59
63
|
id: string;
|
|
64
|
+
contentWidth?: undefined;
|
|
65
|
+
width?: undefined;
|
|
60
66
|
})[];
|
|
67
|
+
predefinedType: string;
|
|
61
68
|
layout: {
|
|
62
|
-
dir: string;
|
|
63
69
|
layout: string;
|
|
64
70
|
};
|
|
65
71
|
dataRegionType: string;
|
|
@@ -23,12 +23,16 @@ var DETreeViewExpView = {
|
|
|
23
23
|
},
|
|
24
24
|
"dataRegionType": "INHERIT",
|
|
25
25
|
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 300,
|
|
26
27
|
"itemStyle": "DEFAULT",
|
|
27
28
|
"itemType": "CONTAINER",
|
|
28
29
|
"layoutPos": {
|
|
29
|
-
"shrink":
|
|
30
|
-
"layout": "FLEX"
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 300,
|
|
33
|
+
"widthMode": "PX"
|
|
31
34
|
},
|
|
35
|
+
"width": 300,
|
|
32
36
|
"id": "view_content_left"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
@@ -58,15 +62,14 @@ var DETreeViewExpView = {
|
|
|
58
62
|
"itemStyle": "DEFAULT",
|
|
59
63
|
"itemType": "CONTAINER",
|
|
60
64
|
"layoutPos": {
|
|
61
|
-
"grow": 1,
|
|
62
65
|
"shrink": 1,
|
|
63
66
|
"layout": "FLEX"
|
|
64
67
|
},
|
|
65
68
|
"id": "view_content_right"
|
|
66
69
|
}
|
|
67
70
|
],
|
|
71
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
68
72
|
"layout": {
|
|
69
|
-
"dir": "row",
|
|
70
73
|
"layout": "FLEX"
|
|
71
74
|
},
|
|
72
75
|
"dataRegionType": "INHERIT",
|