@ibiz-template/web-theme 0.0.1 → 0.1.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 +260 -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/index.d.ts +2 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +27 -0
- package/es/publish/app-index-view-layout-center.d.ts +24 -0
- package/es/publish/app-index-view-layout-top.d.ts +164 -0
- package/es/publish/app-index-view-layout-top.mjs +3 -1
- package/es/publish/app-index-view-layout.d.ts +160 -0
- package/es/publish/app-index-view-layout.mjs +29 -48
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +179 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +140 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +178 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +154 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +211 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +143 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +227 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +23 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +7 -8
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +43 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +272 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +16 -15
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +87 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +88 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +7 -8
- 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/default-theme.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 +3 -1
- package/lib/publish/app-index-view-layout.cjs +29 -48
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +183 -0
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +182 -0
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +231 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +30 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +7 -8
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +16 -15
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +7 -8
- 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/default-theme.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 +10 -8
package/es/index.d.ts
ADDED
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
rawItem: {
|
|
5
|
+
predefinedType: string;
|
|
6
|
+
id: string;
|
|
7
|
+
};
|
|
8
|
+
caption: string;
|
|
9
|
+
itemStyle: string;
|
|
10
|
+
itemType: string;
|
|
11
|
+
layoutPos: {
|
|
12
|
+
shrink: number;
|
|
13
|
+
heightMode: string;
|
|
14
|
+
layout: string;
|
|
15
|
+
};
|
|
16
|
+
showCaption: boolean;
|
|
17
|
+
id: string;
|
|
18
|
+
}[];
|
|
19
|
+
layoutPanel: boolean;
|
|
20
|
+
codeName: string;
|
|
21
|
+
controlType: string;
|
|
22
|
+
logicName: string;
|
|
23
|
+
controlParam: {};
|
|
24
|
+
name: string;
|
|
25
|
+
id: string;
|
|
26
|
+
};
|
|
27
|
+
export default _default;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
caption: string;
|
|
5
|
+
itemStyle: string;
|
|
6
|
+
itemType: string;
|
|
7
|
+
layoutPos: {
|
|
8
|
+
shrink: number;
|
|
9
|
+
heightMode: string;
|
|
10
|
+
layout: string;
|
|
11
|
+
widthMode: string;
|
|
12
|
+
};
|
|
13
|
+
showCaption: boolean;
|
|
14
|
+
id: string;
|
|
15
|
+
}[];
|
|
16
|
+
layoutPanel: boolean;
|
|
17
|
+
codeName: string;
|
|
18
|
+
controlType: string;
|
|
19
|
+
logicName: string;
|
|
20
|
+
controlParam: {};
|
|
21
|
+
name: string;
|
|
22
|
+
id: string;
|
|
23
|
+
};
|
|
24
|
+
export default _default;
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
predefinedType: string;
|
|
9
|
+
id: string;
|
|
10
|
+
};
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
grow?: undefined;
|
|
18
|
+
};
|
|
19
|
+
showCaption: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
} | {
|
|
22
|
+
rawItem: {
|
|
23
|
+
predefinedType: string;
|
|
24
|
+
id: string;
|
|
25
|
+
};
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
grow: number;
|
|
31
|
+
shrink: number;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
showCaption: boolean;
|
|
35
|
+
id: string;
|
|
36
|
+
})[];
|
|
37
|
+
predefinedType: string;
|
|
38
|
+
layout: {
|
|
39
|
+
layout: string;
|
|
40
|
+
};
|
|
41
|
+
dataRegionType: string;
|
|
42
|
+
caption: string;
|
|
43
|
+
contentHeight: number;
|
|
44
|
+
itemStyle: string;
|
|
45
|
+
itemType: string;
|
|
46
|
+
layoutPos: {
|
|
47
|
+
layoutPos: string;
|
|
48
|
+
height: number;
|
|
49
|
+
heightMode: string;
|
|
50
|
+
layout: string;
|
|
51
|
+
};
|
|
52
|
+
id: string;
|
|
53
|
+
}[];
|
|
54
|
+
predefinedType: string;
|
|
55
|
+
layout: {
|
|
56
|
+
layout: string;
|
|
57
|
+
};
|
|
58
|
+
dataRegionType: string;
|
|
59
|
+
caption: string;
|
|
60
|
+
contentWidth: number;
|
|
61
|
+
itemStyle: string;
|
|
62
|
+
itemType: string;
|
|
63
|
+
layoutPos: {
|
|
64
|
+
layoutPos: string;
|
|
65
|
+
layout: string;
|
|
66
|
+
width: number;
|
|
67
|
+
widthMode: string;
|
|
68
|
+
height?: undefined;
|
|
69
|
+
heightMode?: undefined;
|
|
70
|
+
};
|
|
71
|
+
showCaption: boolean;
|
|
72
|
+
id: string;
|
|
73
|
+
contentHeight?: undefined;
|
|
74
|
+
height?: undefined;
|
|
75
|
+
} | {
|
|
76
|
+
panelItems: {
|
|
77
|
+
panelItems: ({
|
|
78
|
+
rawItem: {
|
|
79
|
+
predefinedType: string;
|
|
80
|
+
id: string;
|
|
81
|
+
};
|
|
82
|
+
caption: string;
|
|
83
|
+
itemStyle: string;
|
|
84
|
+
itemType: string;
|
|
85
|
+
layoutPos: {
|
|
86
|
+
shrink: number;
|
|
87
|
+
layout: string;
|
|
88
|
+
};
|
|
89
|
+
showCaption: boolean;
|
|
90
|
+
id: string;
|
|
91
|
+
} | {
|
|
92
|
+
caption: string;
|
|
93
|
+
itemStyle: string;
|
|
94
|
+
itemType: string;
|
|
95
|
+
layoutPos: {
|
|
96
|
+
shrink: number;
|
|
97
|
+
layout: string;
|
|
98
|
+
};
|
|
99
|
+
showCaption: boolean;
|
|
100
|
+
id: string;
|
|
101
|
+
rawItem?: undefined;
|
|
102
|
+
})[];
|
|
103
|
+
predefinedType: string;
|
|
104
|
+
layout: {
|
|
105
|
+
align: string;
|
|
106
|
+
dir: string;
|
|
107
|
+
layout: string;
|
|
108
|
+
};
|
|
109
|
+
dataRegionType: string;
|
|
110
|
+
caption: string;
|
|
111
|
+
itemStyle: string;
|
|
112
|
+
itemType: string;
|
|
113
|
+
layoutPos: {
|
|
114
|
+
layoutPos: string;
|
|
115
|
+
heightMode: string;
|
|
116
|
+
layout: string;
|
|
117
|
+
};
|
|
118
|
+
id: string;
|
|
119
|
+
}[];
|
|
120
|
+
predefinedType: string;
|
|
121
|
+
layout: {
|
|
122
|
+
layout: string;
|
|
123
|
+
};
|
|
124
|
+
dataRegionType: string;
|
|
125
|
+
caption: string;
|
|
126
|
+
contentHeight: number;
|
|
127
|
+
height: number;
|
|
128
|
+
itemStyle: string;
|
|
129
|
+
itemType: string;
|
|
130
|
+
layoutPos: {
|
|
131
|
+
layoutPos: string;
|
|
132
|
+
height: number;
|
|
133
|
+
heightMode: string;
|
|
134
|
+
layout: string;
|
|
135
|
+
width?: undefined;
|
|
136
|
+
widthMode?: undefined;
|
|
137
|
+
};
|
|
138
|
+
showCaption: boolean;
|
|
139
|
+
id: string;
|
|
140
|
+
contentWidth?: undefined;
|
|
141
|
+
})[];
|
|
142
|
+
predefinedType: string;
|
|
143
|
+
layout: {
|
|
144
|
+
layout: string;
|
|
145
|
+
};
|
|
146
|
+
dataRegionType: string;
|
|
147
|
+
caption: string;
|
|
148
|
+
itemStyle: string;
|
|
149
|
+
itemType: string;
|
|
150
|
+
layoutPos: {
|
|
151
|
+
shrink: number;
|
|
152
|
+
layout: string;
|
|
153
|
+
};
|
|
154
|
+
id: string;
|
|
155
|
+
}[];
|
|
156
|
+
layoutPanel: boolean;
|
|
157
|
+
codeName: string;
|
|
158
|
+
controlType: string;
|
|
159
|
+
logicName: string;
|
|
160
|
+
controlParam: {};
|
|
161
|
+
name: string;
|
|
162
|
+
id: string;
|
|
163
|
+
};
|
|
164
|
+
export default _default;
|
|
@@ -39,6 +39,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
39
39
|
"id": "nav_pos_index"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
+
"predefinedType": "APP_CONTENT",
|
|
42
43
|
"layout": {
|
|
43
44
|
"layout": "FLEX"
|
|
44
45
|
},
|
|
@@ -53,7 +54,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
53
54
|
"heightMode": "PERCENTAGE",
|
|
54
55
|
"layout": "BORDER"
|
|
55
56
|
},
|
|
56
|
-
"id": "
|
|
57
|
+
"id": "app_content"
|
|
57
58
|
}
|
|
58
59
|
],
|
|
59
60
|
"predefinedType": "CONTAINER_SCROLL_MAIN",
|
|
@@ -132,6 +133,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
132
133
|
"itemType": "CONTAINER",
|
|
133
134
|
"layoutPos": {
|
|
134
135
|
"layoutPos": "CENTER",
|
|
136
|
+
"heightMode": "FULL",
|
|
135
137
|
"layout": "BORDER"
|
|
136
138
|
},
|
|
137
139
|
"id": "app_header"
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: {
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
predefinedType: string;
|
|
9
|
+
id: string;
|
|
10
|
+
};
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
grow?: undefined;
|
|
18
|
+
};
|
|
19
|
+
showCaption: boolean;
|
|
20
|
+
id: string;
|
|
21
|
+
} | {
|
|
22
|
+
rawItem: {
|
|
23
|
+
predefinedType: string;
|
|
24
|
+
id: string;
|
|
25
|
+
};
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
grow: number;
|
|
31
|
+
shrink: number;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
showCaption: boolean;
|
|
35
|
+
id: string;
|
|
36
|
+
})[];
|
|
37
|
+
layout: {
|
|
38
|
+
layout: string;
|
|
39
|
+
};
|
|
40
|
+
dataRegionType: string;
|
|
41
|
+
caption: string;
|
|
42
|
+
contentHeight: number;
|
|
43
|
+
itemStyle: string;
|
|
44
|
+
itemType: string;
|
|
45
|
+
layoutPos: {
|
|
46
|
+
layoutPos: string;
|
|
47
|
+
height: number;
|
|
48
|
+
heightMode: string;
|
|
49
|
+
layout: string;
|
|
50
|
+
};
|
|
51
|
+
id: string;
|
|
52
|
+
}[];
|
|
53
|
+
predefinedType: string;
|
|
54
|
+
layout: {
|
|
55
|
+
layout: string;
|
|
56
|
+
};
|
|
57
|
+
dataRegionType: string;
|
|
58
|
+
caption: string;
|
|
59
|
+
contentWidth: number;
|
|
60
|
+
itemStyle: string;
|
|
61
|
+
itemType: string;
|
|
62
|
+
layoutPos: {
|
|
63
|
+
layoutPos: string;
|
|
64
|
+
layout: string;
|
|
65
|
+
width: number;
|
|
66
|
+
widthMode: string;
|
|
67
|
+
};
|
|
68
|
+
showCaption: boolean;
|
|
69
|
+
id: string;
|
|
70
|
+
width?: undefined;
|
|
71
|
+
} | {
|
|
72
|
+
panelItems: {
|
|
73
|
+
panelItems: ({
|
|
74
|
+
rawItem: {
|
|
75
|
+
predefinedType: string;
|
|
76
|
+
id: string;
|
|
77
|
+
};
|
|
78
|
+
caption: string;
|
|
79
|
+
itemStyle: string;
|
|
80
|
+
itemType: string;
|
|
81
|
+
layoutPos: {
|
|
82
|
+
shrink: number;
|
|
83
|
+
layout: string;
|
|
84
|
+
widthMode: string;
|
|
85
|
+
grow?: undefined;
|
|
86
|
+
};
|
|
87
|
+
showCaption: boolean;
|
|
88
|
+
id: string;
|
|
89
|
+
} | {
|
|
90
|
+
caption: string;
|
|
91
|
+
itemStyle: string;
|
|
92
|
+
itemType: string;
|
|
93
|
+
layoutPos: {
|
|
94
|
+
grow: number;
|
|
95
|
+
shrink: number;
|
|
96
|
+
layout: string;
|
|
97
|
+
widthMode: string;
|
|
98
|
+
};
|
|
99
|
+
showCaption: boolean;
|
|
100
|
+
id: string;
|
|
101
|
+
rawItem?: undefined;
|
|
102
|
+
})[];
|
|
103
|
+
predefinedType: string;
|
|
104
|
+
layout: {
|
|
105
|
+
dir: string;
|
|
106
|
+
layout: string;
|
|
107
|
+
};
|
|
108
|
+
dataRegionType: string;
|
|
109
|
+
caption: string;
|
|
110
|
+
itemStyle: string;
|
|
111
|
+
itemType: string;
|
|
112
|
+
layoutPos: {
|
|
113
|
+
layoutPos: string;
|
|
114
|
+
heightMode: string;
|
|
115
|
+
layout: string;
|
|
116
|
+
};
|
|
117
|
+
id: string;
|
|
118
|
+
}[];
|
|
119
|
+
predefinedType: string;
|
|
120
|
+
layout: {
|
|
121
|
+
layout: string;
|
|
122
|
+
};
|
|
123
|
+
dataRegionType: string;
|
|
124
|
+
caption: string;
|
|
125
|
+
contentWidth: number;
|
|
126
|
+
itemStyle: string;
|
|
127
|
+
itemType: string;
|
|
128
|
+
layoutPos: {
|
|
129
|
+
layoutPos: string;
|
|
130
|
+
layout: string;
|
|
131
|
+
width: number;
|
|
132
|
+
widthMode: string;
|
|
133
|
+
};
|
|
134
|
+
width: number;
|
|
135
|
+
showCaption: boolean;
|
|
136
|
+
id: string;
|
|
137
|
+
})[];
|
|
138
|
+
predefinedType: string;
|
|
139
|
+
layout: {
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
dataRegionType: string;
|
|
143
|
+
caption: string;
|
|
144
|
+
itemStyle: string;
|
|
145
|
+
itemType: string;
|
|
146
|
+
layoutPos: {
|
|
147
|
+
shrink: number;
|
|
148
|
+
layout: string;
|
|
149
|
+
};
|
|
150
|
+
id: string;
|
|
151
|
+
}[];
|
|
152
|
+
layoutPanel: boolean;
|
|
153
|
+
codeName: string;
|
|
154
|
+
controlType: string;
|
|
155
|
+
logicName: string;
|
|
156
|
+
controlParam: {};
|
|
157
|
+
name: string;
|
|
158
|
+
id: string;
|
|
159
|
+
};
|
|
160
|
+
export default _default;
|
|
@@ -74,40 +74,6 @@ var AppIndexViewLayout = {
|
|
|
74
74
|
"showCaption": true,
|
|
75
75
|
"id": "container_scroll_main"
|
|
76
76
|
},
|
|
77
|
-
{
|
|
78
|
-
"panelItems": [
|
|
79
|
-
{
|
|
80
|
-
"caption": "\u9996\u9875\u83DC\u5355",
|
|
81
|
-
"itemStyle": "DEFAULT",
|
|
82
|
-
"itemType": "CTRLPOS",
|
|
83
|
-
"layoutPos": {
|
|
84
|
-
"layoutPos": "CENTER",
|
|
85
|
-
"heightMode": "FULL",
|
|
86
|
-
"layout": "BORDER"
|
|
87
|
-
},
|
|
88
|
-
"showCaption": true,
|
|
89
|
-
"id": "appmenu"
|
|
90
|
-
}
|
|
91
|
-
],
|
|
92
|
-
"predefinedType": "CONTAINER_SCROLL_LEFT",
|
|
93
|
-
"layout": {
|
|
94
|
-
"layout": "BORDER"
|
|
95
|
-
},
|
|
96
|
-
"dataRegionType": "INHERIT",
|
|
97
|
-
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
98
|
-
"contentWidth": 240,
|
|
99
|
-
"itemStyle": "DEFAULT",
|
|
100
|
-
"itemType": "CONTAINER",
|
|
101
|
-
"layoutPos": {
|
|
102
|
-
"layoutPos": "WEST",
|
|
103
|
-
"layout": "BORDER",
|
|
104
|
-
"width": 240,
|
|
105
|
-
"widthMode": "PX"
|
|
106
|
-
},
|
|
107
|
-
"width": 240,
|
|
108
|
-
"showCaption": true,
|
|
109
|
-
"id": "container_scroll_left"
|
|
110
|
-
},
|
|
111
77
|
{
|
|
112
78
|
"panelItems": [
|
|
113
79
|
{
|
|
@@ -121,8 +87,9 @@ var AppIndexViewLayout = {
|
|
|
121
87
|
"itemStyle": "DEFAULT",
|
|
122
88
|
"itemType": "RAWITEM",
|
|
123
89
|
"layoutPos": {
|
|
124
|
-
"shrink":
|
|
125
|
-
"layout": "FLEX"
|
|
90
|
+
"shrink": 0,
|
|
91
|
+
"layout": "FLEX",
|
|
92
|
+
"widthMode": "FULL"
|
|
126
93
|
},
|
|
127
94
|
"showCaption": true,
|
|
128
95
|
"id": "app_apptitle"
|
|
@@ -136,17 +103,30 @@ var AppIndexViewLayout = {
|
|
|
136
103
|
"itemStyle": "DEFAULT",
|
|
137
104
|
"itemType": "RAWITEM",
|
|
138
105
|
"layoutPos": {
|
|
139
|
-
"shrink":
|
|
140
|
-
"layout": "FLEX"
|
|
106
|
+
"shrink": 0,
|
|
107
|
+
"layout": "FLEX",
|
|
108
|
+
"widthMode": "FULL"
|
|
141
109
|
},
|
|
142
110
|
"showCaption": true,
|
|
143
111
|
"id": "auth_userinfo"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"caption": "\u9996\u9875\u83DC\u5355",
|
|
115
|
+
"itemStyle": "DEFAULT",
|
|
116
|
+
"itemType": "CTRLPOS",
|
|
117
|
+
"layoutPos": {
|
|
118
|
+
"grow": 1,
|
|
119
|
+
"shrink": 1,
|
|
120
|
+
"layout": "FLEX",
|
|
121
|
+
"widthMode": "FULL"
|
|
122
|
+
},
|
|
123
|
+
"showCaption": true,
|
|
124
|
+
"id": "appmenu"
|
|
144
125
|
}
|
|
145
126
|
],
|
|
146
127
|
"predefinedType": "AppHeader",
|
|
147
128
|
"layout": {
|
|
148
|
-
"
|
|
149
|
-
"dir": "row",
|
|
129
|
+
"dir": "column",
|
|
150
130
|
"layout": "FLEX"
|
|
151
131
|
},
|
|
152
132
|
"dataRegionType": "INHERIT",
|
|
@@ -155,29 +135,30 @@ var AppIndexViewLayout = {
|
|
|
155
135
|
"itemType": "CONTAINER",
|
|
156
136
|
"layoutPos": {
|
|
157
137
|
"layoutPos": "CENTER",
|
|
138
|
+
"heightMode": "FULL",
|
|
158
139
|
"layout": "BORDER"
|
|
159
140
|
},
|
|
160
141
|
"id": "app_header"
|
|
161
142
|
}
|
|
162
143
|
],
|
|
163
|
-
"predefinedType": "
|
|
144
|
+
"predefinedType": "CONTAINER_SCROLL_LEFT",
|
|
164
145
|
"layout": {
|
|
165
146
|
"layout": "BORDER"
|
|
166
147
|
},
|
|
167
148
|
"dataRegionType": "INHERIT",
|
|
168
149
|
"caption": "\u9762\u677F\u5BB9\u5668",
|
|
169
|
-
"
|
|
170
|
-
"height": 64,
|
|
150
|
+
"contentWidth": 240,
|
|
171
151
|
"itemStyle": "DEFAULT",
|
|
172
152
|
"itemType": "CONTAINER",
|
|
173
153
|
"layoutPos": {
|
|
174
|
-
"layoutPos": "
|
|
175
|
-
"
|
|
176
|
-
"
|
|
177
|
-
"
|
|
154
|
+
"layoutPos": "WEST",
|
|
155
|
+
"layout": "BORDER",
|
|
156
|
+
"width": 240,
|
|
157
|
+
"widthMode": "PX"
|
|
178
158
|
},
|
|
159
|
+
"width": 240,
|
|
179
160
|
"showCaption": true,
|
|
180
|
-
"id": "
|
|
161
|
+
"id": "container_scroll_left"
|
|
181
162
|
}
|
|
182
163
|
],
|
|
183
164
|
"predefinedType": "CONTAINER_SCROLL",
|
package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts
ADDED
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: {
|
|
7
|
+
caption: string;
|
|
8
|
+
itemStyle: string;
|
|
9
|
+
itemType: string;
|
|
10
|
+
layoutPos: {
|
|
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
|
+
itemStyle: string;
|
|
23
|
+
itemType: string;
|
|
24
|
+
layoutPos: {
|
|
25
|
+
shrink: number;
|
|
26
|
+
layout: string;
|
|
27
|
+
};
|
|
28
|
+
id: string;
|
|
29
|
+
}[];
|
|
30
|
+
layout: {
|
|
31
|
+
layout: string;
|
|
32
|
+
dir?: undefined;
|
|
33
|
+
};
|
|
34
|
+
dataRegionType: string;
|
|
35
|
+
caption: string;
|
|
36
|
+
itemStyle: string;
|
|
37
|
+
itemType: string;
|
|
38
|
+
layoutPos: {
|
|
39
|
+
shrink: number;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
} | {
|
|
44
|
+
panelItems: ({
|
|
45
|
+
panelItems: {
|
|
46
|
+
caption: string;
|
|
47
|
+
itemStyle: string;
|
|
48
|
+
itemType: string;
|
|
49
|
+
layoutPos: {
|
|
50
|
+
shrink: number;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
showCaption: boolean;
|
|
54
|
+
id: string;
|
|
55
|
+
}[];
|
|
56
|
+
layout: {
|
|
57
|
+
dir: string;
|
|
58
|
+
layout: string;
|
|
59
|
+
};
|
|
60
|
+
dataRegionType: string;
|
|
61
|
+
itemStyle: string;
|
|
62
|
+
itemType: string;
|
|
63
|
+
layoutPos: {
|
|
64
|
+
shrink: number;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
id: string;
|
|
68
|
+
caption?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
panelItems: {
|
|
71
|
+
caption: string;
|
|
72
|
+
itemStyle: string;
|
|
73
|
+
itemType: string;
|
|
74
|
+
layoutPos: {
|
|
75
|
+
shrink: number;
|
|
76
|
+
layout: string;
|
|
77
|
+
};
|
|
78
|
+
showCaption: boolean;
|
|
79
|
+
id: string;
|
|
80
|
+
}[];
|
|
81
|
+
layout: {
|
|
82
|
+
layout: string;
|
|
83
|
+
dir?: undefined;
|
|
84
|
+
};
|
|
85
|
+
dataRegionType: string;
|
|
86
|
+
caption: string;
|
|
87
|
+
itemStyle: string;
|
|
88
|
+
itemType: string;
|
|
89
|
+
layoutPos: {
|
|
90
|
+
shrink: number;
|
|
91
|
+
layout: string;
|
|
92
|
+
};
|
|
93
|
+
id: string;
|
|
94
|
+
})[];
|
|
95
|
+
layout: {
|
|
96
|
+
dir: string;
|
|
97
|
+
layout: string;
|
|
98
|
+
};
|
|
99
|
+
dataRegionType: string;
|
|
100
|
+
caption: string;
|
|
101
|
+
itemStyle: string;
|
|
102
|
+
itemType: string;
|
|
103
|
+
layoutPos: {
|
|
104
|
+
shrink: number;
|
|
105
|
+
layout: string;
|
|
106
|
+
};
|
|
107
|
+
id: string;
|
|
108
|
+
})[];
|
|
109
|
+
predefinedType: string;
|
|
110
|
+
layout: {
|
|
111
|
+
align: string;
|
|
112
|
+
dir: string;
|
|
113
|
+
layout: string;
|
|
114
|
+
valign: string;
|
|
115
|
+
};
|
|
116
|
+
dataRegionType: string;
|
|
117
|
+
caption: string;
|
|
118
|
+
itemStyle: string;
|
|
119
|
+
itemType: string;
|
|
120
|
+
layoutPos: {
|
|
121
|
+
shrink: number;
|
|
122
|
+
layout: string;
|
|
123
|
+
grow?: undefined;
|
|
124
|
+
};
|
|
125
|
+
id: string;
|
|
126
|
+
} | {
|
|
127
|
+
panelItems: {
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
grow: number;
|
|
133
|
+
shrink: number;
|
|
134
|
+
layout: string;
|
|
135
|
+
};
|
|
136
|
+
showCaption: boolean;
|
|
137
|
+
id: string;
|
|
138
|
+
}[];
|
|
139
|
+
predefinedType: string;
|
|
140
|
+
layout: {
|
|
141
|
+
layout: string;
|
|
142
|
+
align?: undefined;
|
|
143
|
+
dir?: undefined;
|
|
144
|
+
valign?: undefined;
|
|
145
|
+
};
|
|
146
|
+
dataRegionType: string;
|
|
147
|
+
caption: string;
|
|
148
|
+
itemStyle: string;
|
|
149
|
+
itemType: string;
|
|
150
|
+
layoutPos: {
|
|
151
|
+
grow: number;
|
|
152
|
+
shrink: number;
|
|
153
|
+
layout: string;
|
|
154
|
+
};
|
|
155
|
+
id: string;
|
|
156
|
+
})[];
|
|
157
|
+
layoutPanel: boolean;
|
|
158
|
+
codeName: string;
|
|
159
|
+
controlType: string;
|
|
160
|
+
logicName: string;
|
|
161
|
+
appDataEntityId: string;
|
|
162
|
+
controlParam: {};
|
|
163
|
+
name: string;
|
|
164
|
+
id: string;
|
|
165
|
+
};
|
|
166
|
+
export default _default;
|