@ibiz-template/web-theme 1.1.13 → 1.1.15
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 +13 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +57 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.mjs +65 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +98 -34
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +125 -45
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +26 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +27 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +28 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +60 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +88 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +52 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +29 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +48 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +49 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.cjs +69 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +125 -45
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +88 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +63 -0
- package/package.json +1 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.ts +62 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +125 -45
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +88 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +63 -0
|
@@ -5,6 +5,27 @@ var DEEdit3View = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -135,6 +156,27 @@ var DEEdit3View = {
|
|
|
135
156
|
"showCaption": true,
|
|
136
157
|
"id": "panelpart"
|
|
137
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"rawItem": {
|
|
161
|
+
"rawItemParams": [
|
|
162
|
+
{
|
|
163
|
+
"key": "POSITION",
|
|
164
|
+
"value": "BODY"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"predefinedType": "VIEWMSG_POS",
|
|
168
|
+
"id": "viewmsg_pos_body"
|
|
169
|
+
},
|
|
170
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
171
|
+
"itemStyle": "DEFAULT",
|
|
172
|
+
"itemType": "RAWITEM",
|
|
173
|
+
"layoutPos": {
|
|
174
|
+
"shrink": 0,
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"showCaption": true,
|
|
178
|
+
"id": "viewmsg_pos_body"
|
|
179
|
+
},
|
|
138
180
|
{
|
|
139
181
|
"panelItems": [
|
|
140
182
|
{
|
|
@@ -245,6 +287,27 @@ var DEEdit3View = {
|
|
|
245
287
|
"layout": "FLEX"
|
|
246
288
|
},
|
|
247
289
|
"id": "view_content"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"rawItem": {
|
|
293
|
+
"rawItemParams": [
|
|
294
|
+
{
|
|
295
|
+
"key": "POSITION",
|
|
296
|
+
"value": "BOTTOM"
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"predefinedType": "VIEWMSG_POS",
|
|
300
|
+
"id": "viewmsg_pos_bottom"
|
|
301
|
+
},
|
|
302
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
303
|
+
"itemStyle": "DEFAULT",
|
|
304
|
+
"itemType": "RAWITEM",
|
|
305
|
+
"layoutPos": {
|
|
306
|
+
"shrink": 0,
|
|
307
|
+
"layout": "FLEX"
|
|
308
|
+
},
|
|
309
|
+
"showCaption": true,
|
|
310
|
+
"id": "viewmsg_pos_bottom"
|
|
248
311
|
}
|
|
249
312
|
],
|
|
250
313
|
"layoutPanel": true,
|
|
@@ -4,6 +4,28 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
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
|
+
};
|
|
22
|
+
showCaption: boolean;
|
|
23
|
+
id: string;
|
|
24
|
+
panelItems?: undefined;
|
|
25
|
+
predefinedType?: undefined;
|
|
26
|
+
layout?: undefined;
|
|
27
|
+
dataRegionType?: undefined;
|
|
28
|
+
} | {
|
|
7
29
|
panelItems: {
|
|
8
30
|
panelItems: {
|
|
9
31
|
panelItems: {
|
|
@@ -78,6 +100,7 @@ declare const _default: {
|
|
|
78
100
|
};
|
|
79
101
|
showCaption: boolean;
|
|
80
102
|
id: string;
|
|
103
|
+
rawItem?: undefined;
|
|
81
104
|
} | {
|
|
82
105
|
panelItems: {
|
|
83
106
|
caption: string;
|
|
@@ -103,8 +126,9 @@ declare const _default: {
|
|
|
103
126
|
layout: string;
|
|
104
127
|
};
|
|
105
128
|
id: string;
|
|
106
|
-
|
|
129
|
+
rawItem?: undefined;
|
|
107
130
|
showCaption?: undefined;
|
|
131
|
+
predefinedType?: undefined;
|
|
108
132
|
} | {
|
|
109
133
|
panelItems: {
|
|
110
134
|
rawItem: {
|
|
@@ -134,8 +158,9 @@ declare const _default: {
|
|
|
134
158
|
layout: string;
|
|
135
159
|
};
|
|
136
160
|
id: string;
|
|
137
|
-
|
|
161
|
+
rawItem?: undefined;
|
|
138
162
|
showCaption?: undefined;
|
|
163
|
+
predefinedType?: undefined;
|
|
139
164
|
})[];
|
|
140
165
|
layoutPanel: boolean;
|
|
141
166
|
codeName: string;
|
|
@@ -5,6 +5,27 @@ var DEEdit4View = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -135,6 +156,27 @@ var DEEdit4View = {
|
|
|
135
156
|
"showCaption": true,
|
|
136
157
|
"id": "panelpart"
|
|
137
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"rawItem": {
|
|
161
|
+
"rawItemParams": [
|
|
162
|
+
{
|
|
163
|
+
"key": "POSITION",
|
|
164
|
+
"value": "BODY"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"predefinedType": "VIEWMSG_POS",
|
|
168
|
+
"id": "viewmsg_pos_body"
|
|
169
|
+
},
|
|
170
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
171
|
+
"itemStyle": "DEFAULT",
|
|
172
|
+
"itemType": "RAWITEM",
|
|
173
|
+
"layoutPos": {
|
|
174
|
+
"shrink": 0,
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"showCaption": true,
|
|
178
|
+
"id": "viewmsg_pos_body"
|
|
179
|
+
},
|
|
138
180
|
{
|
|
139
181
|
"panelItems": [
|
|
140
182
|
{
|
|
@@ -222,6 +264,27 @@ var DEEdit4View = {
|
|
|
222
264
|
"layout": "FLEX"
|
|
223
265
|
},
|
|
224
266
|
"id": "view_nav_pos"
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
"rawItem": {
|
|
270
|
+
"rawItemParams": [
|
|
271
|
+
{
|
|
272
|
+
"key": "POSITION",
|
|
273
|
+
"value": "BOTTOM"
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"predefinedType": "VIEWMSG_POS",
|
|
277
|
+
"id": "viewmsg_pos_bottom"
|
|
278
|
+
},
|
|
279
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
280
|
+
"itemStyle": "DEFAULT",
|
|
281
|
+
"itemType": "RAWITEM",
|
|
282
|
+
"layoutPos": {
|
|
283
|
+
"shrink": 0,
|
|
284
|
+
"layout": "FLEX"
|
|
285
|
+
},
|
|
286
|
+
"showCaption": true,
|
|
287
|
+
"id": "viewmsg_pos_bottom"
|
|
225
288
|
}
|
|
226
289
|
],
|
|
227
290
|
"layoutPanel": true,
|
|
@@ -4,6 +4,29 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
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
|
+
panelItems?: undefined;
|
|
26
|
+
predefinedType?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
} | {
|
|
7
30
|
panelItems: {
|
|
8
31
|
panelItems: {
|
|
9
32
|
panelItems: {
|
|
@@ -79,6 +102,7 @@ declare const _default: {
|
|
|
79
102
|
};
|
|
80
103
|
showCaption: boolean;
|
|
81
104
|
id: string;
|
|
105
|
+
rawItem?: undefined;
|
|
82
106
|
} | {
|
|
83
107
|
panelItems: {
|
|
84
108
|
caption: string;
|
|
@@ -106,6 +130,7 @@ declare const _default: {
|
|
|
106
130
|
layout: string;
|
|
107
131
|
};
|
|
108
132
|
id: string;
|
|
133
|
+
rawItem?: undefined;
|
|
109
134
|
showCaption?: undefined;
|
|
110
135
|
})[];
|
|
111
136
|
layoutPanel: boolean;
|
package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs
CHANGED
|
@@ -5,6 +5,27 @@ var DEEditView = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -135,6 +156,27 @@ var DEEditView = {
|
|
|
135
156
|
"showCaption": true,
|
|
136
157
|
"id": "panelpart"
|
|
137
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"rawItem": {
|
|
161
|
+
"rawItemParams": [
|
|
162
|
+
{
|
|
163
|
+
"key": "POSITION",
|
|
164
|
+
"value": "BODY"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"predefinedType": "VIEWMSG_POS",
|
|
168
|
+
"id": "viewmsg_pos_body"
|
|
169
|
+
},
|
|
170
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
171
|
+
"itemStyle": "DEFAULT",
|
|
172
|
+
"itemType": "RAWITEM",
|
|
173
|
+
"layoutPos": {
|
|
174
|
+
"shrink": 0,
|
|
175
|
+
"layout": "FLEX"
|
|
176
|
+
},
|
|
177
|
+
"showCaption": true,
|
|
178
|
+
"id": "viewmsg_pos_body"
|
|
179
|
+
},
|
|
138
180
|
{
|
|
139
181
|
"panelItems": [
|
|
140
182
|
{
|
|
@@ -164,6 +206,27 @@ var DEEditView = {
|
|
|
164
206
|
"layout": "FLEX"
|
|
165
207
|
},
|
|
166
208
|
"id": "view_content"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"rawItem": {
|
|
212
|
+
"rawItemParams": [
|
|
213
|
+
{
|
|
214
|
+
"key": "POSITION",
|
|
215
|
+
"value": "BOTTOM"
|
|
216
|
+
}
|
|
217
|
+
],
|
|
218
|
+
"predefinedType": "VIEWMSG_POS",
|
|
219
|
+
"id": "viewmsg_pos_bottom"
|
|
220
|
+
},
|
|
221
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
222
|
+
"itemStyle": "DEFAULT",
|
|
223
|
+
"itemType": "RAWITEM",
|
|
224
|
+
"layoutPos": {
|
|
225
|
+
"shrink": 0,
|
|
226
|
+
"layout": "FLEX"
|
|
227
|
+
},
|
|
228
|
+
"showCaption": true,
|
|
229
|
+
"id": "viewmsg_pos_bottom"
|
|
167
230
|
}
|
|
168
231
|
],
|
|
169
232
|
"layoutPanel": true,
|
|
@@ -4,6 +4,29 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
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
|
+
panelItems?: undefined;
|
|
26
|
+
predefinedType?: undefined;
|
|
27
|
+
layout?: undefined;
|
|
28
|
+
dataRegionType?: undefined;
|
|
29
|
+
} | {
|
|
7
30
|
panelItems: {
|
|
8
31
|
panelItems: ({
|
|
9
32
|
panelItems: {
|
|
@@ -122,6 +145,7 @@ declare const _default: {
|
|
|
122
145
|
};
|
|
123
146
|
showCaption: boolean;
|
|
124
147
|
id: string;
|
|
148
|
+
rawItem?: undefined;
|
|
125
149
|
} | {
|
|
126
150
|
panelItems: {
|
|
127
151
|
panelItems: {
|
|
@@ -163,6 +187,7 @@ declare const _default: {
|
|
|
163
187
|
};
|
|
164
188
|
showCaption: boolean;
|
|
165
189
|
id: string;
|
|
190
|
+
rawItem?: undefined;
|
|
166
191
|
} | {
|
|
167
192
|
panelItems: {
|
|
168
193
|
caption: string;
|
|
@@ -190,6 +215,7 @@ declare const _default: {
|
|
|
190
215
|
layout: string;
|
|
191
216
|
};
|
|
192
217
|
id: string;
|
|
218
|
+
rawItem?: undefined;
|
|
193
219
|
showCaption?: undefined;
|
|
194
220
|
})[];
|
|
195
221
|
layoutPanel: boolean;
|
|
@@ -5,6 +5,27 @@ var DEGANTTVIEW = {
|
|
|
5
5
|
"layout": "FLEX"
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"rawItem": {
|
|
10
|
+
"rawItemParams": [
|
|
11
|
+
{
|
|
12
|
+
"key": "POSITION",
|
|
13
|
+
"value": "TOP"
|
|
14
|
+
}
|
|
15
|
+
],
|
|
16
|
+
"predefinedType": "VIEWMSG_POS",
|
|
17
|
+
"id": "viewmsg_pos_top"
|
|
18
|
+
},
|
|
19
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
20
|
+
"itemStyle": "DEFAULT",
|
|
21
|
+
"itemType": "RAWITEM",
|
|
22
|
+
"layoutPos": {
|
|
23
|
+
"shrink": 0,
|
|
24
|
+
"layout": "FLEX"
|
|
25
|
+
},
|
|
26
|
+
"showCaption": true,
|
|
27
|
+
"id": "viewmsg_pos_top"
|
|
28
|
+
},
|
|
8
29
|
{
|
|
9
30
|
"panelItems": [
|
|
10
31
|
{
|
|
@@ -165,6 +186,27 @@ var DEGANTTVIEW = {
|
|
|
165
186
|
"showCaption": true,
|
|
166
187
|
"id": "panelpart"
|
|
167
188
|
},
|
|
189
|
+
{
|
|
190
|
+
"rawItem": {
|
|
191
|
+
"rawItemParams": [
|
|
192
|
+
{
|
|
193
|
+
"key": "POSITION",
|
|
194
|
+
"value": "BODY"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"predefinedType": "VIEWMSG_POS",
|
|
198
|
+
"id": "viewmsg_pos_body"
|
|
199
|
+
},
|
|
200
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
201
|
+
"itemStyle": "DEFAULT",
|
|
202
|
+
"itemType": "RAWITEM",
|
|
203
|
+
"layoutPos": {
|
|
204
|
+
"shrink": 0,
|
|
205
|
+
"layout": "FLEX"
|
|
206
|
+
},
|
|
207
|
+
"showCaption": true,
|
|
208
|
+
"id": "viewmsg_pos_body"
|
|
209
|
+
},
|
|
168
210
|
{
|
|
169
211
|
"panelItems": [
|
|
170
212
|
{
|
|
@@ -239,6 +281,27 @@ var DEGANTTVIEW = {
|
|
|
239
281
|
"layout": "FLEX"
|
|
240
282
|
},
|
|
241
283
|
"id": "view_content"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"rawItem": {
|
|
287
|
+
"rawItemParams": [
|
|
288
|
+
{
|
|
289
|
+
"key": "POSITION",
|
|
290
|
+
"value": "BOTTOM"
|
|
291
|
+
}
|
|
292
|
+
],
|
|
293
|
+
"predefinedType": "VIEWMSG_POS",
|
|
294
|
+
"id": "viewmsg_pos_bottom"
|
|
295
|
+
},
|
|
296
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
297
|
+
"itemStyle": "DEFAULT",
|
|
298
|
+
"itemType": "RAWITEM",
|
|
299
|
+
"layoutPos": {
|
|
300
|
+
"shrink": 0,
|
|
301
|
+
"layout": "FLEX"
|
|
302
|
+
},
|
|
303
|
+
"showCaption": true,
|
|
304
|
+
"id": "viewmsg_pos_bottom"
|
|
242
305
|
}
|
|
243
306
|
],
|
|
244
307
|
"layoutPanel": true,
|
|
@@ -3,53 +3,117 @@ declare const _default: {
|
|
|
3
3
|
layout: {
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
|
-
rootPanelItems: {
|
|
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
|
+
panelItems?: undefined;
|
|
26
|
+
layout?: undefined;
|
|
27
|
+
dataRegionType?: undefined;
|
|
28
|
+
} | {
|
|
7
29
|
panelItems: ({
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
shrink: number;
|
|
15
|
-
layout: string;
|
|
16
|
-
};
|
|
17
|
-
showCaption: boolean;
|
|
30
|
+
rawItem: {
|
|
31
|
+
rawItemParams: {
|
|
32
|
+
key: string;
|
|
33
|
+
value: string;
|
|
34
|
+
}[];
|
|
35
|
+
predefinedType: string;
|
|
18
36
|
id: string;
|
|
19
|
-
}[];
|
|
20
|
-
layout: {
|
|
21
|
-
layout: string;
|
|
22
37
|
};
|
|
23
|
-
dataRegionType: string;
|
|
24
38
|
caption: string;
|
|
25
|
-
contentWidth: number;
|
|
26
39
|
itemStyle: string;
|
|
27
40
|
itemType: string;
|
|
28
41
|
layoutPos: {
|
|
29
42
|
shrink: number;
|
|
30
43
|
layout: string;
|
|
31
|
-
|
|
32
|
-
widthMode: string;
|
|
44
|
+
grow?: undefined;
|
|
33
45
|
};
|
|
34
|
-
|
|
46
|
+
showCaption: boolean;
|
|
35
47
|
id: string;
|
|
48
|
+
panelItems?: undefined;
|
|
49
|
+
predefinedType?: undefined;
|
|
50
|
+
layout?: undefined;
|
|
51
|
+
dataRegionType?: undefined;
|
|
36
52
|
} | {
|
|
37
|
-
panelItems: {
|
|
38
|
-
|
|
39
|
-
|
|
53
|
+
panelItems: ({
|
|
54
|
+
panelItems: {
|
|
55
|
+
caption: string;
|
|
56
|
+
itemStyle: string;
|
|
57
|
+
itemType: string;
|
|
58
|
+
layoutPos: {
|
|
59
|
+
grow: number;
|
|
60
|
+
shrink: number;
|
|
61
|
+
layout: string;
|
|
62
|
+
};
|
|
63
|
+
showCaption: boolean;
|
|
40
64
|
id: string;
|
|
65
|
+
}[];
|
|
66
|
+
layout: {
|
|
67
|
+
layout: string;
|
|
41
68
|
};
|
|
69
|
+
dataRegionType: string;
|
|
42
70
|
caption: string;
|
|
71
|
+
contentWidth: number;
|
|
43
72
|
itemStyle: string;
|
|
44
73
|
itemType: string;
|
|
45
74
|
layoutPos: {
|
|
46
|
-
grow: number;
|
|
47
75
|
shrink: number;
|
|
48
76
|
layout: string;
|
|
77
|
+
width: number;
|
|
78
|
+
widthMode: string;
|
|
49
79
|
};
|
|
50
|
-
|
|
80
|
+
width: number;
|
|
51
81
|
id: string;
|
|
52
|
-
}
|
|
82
|
+
} | {
|
|
83
|
+
panelItems: {
|
|
84
|
+
rawItem: {
|
|
85
|
+
predefinedType: string;
|
|
86
|
+
id: string;
|
|
87
|
+
};
|
|
88
|
+
caption: string;
|
|
89
|
+
itemStyle: string;
|
|
90
|
+
itemType: string;
|
|
91
|
+
layoutPos: {
|
|
92
|
+
grow: number;
|
|
93
|
+
shrink: number;
|
|
94
|
+
layout: string;
|
|
95
|
+
};
|
|
96
|
+
showCaption: boolean;
|
|
97
|
+
id: string;
|
|
98
|
+
}[];
|
|
99
|
+
layout: {
|
|
100
|
+
layout: string;
|
|
101
|
+
};
|
|
102
|
+
dataRegionType: string;
|
|
103
|
+
caption: string;
|
|
104
|
+
itemStyle: string;
|
|
105
|
+
itemType: string;
|
|
106
|
+
layoutPos: {
|
|
107
|
+
shrink: number;
|
|
108
|
+
layout: string;
|
|
109
|
+
width?: undefined;
|
|
110
|
+
widthMode?: undefined;
|
|
111
|
+
};
|
|
112
|
+
id: string;
|
|
113
|
+
contentWidth?: undefined;
|
|
114
|
+
width?: undefined;
|
|
115
|
+
})[];
|
|
116
|
+
predefinedType: string;
|
|
53
117
|
layout: {
|
|
54
118
|
layout: string;
|
|
55
119
|
};
|
|
@@ -58,16 +122,14 @@ declare const _default: {
|
|
|
58
122
|
itemStyle: string;
|
|
59
123
|
itemType: string;
|
|
60
124
|
layoutPos: {
|
|
125
|
+
grow: number;
|
|
61
126
|
shrink: number;
|
|
62
127
|
layout: string;
|
|
63
|
-
width?: undefined;
|
|
64
|
-
widthMode?: undefined;
|
|
65
128
|
};
|
|
66
129
|
id: string;
|
|
67
|
-
|
|
68
|
-
|
|
130
|
+
rawItem?: undefined;
|
|
131
|
+
showCaption?: undefined;
|
|
69
132
|
})[];
|
|
70
|
-
predefinedType: string;
|
|
71
133
|
layout: {
|
|
72
134
|
layout: string;
|
|
73
135
|
};
|
|
@@ -81,7 +143,9 @@ declare const _default: {
|
|
|
81
143
|
layout: string;
|
|
82
144
|
};
|
|
83
145
|
id: string;
|
|
84
|
-
|
|
146
|
+
rawItem?: undefined;
|
|
147
|
+
showCaption?: undefined;
|
|
148
|
+
})[];
|
|
85
149
|
layoutPanel: boolean;
|
|
86
150
|
codeName: string;
|
|
87
151
|
controlType: string;
|