@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
|
@@ -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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
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,
|
|
@@ -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 DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
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,
|
|
@@ -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;
|
|
@@ -189,6 +214,7 @@ declare const _default: {
|
|
|
189
214
|
layout: string;
|
|
190
215
|
};
|
|
191
216
|
id: string;
|
|
217
|
+
rawItem?: undefined;
|
|
192
218
|
showCaption?: undefined;
|
|
193
219
|
})[];
|
|
194
220
|
layoutPanel: boolean;
|
package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs
CHANGED
|
@@ -5,6 +5,27 @@ var DETreeView = {
|
|
|
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 DETreeView = {
|
|
|
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
|
{
|
|
@@ -238,6 +280,27 @@ var DETreeView = {
|
|
|
238
280
|
"layout": "FLEX"
|
|
239
281
|
},
|
|
240
282
|
"id": "view_content"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"rawItem": {
|
|
286
|
+
"rawItemParams": [
|
|
287
|
+
{
|
|
288
|
+
"key": "POSITION",
|
|
289
|
+
"value": "BOTTOM"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"predefinedType": "VIEWMSG_POS",
|
|
293
|
+
"id": "viewmsg_pos_bottom"
|
|
294
|
+
},
|
|
295
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
296
|
+
"itemStyle": "DEFAULT",
|
|
297
|
+
"itemType": "RAWITEM",
|
|
298
|
+
"layoutPos": {
|
|
299
|
+
"shrink": 0,
|
|
300
|
+
"layout": "FLEX"
|
|
301
|
+
},
|
|
302
|
+
"showCaption": true,
|
|
303
|
+
"id": "viewmsg_pos_bottom"
|
|
241
304
|
}
|
|
242
305
|
],
|
|
243
306
|
"layoutPanel": true,
|
|
@@ -3,8 +3,53 @@ declare const _default: {
|
|
|
3
3
|
layout: {
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
|
-
rootPanelItems: {
|
|
7
|
-
|
|
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
|
+
} | {
|
|
30
|
+
panelItems: ({
|
|
31
|
+
rawItem: {
|
|
32
|
+
rawItemParams: {
|
|
33
|
+
key: string;
|
|
34
|
+
value: string;
|
|
35
|
+
}[];
|
|
36
|
+
predefinedType: string;
|
|
37
|
+
id: string;
|
|
38
|
+
};
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
height?: undefined;
|
|
46
|
+
heightMode?: undefined;
|
|
47
|
+
};
|
|
48
|
+
showCaption: boolean;
|
|
49
|
+
id: string;
|
|
50
|
+
contentHeight?: undefined;
|
|
51
|
+
height?: undefined;
|
|
52
|
+
} | {
|
|
8
53
|
caption: string;
|
|
9
54
|
contentHeight: number;
|
|
10
55
|
height: number;
|
|
@@ -18,7 +63,8 @@ declare const _default: {
|
|
|
18
63
|
};
|
|
19
64
|
showCaption: boolean;
|
|
20
65
|
id: string;
|
|
21
|
-
|
|
66
|
+
rawItem?: undefined;
|
|
67
|
+
})[];
|
|
22
68
|
predefinedType: string;
|
|
23
69
|
layout: {
|
|
24
70
|
layout: string;
|
|
@@ -33,7 +79,9 @@ declare const _default: {
|
|
|
33
79
|
layout: string;
|
|
34
80
|
};
|
|
35
81
|
id: string;
|
|
36
|
-
|
|
82
|
+
rawItem?: undefined;
|
|
83
|
+
showCaption?: undefined;
|
|
84
|
+
})[];
|
|
37
85
|
layoutPanel: boolean;
|
|
38
86
|
codeName: string;
|
|
39
87
|
controlType: string;
|
|
@@ -5,8 +5,50 @@ var DEWizardDView = {
|
|
|
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": [
|
|
31
|
+
{
|
|
32
|
+
"rawItem": {
|
|
33
|
+
"rawItemParams": [
|
|
34
|
+
{
|
|
35
|
+
"key": "POSITION",
|
|
36
|
+
"value": "BODY"
|
|
37
|
+
}
|
|
38
|
+
],
|
|
39
|
+
"predefinedType": "VIEWMSG_POS",
|
|
40
|
+
"id": "viewmsg_pos_body"
|
|
41
|
+
},
|
|
42
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
43
|
+
"itemStyle": "DEFAULT",
|
|
44
|
+
"itemType": "RAWITEM",
|
|
45
|
+
"layoutPos": {
|
|
46
|
+
"shrink": 0,
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"showCaption": true,
|
|
50
|
+
"id": "viewmsg_pos_body"
|
|
51
|
+
},
|
|
10
52
|
{
|
|
11
53
|
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
12
54
|
"contentHeight": 100,
|
|
@@ -37,6 +79,27 @@ var DEWizardDView = {
|
|
|
37
79
|
"layout": "FLEX"
|
|
38
80
|
},
|
|
39
81
|
"id": "view_content"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"rawItem": {
|
|
85
|
+
"rawItemParams": [
|
|
86
|
+
{
|
|
87
|
+
"key": "POSITION",
|
|
88
|
+
"value": "BOTTOM"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"predefinedType": "VIEWMSG_POS",
|
|
92
|
+
"id": "viewmsg_pos_bottom"
|
|
93
|
+
},
|
|
94
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
95
|
+
"itemStyle": "DEFAULT",
|
|
96
|
+
"itemType": "RAWITEM",
|
|
97
|
+
"layoutPos": {
|
|
98
|
+
"shrink": 0,
|
|
99
|
+
"layout": "FLEX"
|
|
100
|
+
},
|
|
101
|
+
"showCaption": true,
|
|
102
|
+
"id": "viewmsg_pos_bottom"
|
|
40
103
|
}
|
|
41
104
|
],
|
|
42
105
|
"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: {
|
|
@@ -125,6 +148,7 @@ declare const _default: {
|
|
|
125
148
|
};
|
|
126
149
|
showCaption: boolean;
|
|
127
150
|
id: string;
|
|
151
|
+
rawItem?: undefined;
|
|
128
152
|
} | {
|
|
129
153
|
panelItems: {
|
|
130
154
|
panelItems: {
|
|
@@ -169,6 +193,7 @@ declare const _default: {
|
|
|
169
193
|
};
|
|
170
194
|
showCaption: boolean;
|
|
171
195
|
id: string;
|
|
196
|
+
rawItem?: undefined;
|
|
172
197
|
} | {
|
|
173
198
|
panelItems: {
|
|
174
199
|
caption: string;
|
|
@@ -198,8 +223,9 @@ declare const _default: {
|
|
|
198
223
|
layout: string;
|
|
199
224
|
};
|
|
200
225
|
id: string;
|
|
201
|
-
|
|
226
|
+
rawItem?: undefined;
|
|
202
227
|
showCaption?: undefined;
|
|
228
|
+
predefinedType?: undefined;
|
|
203
229
|
} | {
|
|
204
230
|
panelItems: {
|
|
205
231
|
actionType: string;
|
|
@@ -240,8 +266,9 @@ declare const _default: {
|
|
|
240
266
|
grow?: undefined;
|
|
241
267
|
};
|
|
242
268
|
id: string;
|
|
243
|
-
|
|
269
|
+
rawItem?: undefined;
|
|
244
270
|
showCaption?: undefined;
|
|
271
|
+
predefinedType?: undefined;
|
|
245
272
|
})[];
|
|
246
273
|
layoutPanel: boolean;
|
|
247
274
|
codeName: string;
|