@ibiz-template/web-theme 3.7.0 → 3.9.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/dist/index.min.css +1 -1
- package/dist/index.system.min.js +59 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +5 -0
- package/es/publish/app-data-upload-view.d.ts +37 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +32 -0
- package/es/publish/app-index-view-layout-center.d.ts +29 -0
- package/es/publish/app-index-view-layout-no-nav.d.ts +429 -0
- package/es/publish/app-index-view-layout-top-nonav.d.ts +409 -0
- package/es/publish/app-index-view-layout-top.d.ts +436 -0
- package/es/publish/app-index-view-layout.d.ts +399 -0
- package/es/publish/app-login-view.d.ts +228 -0
- package/es/publish/app-start-view-layout.d.ts +82 -0
- package/es/publish/app-welcome-view-layout.d.ts +134 -0
- package/es/publish/control-layout/control-layout-model-repository-calendar-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.d.ts +162 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.d.ts +126 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +99 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +60 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +198 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +168 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +256 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +183 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +153 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.d.ts +29 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +251 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +327 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +151 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +197 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +217 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +270 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +243 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.d.ts +262 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs +2 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +301 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +365 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +316 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +128 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +152 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +129 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.d.ts +29 -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/theme/default-blue/default-blue-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/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs +2 -2
- 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/theme/default-blue/default-blue-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 +1 -1
- package/src/publish/index.ts +3 -0
- package/src/theme/generic/element-plus.scss +6 -3
- package/src/theme/theme/default-blue/default-blue-theme.scss +23 -0
- package/src/theme/theme/default-dark/default-dark-theme.scss +20 -0
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
32
|
+
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
34
|
+
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
36
|
+
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
38
|
+
panelItems: {
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
};
|
|
46
|
+
showCaption: boolean;
|
|
47
|
+
id: string;
|
|
48
|
+
}[];
|
|
49
|
+
layout: {
|
|
50
|
+
align: string;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
heightMode: string;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
id: string;
|
|
63
|
+
}[];
|
|
64
|
+
layout: {
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
predefinedType: string;
|
|
79
|
+
layout: {
|
|
80
|
+
align: string;
|
|
81
|
+
dir: string;
|
|
82
|
+
layout: string;
|
|
83
|
+
valign: string;
|
|
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
|
+
predefinedType: string;
|
|
96
|
+
layout: {
|
|
97
|
+
layout: string;
|
|
98
|
+
dir?: undefined;
|
|
99
|
+
valign?: undefined;
|
|
100
|
+
};
|
|
101
|
+
dataRegionType: string;
|
|
102
|
+
caption: string;
|
|
103
|
+
itemStyle: string;
|
|
104
|
+
itemType: string;
|
|
105
|
+
layoutPos: {
|
|
106
|
+
shrink: number;
|
|
107
|
+
layout: string;
|
|
108
|
+
grow?: undefined;
|
|
109
|
+
};
|
|
110
|
+
showCaption: boolean;
|
|
111
|
+
id: string;
|
|
112
|
+
rawItem?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
actionGroupExtractMode: string;
|
|
115
|
+
panelItems: ({
|
|
116
|
+
actionGroupExtractMode: string;
|
|
117
|
+
panelItems: {
|
|
118
|
+
caption: string;
|
|
119
|
+
itemStyle: string;
|
|
120
|
+
itemType: string;
|
|
121
|
+
layoutPos: {
|
|
122
|
+
shrink: number;
|
|
123
|
+
layout: string;
|
|
124
|
+
};
|
|
125
|
+
showCaption: boolean;
|
|
126
|
+
id: string;
|
|
127
|
+
}[];
|
|
128
|
+
layout: {
|
|
129
|
+
layout: string;
|
|
130
|
+
};
|
|
131
|
+
dataRegionType: string;
|
|
132
|
+
caption: string;
|
|
133
|
+
itemStyle: string;
|
|
134
|
+
itemType: string;
|
|
135
|
+
layoutPos: {
|
|
136
|
+
shrink: number;
|
|
137
|
+
layout: string;
|
|
138
|
+
grow?: undefined;
|
|
139
|
+
};
|
|
140
|
+
id: string;
|
|
141
|
+
predefinedType?: undefined;
|
|
142
|
+
} | {
|
|
143
|
+
actionGroupExtractMode: string;
|
|
144
|
+
panelItems: {
|
|
145
|
+
caption: string;
|
|
146
|
+
itemStyle: string;
|
|
147
|
+
itemType: string;
|
|
148
|
+
layoutPos: {
|
|
149
|
+
grow: number;
|
|
150
|
+
shrink: number;
|
|
151
|
+
layout: string;
|
|
152
|
+
};
|
|
153
|
+
showCaption: boolean;
|
|
154
|
+
id: string;
|
|
155
|
+
}[];
|
|
156
|
+
predefinedType: string;
|
|
157
|
+
layout: {
|
|
158
|
+
layout: string;
|
|
159
|
+
};
|
|
160
|
+
dataRegionType: string;
|
|
161
|
+
caption: string;
|
|
162
|
+
itemStyle: string;
|
|
163
|
+
itemType: string;
|
|
164
|
+
layoutPos: {
|
|
165
|
+
grow: number;
|
|
166
|
+
shrink: number;
|
|
167
|
+
layout: string;
|
|
168
|
+
};
|
|
169
|
+
id: string;
|
|
170
|
+
})[];
|
|
171
|
+
layout: {
|
|
172
|
+
dir: string;
|
|
173
|
+
layout: string;
|
|
174
|
+
valign?: undefined;
|
|
175
|
+
};
|
|
176
|
+
dataRegionType: string;
|
|
177
|
+
caption: string;
|
|
178
|
+
itemStyle: string;
|
|
179
|
+
itemType: string;
|
|
180
|
+
layoutPos: {
|
|
181
|
+
grow: number;
|
|
182
|
+
shrink: number;
|
|
183
|
+
layout: string;
|
|
184
|
+
};
|
|
185
|
+
id: string;
|
|
186
|
+
rawItem?: undefined;
|
|
187
|
+
showCaption?: undefined;
|
|
188
|
+
predefinedType?: undefined;
|
|
189
|
+
} | {
|
|
190
|
+
actionGroupExtractMode: string;
|
|
191
|
+
panelItems: {
|
|
192
|
+
actionType: string;
|
|
193
|
+
buttonStyle: string;
|
|
194
|
+
buttonType: string;
|
|
195
|
+
uiactionId: string;
|
|
196
|
+
renderMode: string;
|
|
197
|
+
tooltip: string;
|
|
198
|
+
caption: string;
|
|
199
|
+
itemStyle: string;
|
|
200
|
+
itemType: string;
|
|
201
|
+
layoutPos: {
|
|
202
|
+
shrink: number;
|
|
203
|
+
layout: string;
|
|
204
|
+
};
|
|
205
|
+
showCaption: boolean;
|
|
206
|
+
id: string;
|
|
207
|
+
}[];
|
|
208
|
+
layout: {
|
|
209
|
+
dir: string;
|
|
210
|
+
layout: string;
|
|
211
|
+
valign: string;
|
|
212
|
+
};
|
|
213
|
+
dataRegionType: string;
|
|
214
|
+
caption: string;
|
|
215
|
+
itemStyle: string;
|
|
216
|
+
itemType: string;
|
|
217
|
+
layoutPos: {
|
|
218
|
+
shrink: number;
|
|
219
|
+
layout: string;
|
|
220
|
+
grow?: undefined;
|
|
221
|
+
};
|
|
222
|
+
id: string;
|
|
223
|
+
rawItem?: undefined;
|
|
224
|
+
showCaption?: undefined;
|
|
225
|
+
predefinedType?: undefined;
|
|
226
|
+
})[];
|
|
227
|
+
layoutPanel: boolean;
|
|
228
|
+
codeName: string;
|
|
229
|
+
controlType: string;
|
|
230
|
+
logicName: string;
|
|
231
|
+
appDataEntityId: string;
|
|
232
|
+
controlParam: {};
|
|
233
|
+
modelId: string;
|
|
234
|
+
modelType: string;
|
|
235
|
+
name: string;
|
|
236
|
+
id: string;
|
|
237
|
+
};
|
|
238
|
+
export default _default;
|
|
@@ -0,0 +1,194 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
32
|
+
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
34
|
+
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
36
|
+
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
38
|
+
panelItems: {
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
};
|
|
46
|
+
showCaption: boolean;
|
|
47
|
+
id: string;
|
|
48
|
+
}[];
|
|
49
|
+
layout: {
|
|
50
|
+
align: string;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
heightMode: string;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
id: string;
|
|
63
|
+
}[];
|
|
64
|
+
layout: {
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
predefinedType: string;
|
|
79
|
+
layout: {
|
|
80
|
+
align: string;
|
|
81
|
+
dir: string;
|
|
82
|
+
layout: string;
|
|
83
|
+
valign: string;
|
|
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
|
+
predefinedType: string;
|
|
96
|
+
layout: {
|
|
97
|
+
layout: string;
|
|
98
|
+
dir?: undefined;
|
|
99
|
+
valign?: undefined;
|
|
100
|
+
};
|
|
101
|
+
dataRegionType: string;
|
|
102
|
+
caption: string;
|
|
103
|
+
itemStyle: string;
|
|
104
|
+
itemType: string;
|
|
105
|
+
layoutPos: {
|
|
106
|
+
shrink: number;
|
|
107
|
+
layout: string;
|
|
108
|
+
grow?: undefined;
|
|
109
|
+
};
|
|
110
|
+
showCaption: boolean;
|
|
111
|
+
id: string;
|
|
112
|
+
rawItem?: undefined;
|
|
113
|
+
} | {
|
|
114
|
+
actionGroupExtractMode: string;
|
|
115
|
+
panelItems: {
|
|
116
|
+
caption: string;
|
|
117
|
+
itemStyle: string;
|
|
118
|
+
itemType: string;
|
|
119
|
+
layoutPos: {
|
|
120
|
+
grow: number;
|
|
121
|
+
shrink: number;
|
|
122
|
+
layout: string;
|
|
123
|
+
};
|
|
124
|
+
showCaption: boolean;
|
|
125
|
+
id: string;
|
|
126
|
+
}[];
|
|
127
|
+
predefinedType: string;
|
|
128
|
+
layout: {
|
|
129
|
+
layout: string;
|
|
130
|
+
dir?: undefined;
|
|
131
|
+
valign?: undefined;
|
|
132
|
+
};
|
|
133
|
+
dataRegionType: string;
|
|
134
|
+
caption: string;
|
|
135
|
+
itemStyle: string;
|
|
136
|
+
itemType: string;
|
|
137
|
+
layoutPos: {
|
|
138
|
+
grow: number;
|
|
139
|
+
shrink: number;
|
|
140
|
+
layout: string;
|
|
141
|
+
};
|
|
142
|
+
id: string;
|
|
143
|
+
rawItem?: undefined;
|
|
144
|
+
showCaption?: undefined;
|
|
145
|
+
} | {
|
|
146
|
+
actionGroupExtractMode: string;
|
|
147
|
+
panelItems: {
|
|
148
|
+
actionType: string;
|
|
149
|
+
buttonStyle: string;
|
|
150
|
+
buttonType: string;
|
|
151
|
+
uiactionId: string;
|
|
152
|
+
renderMode: string;
|
|
153
|
+
tooltip: string;
|
|
154
|
+
caption: string;
|
|
155
|
+
itemStyle: string;
|
|
156
|
+
itemType: string;
|
|
157
|
+
layoutPos: {
|
|
158
|
+
shrink: number;
|
|
159
|
+
layout: string;
|
|
160
|
+
};
|
|
161
|
+
showCaption: boolean;
|
|
162
|
+
id: string;
|
|
163
|
+
}[];
|
|
164
|
+
layout: {
|
|
165
|
+
dir: string;
|
|
166
|
+
layout: string;
|
|
167
|
+
valign: string;
|
|
168
|
+
};
|
|
169
|
+
dataRegionType: string;
|
|
170
|
+
caption: string;
|
|
171
|
+
itemStyle: string;
|
|
172
|
+
itemType: string;
|
|
173
|
+
layoutPos: {
|
|
174
|
+
shrink: number;
|
|
175
|
+
layout: string;
|
|
176
|
+
grow?: undefined;
|
|
177
|
+
};
|
|
178
|
+
id: string;
|
|
179
|
+
rawItem?: undefined;
|
|
180
|
+
showCaption?: undefined;
|
|
181
|
+
predefinedType?: undefined;
|
|
182
|
+
})[];
|
|
183
|
+
layoutPanel: boolean;
|
|
184
|
+
codeName: string;
|
|
185
|
+
controlType: string;
|
|
186
|
+
logicName: string;
|
|
187
|
+
appDataEntityId: string;
|
|
188
|
+
controlParam: {};
|
|
189
|
+
modelId: string;
|
|
190
|
+
modelType: string;
|
|
191
|
+
name: string;
|
|
192
|
+
id: string;
|
|
193
|
+
};
|
|
194
|
+
export default _default;
|
|
@@ -0,0 +1,197 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
32
|
+
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
34
|
+
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
36
|
+
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
38
|
+
panelItems: {
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
};
|
|
46
|
+
showCaption: boolean;
|
|
47
|
+
id: string;
|
|
48
|
+
}[];
|
|
49
|
+
layout: {
|
|
50
|
+
align: string;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
heightMode: string;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
id: string;
|
|
63
|
+
}[];
|
|
64
|
+
layout: {
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
predefinedType: string;
|
|
79
|
+
layout: {
|
|
80
|
+
align: string;
|
|
81
|
+
dir: string;
|
|
82
|
+
layout: string;
|
|
83
|
+
valign: string;
|
|
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
|
+
predefinedType: string;
|
|
96
|
+
layout: {
|
|
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
|
+
grow?: undefined;
|
|
107
|
+
};
|
|
108
|
+
showCaption: boolean;
|
|
109
|
+
id: string;
|
|
110
|
+
rawItem?: undefined;
|
|
111
|
+
} | {
|
|
112
|
+
actionGroupExtractMode: string;
|
|
113
|
+
panelItems: {
|
|
114
|
+
actionGroupExtractMode: string;
|
|
115
|
+
panelItems: {
|
|
116
|
+
caption: string;
|
|
117
|
+
itemStyle: string;
|
|
118
|
+
itemType: string;
|
|
119
|
+
layoutPos: {
|
|
120
|
+
shrink: number;
|
|
121
|
+
layout: string;
|
|
122
|
+
};
|
|
123
|
+
showCaption: boolean;
|
|
124
|
+
id: string;
|
|
125
|
+
}[];
|
|
126
|
+
layout: {
|
|
127
|
+
dir: string;
|
|
128
|
+
layout: string;
|
|
129
|
+
};
|
|
130
|
+
dataRegionType: string;
|
|
131
|
+
itemStyle: string;
|
|
132
|
+
itemType: string;
|
|
133
|
+
layoutPos: {
|
|
134
|
+
shrink: number;
|
|
135
|
+
layout: string;
|
|
136
|
+
};
|
|
137
|
+
id: string;
|
|
138
|
+
}[];
|
|
139
|
+
predefinedType: string;
|
|
140
|
+
layout: {
|
|
141
|
+
layout: string;
|
|
142
|
+
};
|
|
143
|
+
dataRegionType: string;
|
|
144
|
+
caption: string;
|
|
145
|
+
itemStyle: string;
|
|
146
|
+
itemType: string;
|
|
147
|
+
layoutPos: {
|
|
148
|
+
shrink: number;
|
|
149
|
+
layout: string;
|
|
150
|
+
grow?: undefined;
|
|
151
|
+
};
|
|
152
|
+
showCaption: boolean;
|
|
153
|
+
id: string;
|
|
154
|
+
rawItem?: undefined;
|
|
155
|
+
} | {
|
|
156
|
+
actionGroupExtractMode: string;
|
|
157
|
+
panelItems: {
|
|
158
|
+
caption: string;
|
|
159
|
+
itemStyle: string;
|
|
160
|
+
itemType: string;
|
|
161
|
+
layoutPos: {
|
|
162
|
+
grow: number;
|
|
163
|
+
shrink: number;
|
|
164
|
+
layout: string;
|
|
165
|
+
};
|
|
166
|
+
showCaption: boolean;
|
|
167
|
+
id: string;
|
|
168
|
+
}[];
|
|
169
|
+
predefinedType: string;
|
|
170
|
+
layout: {
|
|
171
|
+
layout: string;
|
|
172
|
+
};
|
|
173
|
+
dataRegionType: string;
|
|
174
|
+
caption: string;
|
|
175
|
+
itemStyle: string;
|
|
176
|
+
itemType: string;
|
|
177
|
+
layoutPos: {
|
|
178
|
+
grow: number;
|
|
179
|
+
shrink: number;
|
|
180
|
+
layout: string;
|
|
181
|
+
};
|
|
182
|
+
id: string;
|
|
183
|
+
rawItem?: undefined;
|
|
184
|
+
showCaption?: undefined;
|
|
185
|
+
})[];
|
|
186
|
+
layoutPanel: boolean;
|
|
187
|
+
codeName: string;
|
|
188
|
+
controlType: string;
|
|
189
|
+
logicName: string;
|
|
190
|
+
appDataEntityId: string;
|
|
191
|
+
controlParam: {};
|
|
192
|
+
modelId: string;
|
|
193
|
+
modelType: string;
|
|
194
|
+
name: string;
|
|
195
|
+
id: string;
|
|
196
|
+
};
|
|
197
|
+
export default _default;
|