@ibiz-template/web-theme 1.0.4 → 1.0.6
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 +20 -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 +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +9 -3
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +7 -4
- 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/es/theme/var.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 +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +7 -4
- 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/lib/theme/var.css +1 -1
- package/package.json +2 -2
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
|
@@ -25,6 +25,7 @@ import DETreeViewExpView from './view-layout-model-repository/view-layout-model-
|
|
|
25
25
|
import DETreeView from './view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs';
|
|
26
26
|
import DEWizardDView from './view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs';
|
|
27
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';
|
|
28
29
|
import DEWFDynaActionView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs';
|
|
29
30
|
import DEWFDynaStartView from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs';
|
|
30
31
|
import DEWFDynaEditView3 from './view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs';
|
|
@@ -74,6 +75,7 @@ function install(callBack) {
|
|
|
74
75
|
callBack("DETREEVIEW9_DEFAULT", DETreeView);
|
|
75
76
|
callBack("DEWIZARDVIEW_DEFAULT", DEWizardDView);
|
|
76
77
|
callBack("DEMPICKUPVIEW_DEFAULT", DEMPickupView);
|
|
78
|
+
callBack("DEMPICKUPVIEW2_DEFAULT", DEMPickupView2);
|
|
77
79
|
callBack("DEWFDYNAACTIONVIEW_DEFAULT", DEWFDynaActionView);
|
|
78
80
|
callBack("DEWFDYNASTARTVIEW_DEFAULT", DEWFDynaStartView);
|
|
79
81
|
callBack("DEWFDYNAEDITVIEW3_DEFAULT", DEWFDynaEditView3);
|
|
@@ -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 DECalendarExpView = {
|
|
|
23
23
|
},
|
|
24
24
|
"dataRegionType": "INHERIT",
|
|
25
25
|
"caption": "\u5BB9\u5668",
|
|
26
|
+
"contentWidth": 600,
|
|
26
27
|
"itemStyle": "DEFAULT",
|
|
27
28
|
"itemType": "CONTAINER",
|
|
28
29
|
"layoutPos": {
|
|
29
|
-
"shrink":
|
|
30
|
-
"layout": "FLEX"
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX",
|
|
32
|
+
"width": 600,
|
|
33
|
+
"widthMode": "PX"
|
|
31
34
|
},
|
|
35
|
+
"width": 600,
|
|
32
36
|
"id": "view_content_left"
|
|
33
37
|
},
|
|
34
38
|
{
|
|
@@ -58,15 +62,14 @@ var DECalendarExpView = {
|
|
|
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",
|
|
@@ -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",
|