@ibiz-template/web-theme 1.1.16 → 1.1.18
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 +6 -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-de-option-view-layout.d.ts +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +2 -25
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +21 -21
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +2 -21
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +21 -21
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +2 -22
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +21 -21
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +21 -21
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +21 -21
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +21 -21
- package/package.json +1 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +1 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +21 -21
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +21 -21
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +21 -21
|
@@ -27,29 +27,7 @@ declare const _default: {
|
|
|
27
27
|
layout?: undefined;
|
|
28
28
|
dataRegionType?: undefined;
|
|
29
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
|
-
} | {
|
|
30
|
+
panelItems: {
|
|
53
31
|
caption: string;
|
|
54
32
|
contentHeight: number;
|
|
55
33
|
height: number;
|
|
@@ -63,8 +41,7 @@ declare const _default: {
|
|
|
63
41
|
};
|
|
64
42
|
showCaption: boolean;
|
|
65
43
|
id: string;
|
|
66
|
-
|
|
67
|
-
})[];
|
|
44
|
+
}[];
|
|
68
45
|
predefinedType: string;
|
|
69
46
|
layout: {
|
|
70
47
|
layout: string;
|
|
@@ -26,29 +26,29 @@ var DEWizardDView = {
|
|
|
26
26
|
"showCaption": true,
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"rawItem": {
|
|
31
|
+
"rawItemParams": [
|
|
32
|
+
{
|
|
33
|
+
"key": "POSITION",
|
|
34
|
+
"value": "BODY"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"predefinedType": "VIEWMSG_POS",
|
|
38
|
+
"id": "viewmsg_pos_body"
|
|
39
|
+
},
|
|
40
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "RAWITEM",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"showCaption": true,
|
|
48
|
+
"id": "viewmsg_pos_body"
|
|
49
|
+
},
|
|
29
50
|
{
|
|
30
51
|
"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
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
54
54
|
"contentHeight": 100,
|
|
@@ -27,15 +27,7 @@ declare const _default: {
|
|
|
27
27
|
layout?: undefined;
|
|
28
28
|
dataRegionType?: undefined;
|
|
29
29
|
} | {
|
|
30
|
-
panelItems:
|
|
31
|
-
rawItem: {
|
|
32
|
-
rawItemParams: {
|
|
33
|
-
key: string;
|
|
34
|
-
value: string;
|
|
35
|
-
}[];
|
|
36
|
-
predefinedType: string;
|
|
37
|
-
id: string;
|
|
38
|
-
};
|
|
30
|
+
panelItems: {
|
|
39
31
|
caption: string;
|
|
40
32
|
itemStyle: string;
|
|
41
33
|
itemType: string;
|
|
@@ -45,18 +37,7 @@ declare const _default: {
|
|
|
45
37
|
};
|
|
46
38
|
showCaption: boolean;
|
|
47
39
|
id: string;
|
|
48
|
-
}
|
|
49
|
-
caption: string;
|
|
50
|
-
itemStyle: string;
|
|
51
|
-
itemType: string;
|
|
52
|
-
layoutPos: {
|
|
53
|
-
shrink: number;
|
|
54
|
-
layout: string;
|
|
55
|
-
};
|
|
56
|
-
showCaption: boolean;
|
|
57
|
-
id: string;
|
|
58
|
-
rawItem?: undefined;
|
|
59
|
-
})[];
|
|
40
|
+
}[];
|
|
60
41
|
predefinedType: string;
|
|
61
42
|
layout: {
|
|
62
43
|
layout: string;
|
|
@@ -26,29 +26,29 @@ var DEWFDynaActionView = {
|
|
|
26
26
|
"showCaption": true,
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"rawItem": {
|
|
31
|
+
"rawItemParams": [
|
|
32
|
+
{
|
|
33
|
+
"key": "POSITION",
|
|
34
|
+
"value": "BODY"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"predefinedType": "VIEWMSG_POS",
|
|
38
|
+
"id": "viewmsg_pos_body"
|
|
39
|
+
},
|
|
40
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "RAWITEM",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"showCaption": true,
|
|
48
|
+
"id": "viewmsg_pos_body"
|
|
49
|
+
},
|
|
29
50
|
{
|
|
30
51
|
"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
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"caption": "\u8868\u5355",
|
|
54
54
|
"itemStyle": "DEFAULT",
|
|
@@ -27,26 +27,7 @@ declare const _default: {
|
|
|
27
27
|
layout?: undefined;
|
|
28
28
|
dataRegionType?: undefined;
|
|
29
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
|
-
grow?: undefined;
|
|
46
|
-
};
|
|
47
|
-
showCaption: boolean;
|
|
48
|
-
id: string;
|
|
49
|
-
} | {
|
|
30
|
+
panelItems: {
|
|
50
31
|
caption: string;
|
|
51
32
|
itemStyle: string;
|
|
52
33
|
itemType: string;
|
|
@@ -57,8 +38,7 @@ declare const _default: {
|
|
|
57
38
|
};
|
|
58
39
|
showCaption: boolean;
|
|
59
40
|
id: string;
|
|
60
|
-
|
|
61
|
-
})[];
|
|
41
|
+
}[];
|
|
62
42
|
predefinedType: string;
|
|
63
43
|
layout: {
|
|
64
44
|
layout: string;
|
|
@@ -26,29 +26,29 @@ var DEWFDynaStartView = {
|
|
|
26
26
|
"showCaption": true,
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
|
+
{
|
|
30
|
+
"rawItem": {
|
|
31
|
+
"rawItemParams": [
|
|
32
|
+
{
|
|
33
|
+
"key": "POSITION",
|
|
34
|
+
"value": "BODY"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"predefinedType": "VIEWMSG_POS",
|
|
38
|
+
"id": "viewmsg_pos_body"
|
|
39
|
+
},
|
|
40
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "RAWITEM",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"showCaption": true,
|
|
48
|
+
"id": "viewmsg_pos_body"
|
|
49
|
+
},
|
|
29
50
|
{
|
|
30
51
|
"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
|
-
},
|
|
52
52
|
{
|
|
53
53
|
"caption": "\u8868\u5355",
|
|
54
54
|
"itemStyle": "DEFAULT",
|
|
@@ -30,29 +30,29 @@ var DEWizardDView = {
|
|
|
30
30
|
"showCaption": true,
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"rawItem": {
|
|
35
|
+
"rawItemParams": [
|
|
36
|
+
{
|
|
37
|
+
"key": "POSITION",
|
|
38
|
+
"value": "BODY"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"predefinedType": "VIEWMSG_POS",
|
|
42
|
+
"id": "viewmsg_pos_body"
|
|
43
|
+
},
|
|
44
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "RAWITEM",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"shrink": 0,
|
|
49
|
+
"layout": "FLEX"
|
|
50
|
+
},
|
|
51
|
+
"showCaption": true,
|
|
52
|
+
"id": "viewmsg_pos_body"
|
|
53
|
+
},
|
|
33
54
|
{
|
|
34
55
|
"panelItems": [
|
|
35
|
-
{
|
|
36
|
-
"rawItem": {
|
|
37
|
-
"rawItemParams": [
|
|
38
|
-
{
|
|
39
|
-
"key": "POSITION",
|
|
40
|
-
"value": "BODY"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"predefinedType": "VIEWMSG_POS",
|
|
44
|
-
"id": "viewmsg_pos_body"
|
|
45
|
-
},
|
|
46
|
-
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
47
|
-
"itemStyle": "DEFAULT",
|
|
48
|
-
"itemType": "RAWITEM",
|
|
49
|
-
"layoutPos": {
|
|
50
|
-
"shrink": 0,
|
|
51
|
-
"layout": "FLEX"
|
|
52
|
-
},
|
|
53
|
-
"showCaption": true,
|
|
54
|
-
"id": "viewmsg_pos_body"
|
|
55
|
-
},
|
|
56
56
|
{
|
|
57
57
|
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
58
58
|
"contentHeight": 100,
|
|
@@ -30,29 +30,29 @@ var DEWFDynaActionView = {
|
|
|
30
30
|
"showCaption": true,
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"rawItem": {
|
|
35
|
+
"rawItemParams": [
|
|
36
|
+
{
|
|
37
|
+
"key": "POSITION",
|
|
38
|
+
"value": "BODY"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"predefinedType": "VIEWMSG_POS",
|
|
42
|
+
"id": "viewmsg_pos_body"
|
|
43
|
+
},
|
|
44
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "RAWITEM",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"shrink": 0,
|
|
49
|
+
"layout": "FLEX"
|
|
50
|
+
},
|
|
51
|
+
"showCaption": true,
|
|
52
|
+
"id": "viewmsg_pos_body"
|
|
53
|
+
},
|
|
33
54
|
{
|
|
34
55
|
"panelItems": [
|
|
35
|
-
{
|
|
36
|
-
"rawItem": {
|
|
37
|
-
"rawItemParams": [
|
|
38
|
-
{
|
|
39
|
-
"key": "POSITION",
|
|
40
|
-
"value": "BODY"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"predefinedType": "VIEWMSG_POS",
|
|
44
|
-
"id": "viewmsg_pos_body"
|
|
45
|
-
},
|
|
46
|
-
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
47
|
-
"itemStyle": "DEFAULT",
|
|
48
|
-
"itemType": "RAWITEM",
|
|
49
|
-
"layoutPos": {
|
|
50
|
-
"shrink": 0,
|
|
51
|
-
"layout": "FLEX"
|
|
52
|
-
},
|
|
53
|
-
"showCaption": true,
|
|
54
|
-
"id": "viewmsg_pos_body"
|
|
55
|
-
},
|
|
56
56
|
{
|
|
57
57
|
"caption": "\u8868\u5355",
|
|
58
58
|
"itemStyle": "DEFAULT",
|
|
@@ -30,29 +30,29 @@ var DEWFDynaStartView = {
|
|
|
30
30
|
"showCaption": true,
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
|
+
{
|
|
34
|
+
"rawItem": {
|
|
35
|
+
"rawItemParams": [
|
|
36
|
+
{
|
|
37
|
+
"key": "POSITION",
|
|
38
|
+
"value": "BODY"
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"predefinedType": "VIEWMSG_POS",
|
|
42
|
+
"id": "viewmsg_pos_body"
|
|
43
|
+
},
|
|
44
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
45
|
+
"itemStyle": "DEFAULT",
|
|
46
|
+
"itemType": "RAWITEM",
|
|
47
|
+
"layoutPos": {
|
|
48
|
+
"shrink": 0,
|
|
49
|
+
"layout": "FLEX"
|
|
50
|
+
},
|
|
51
|
+
"showCaption": true,
|
|
52
|
+
"id": "viewmsg_pos_body"
|
|
53
|
+
},
|
|
33
54
|
{
|
|
34
55
|
"panelItems": [
|
|
35
|
-
{
|
|
36
|
-
"rawItem": {
|
|
37
|
-
"rawItemParams": [
|
|
38
|
-
{
|
|
39
|
-
"key": "POSITION",
|
|
40
|
-
"value": "BODY"
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"predefinedType": "VIEWMSG_POS",
|
|
44
|
-
"id": "viewmsg_pos_body"
|
|
45
|
-
},
|
|
46
|
-
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
47
|
-
"itemStyle": "DEFAULT",
|
|
48
|
-
"itemType": "RAWITEM",
|
|
49
|
-
"layoutPos": {
|
|
50
|
-
"shrink": 0,
|
|
51
|
-
"layout": "FLEX"
|
|
52
|
-
},
|
|
53
|
-
"showCaption": true,
|
|
54
|
-
"id": "viewmsg_pos_body"
|
|
55
|
-
},
|
|
56
56
|
{
|
|
57
57
|
"caption": "\u8868\u5355",
|
|
58
58
|
"itemStyle": "DEFAULT",
|
package/package.json
CHANGED
|
@@ -25,29 +25,29 @@ export default {
|
|
|
25
25
|
"showCaption": true,
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"rawItem": {
|
|
30
|
+
"rawItemParams": [
|
|
31
|
+
{
|
|
32
|
+
"key": "POSITION",
|
|
33
|
+
"value": "BODY"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"predefinedType": "VIEWMSG_POS",
|
|
37
|
+
"id": "viewmsg_pos_body"
|
|
38
|
+
},
|
|
39
|
+
"caption": "视图消息占位",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "RAWITEM",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 0,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"showCaption": true,
|
|
47
|
+
"id": "viewmsg_pos_body"
|
|
48
|
+
},
|
|
28
49
|
{
|
|
29
50
|
"panelItems": [
|
|
30
|
-
{
|
|
31
|
-
"rawItem": {
|
|
32
|
-
"rawItemParams": [
|
|
33
|
-
{
|
|
34
|
-
"key": "POSITION",
|
|
35
|
-
"value": "BODY"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"predefinedType": "VIEWMSG_POS",
|
|
39
|
-
"id": "viewmsg_pos_body"
|
|
40
|
-
},
|
|
41
|
-
"caption": "视图消息占位",
|
|
42
|
-
"itemStyle": "DEFAULT",
|
|
43
|
-
"itemType": "RAWITEM",
|
|
44
|
-
"layoutPos": {
|
|
45
|
-
"shrink": 0,
|
|
46
|
-
"layout": "FLEX"
|
|
47
|
-
},
|
|
48
|
-
"showCaption": true,
|
|
49
|
-
"id": "viewmsg_pos_body"
|
|
50
|
-
},
|
|
51
51
|
{
|
|
52
52
|
"caption": "向导面板",
|
|
53
53
|
"contentHeight": 100,
|
|
@@ -25,29 +25,29 @@ export default {
|
|
|
25
25
|
"showCaption": true,
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"rawItem": {
|
|
30
|
+
"rawItemParams": [
|
|
31
|
+
{
|
|
32
|
+
"key": "POSITION",
|
|
33
|
+
"value": "BODY"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"predefinedType": "VIEWMSG_POS",
|
|
37
|
+
"id": "viewmsg_pos_body"
|
|
38
|
+
},
|
|
39
|
+
"caption": "视图消息占位",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "RAWITEM",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 0,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"showCaption": true,
|
|
47
|
+
"id": "viewmsg_pos_body"
|
|
48
|
+
},
|
|
28
49
|
{
|
|
29
50
|
"panelItems": [
|
|
30
|
-
{
|
|
31
|
-
"rawItem": {
|
|
32
|
-
"rawItemParams": [
|
|
33
|
-
{
|
|
34
|
-
"key": "POSITION",
|
|
35
|
-
"value": "BODY"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"predefinedType": "VIEWMSG_POS",
|
|
39
|
-
"id": "viewmsg_pos_body"
|
|
40
|
-
},
|
|
41
|
-
"caption": "视图消息占位",
|
|
42
|
-
"itemStyle": "DEFAULT",
|
|
43
|
-
"itemType": "RAWITEM",
|
|
44
|
-
"layoutPos": {
|
|
45
|
-
"shrink": 0,
|
|
46
|
-
"layout": "FLEX"
|
|
47
|
-
},
|
|
48
|
-
"showCaption": true,
|
|
49
|
-
"id": "viewmsg_pos_body"
|
|
50
|
-
},
|
|
51
51
|
{
|
|
52
52
|
"caption": "表单",
|
|
53
53
|
"itemStyle": "DEFAULT",
|
|
@@ -25,29 +25,29 @@ export default {
|
|
|
25
25
|
"showCaption": true,
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
|
+
{
|
|
29
|
+
"rawItem": {
|
|
30
|
+
"rawItemParams": [
|
|
31
|
+
{
|
|
32
|
+
"key": "POSITION",
|
|
33
|
+
"value": "BODY"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"predefinedType": "VIEWMSG_POS",
|
|
37
|
+
"id": "viewmsg_pos_body"
|
|
38
|
+
},
|
|
39
|
+
"caption": "视图消息占位",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "RAWITEM",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 0,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"showCaption": true,
|
|
47
|
+
"id": "viewmsg_pos_body"
|
|
48
|
+
},
|
|
28
49
|
{
|
|
29
50
|
"panelItems": [
|
|
30
|
-
{
|
|
31
|
-
"rawItem": {
|
|
32
|
-
"rawItemParams": [
|
|
33
|
-
{
|
|
34
|
-
"key": "POSITION",
|
|
35
|
-
"value": "BODY"
|
|
36
|
-
}
|
|
37
|
-
],
|
|
38
|
-
"predefinedType": "VIEWMSG_POS",
|
|
39
|
-
"id": "viewmsg_pos_body"
|
|
40
|
-
},
|
|
41
|
-
"caption": "视图消息占位",
|
|
42
|
-
"itemStyle": "DEFAULT",
|
|
43
|
-
"itemType": "RAWITEM",
|
|
44
|
-
"layoutPos": {
|
|
45
|
-
"shrink": 0,
|
|
46
|
-
"layout": "FLEX"
|
|
47
|
-
},
|
|
48
|
-
"showCaption": true,
|
|
49
|
-
"id": "viewmsg_pos_body"
|
|
50
|
-
},
|
|
51
51
|
{
|
|
52
52
|
"caption": "表单",
|
|
53
53
|
"itemStyle": "DEFAULT",
|