@ibiz-template/web-theme 1.1.14 → 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 +7 -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 +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +63 -0
- 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 +63 -0
- 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 +63 -0
- 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,7 +4,49 @@ declare const _default: {
|
|
|
4
4
|
layout: string;
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
|
-
|
|
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
|
+
grow?: undefined;
|
|
46
|
+
};
|
|
47
|
+
showCaption: boolean;
|
|
48
|
+
id: string;
|
|
49
|
+
} | {
|
|
8
50
|
caption: string;
|
|
9
51
|
itemStyle: string;
|
|
10
52
|
itemType: string;
|
|
@@ -15,7 +57,8 @@ declare const _default: {
|
|
|
15
57
|
};
|
|
16
58
|
showCaption: boolean;
|
|
17
59
|
id: string;
|
|
18
|
-
|
|
60
|
+
rawItem?: undefined;
|
|
61
|
+
})[];
|
|
19
62
|
predefinedType: string;
|
|
20
63
|
layout: {
|
|
21
64
|
layout: string;
|
|
@@ -32,6 +75,8 @@ declare const _default: {
|
|
|
32
75
|
layout: string;
|
|
33
76
|
};
|
|
34
77
|
id: string;
|
|
78
|
+
rawItem?: undefined;
|
|
79
|
+
showCaption?: undefined;
|
|
35
80
|
} | {
|
|
36
81
|
panelItems: ({
|
|
37
82
|
actionType: string;
|
|
@@ -83,6 +128,8 @@ declare const _default: {
|
|
|
83
128
|
grow?: undefined;
|
|
84
129
|
};
|
|
85
130
|
id: string;
|
|
131
|
+
rawItem?: undefined;
|
|
132
|
+
showCaption?: undefined;
|
|
86
133
|
predefinedType?: undefined;
|
|
87
134
|
})[];
|
|
88
135
|
layoutPanel: boolean;
|
|
@@ -5,8 +5,50 @@ var DEWFDynaStartView = {
|
|
|
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": "\u8868\u5355",
|
|
12
54
|
"itemStyle": "DEFAULT",
|
|
@@ -87,6 +129,27 @@ var DEWFDynaStartView = {
|
|
|
87
129
|
"layout": "FLEX"
|
|
88
130
|
},
|
|
89
131
|
"id": "view_footer"
|
|
132
|
+
},
|
|
133
|
+
{
|
|
134
|
+
"rawItem": {
|
|
135
|
+
"rawItemParams": [
|
|
136
|
+
{
|
|
137
|
+
"key": "POSITION",
|
|
138
|
+
"value": "BOTTOM"
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"predefinedType": "VIEWMSG_POS",
|
|
142
|
+
"id": "viewmsg_pos_bottom"
|
|
143
|
+
},
|
|
144
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
145
|
+
"itemStyle": "DEFAULT",
|
|
146
|
+
"itemType": "RAWITEM",
|
|
147
|
+
"layoutPos": {
|
|
148
|
+
"shrink": 0,
|
|
149
|
+
"layout": "FLEX"
|
|
150
|
+
},
|
|
151
|
+
"showCaption": true,
|
|
152
|
+
"id": "viewmsg_pos_bottom"
|
|
90
153
|
}
|
|
91
154
|
],
|
|
92
155
|
"layoutPanel": true,
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
7
|
+
"viewProxyMode": true,
|
|
8
|
+
"layoutMode": "FLEX",
|
|
9
|
+
"layout": {
|
|
10
|
+
"layout": "FLEX"
|
|
11
|
+
},
|
|
12
|
+
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"caption": "\u9762\u677F\u90E8\u4EF6",
|
|
17
|
+
"itemStyle": "DEFAULT",
|
|
18
|
+
"itemType": "CTRLPOS",
|
|
19
|
+
"layoutPos": {
|
|
20
|
+
"shrink": 1,
|
|
21
|
+
"heightMode": "FULL",
|
|
22
|
+
"layout": "FLEX",
|
|
23
|
+
"widthMode": "FULL"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "panel"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"layout": {
|
|
30
|
+
"dir": "column",
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"dataRegionType": "INHERIT",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CONTAINER",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"heightMode": "FULL",
|
|
39
|
+
"layout": "FLEX",
|
|
40
|
+
"widthMode": "FULL"
|
|
41
|
+
},
|
|
42
|
+
"id": "page_container"
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"layoutPanel": true,
|
|
46
|
+
"controls": [
|
|
47
|
+
{
|
|
48
|
+
"capLanguageRes": {
|
|
49
|
+
"lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY"
|
|
50
|
+
},
|
|
51
|
+
"caption": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
52
|
+
"codeName": "AppPanelViewLayoutcaptionbar",
|
|
53
|
+
"controlType": "CAPTIONBAR",
|
|
54
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
55
|
+
"controlParam": {},
|
|
56
|
+
"name": "captionbar",
|
|
57
|
+
"id": "apppanelviewlayoutcaptionbar"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"codeName": "Usr0411453122",
|
|
61
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
62
|
+
"logicName": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
63
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
64
|
+
"controlParam": {},
|
|
65
|
+
"name": "layoutpanel",
|
|
66
|
+
"id": "usr0411453122"
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
exports.default = viewLayoutModelRepositoryAppPanelViewLayout;
|
|
@@ -9,59 +9,118 @@ var DECalendarExpView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
-
"showCaption": true,
|
|
26
|
-
"id": "calendarexpbar"
|
|
27
|
-
}
|
|
28
|
-
],
|
|
29
|
-
"layout": {
|
|
30
|
-
"layout": "FLEX"
|
|
36
|
+
"rawItem": {
|
|
37
|
+
"rawItemParams": [
|
|
38
|
+
{
|
|
39
|
+
"key": "POSITION",
|
|
40
|
+
"value": "BODY"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"predefinedType": "VIEWMSG_POS",
|
|
44
|
+
"id": "viewmsg_pos_body"
|
|
31
45
|
},
|
|
32
|
-
"
|
|
33
|
-
"caption": "\u5BB9\u5668",
|
|
34
|
-
"contentWidth": 600,
|
|
46
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
35
47
|
"itemStyle": "DEFAULT",
|
|
36
|
-
"itemType": "
|
|
48
|
+
"itemType": "RAWITEM",
|
|
37
49
|
"layoutPos": {
|
|
38
|
-
"shrink":
|
|
39
|
-
"layout": "FLEX"
|
|
40
|
-
"width": 600,
|
|
41
|
-
"widthMode": "PX"
|
|
50
|
+
"shrink": 0,
|
|
51
|
+
"layout": "FLEX"
|
|
42
52
|
},
|
|
43
|
-
"
|
|
44
|
-
"id": "
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "viewmsg_pos_body"
|
|
45
55
|
},
|
|
46
56
|
{
|
|
47
57
|
"panelItems": [
|
|
48
58
|
{
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
59
|
+
"panelItems": [
|
|
60
|
+
{
|
|
61
|
+
"caption": "\u65E5\u5386\u5BFC\u822A\u680F",
|
|
62
|
+
"itemStyle": "DEFAULT",
|
|
63
|
+
"itemType": "CTRLPOS",
|
|
64
|
+
"layoutPos": {
|
|
65
|
+
"grow": 1,
|
|
66
|
+
"shrink": 1,
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"showCaption": true,
|
|
70
|
+
"id": "calendarexpbar"
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"layout": {
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"dataRegionType": "INHERIT",
|
|
77
|
+
"caption": "\u5BB9\u5668",
|
|
78
|
+
"contentWidth": 600,
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CONTAINER",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"layout": "FLEX",
|
|
84
|
+
"width": 600,
|
|
85
|
+
"widthMode": "PX"
|
|
86
|
+
},
|
|
87
|
+
"width": 600,
|
|
88
|
+
"id": "view_content_left"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"panelItems": [
|
|
92
|
+
{
|
|
93
|
+
"rawItem": {
|
|
94
|
+
"predefinedType": "NAV_POS",
|
|
95
|
+
"id": "nav_pos"
|
|
96
|
+
},
|
|
97
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
98
|
+
"itemStyle": "DEFAULT",
|
|
99
|
+
"itemType": "RAWITEM",
|
|
100
|
+
"layoutPos": {
|
|
101
|
+
"grow": 1,
|
|
102
|
+
"shrink": 1,
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"showCaption": true,
|
|
106
|
+
"id": "nav_pos"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"layout": {
|
|
110
|
+
"layout": "FLEX"
|
|
52
111
|
},
|
|
53
|
-
"
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
54
114
|
"itemStyle": "DEFAULT",
|
|
55
|
-
"itemType": "
|
|
115
|
+
"itemType": "CONTAINER",
|
|
56
116
|
"layoutPos": {
|
|
57
|
-
"grow": 1,
|
|
58
117
|
"shrink": 1,
|
|
59
118
|
"layout": "FLEX"
|
|
60
119
|
},
|
|
61
|
-
"
|
|
62
|
-
"id": "nav_pos"
|
|
120
|
+
"id": "view_content_right"
|
|
63
121
|
}
|
|
64
122
|
],
|
|
123
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
65
124
|
"layout": {
|
|
66
125
|
"layout": "FLEX"
|
|
67
126
|
},
|
|
@@ -70,13 +129,13 @@ var DECalendarExpView = {
|
|
|
70
129
|
"itemStyle": "DEFAULT",
|
|
71
130
|
"itemType": "CONTAINER",
|
|
72
131
|
"layoutPos": {
|
|
132
|
+
"grow": 1,
|
|
73
133
|
"shrink": 1,
|
|
74
134
|
"layout": "FLEX"
|
|
75
135
|
},
|
|
76
|
-
"id": "
|
|
136
|
+
"id": "view_exp_split"
|
|
77
137
|
}
|
|
78
138
|
],
|
|
79
|
-
"predefinedType": "CONTAINER_H_SPLIT",
|
|
80
139
|
"layout": {
|
|
81
140
|
"layout": "FLEX"
|
|
82
141
|
},
|
|
@@ -89,7 +148,28 @@ var DECalendarExpView = {
|
|
|
89
148
|
"shrink": 1,
|
|
90
149
|
"layout": "FLEX"
|
|
91
150
|
},
|
|
92
|
-
"id": "
|
|
151
|
+
"id": "container"
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"rawItem": {
|
|
155
|
+
"rawItemParams": [
|
|
156
|
+
{
|
|
157
|
+
"key": "POSITION",
|
|
158
|
+
"value": "BOTTOM"
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"predefinedType": "VIEWMSG_POS",
|
|
162
|
+
"id": "viewmsg_pos_bottom"
|
|
163
|
+
},
|
|
164
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
165
|
+
"itemStyle": "DEFAULT",
|
|
166
|
+
"itemType": "RAWITEM",
|
|
167
|
+
"layoutPos": {
|
|
168
|
+
"shrink": 0,
|
|
169
|
+
"layout": "FLEX"
|
|
170
|
+
},
|
|
171
|
+
"showCaption": true,
|
|
172
|
+
"id": "viewmsg_pos_bottom"
|
|
93
173
|
}
|
|
94
174
|
],
|
|
95
175
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DECalendarView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -169,6 +190,27 @@ var DECalendarView = {
|
|
|
169
190
|
"showCaption": true,
|
|
170
191
|
"id": "panelpart"
|
|
171
192
|
},
|
|
193
|
+
{
|
|
194
|
+
"rawItem": {
|
|
195
|
+
"rawItemParams": [
|
|
196
|
+
{
|
|
197
|
+
"key": "POSITION",
|
|
198
|
+
"value": "BODY"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"predefinedType": "VIEWMSG_POS",
|
|
202
|
+
"id": "viewmsg_pos_body"
|
|
203
|
+
},
|
|
204
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "RAWITEM",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 0,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "viewmsg_pos_body"
|
|
213
|
+
},
|
|
172
214
|
{
|
|
173
215
|
"panelItems": [
|
|
174
216
|
{
|
|
@@ -198,6 +240,27 @@ var DECalendarView = {
|
|
|
198
240
|
"layout": "FLEX"
|
|
199
241
|
},
|
|
200
242
|
"id": "view_content"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
"rawItem": {
|
|
246
|
+
"rawItemParams": [
|
|
247
|
+
{
|
|
248
|
+
"key": "POSITION",
|
|
249
|
+
"value": "BOTTOM"
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"predefinedType": "VIEWMSG_POS",
|
|
253
|
+
"id": "viewmsg_pos_bottom"
|
|
254
|
+
},
|
|
255
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
256
|
+
"itemStyle": "DEFAULT",
|
|
257
|
+
"itemType": "RAWITEM",
|
|
258
|
+
"layoutPos": {
|
|
259
|
+
"shrink": 0,
|
|
260
|
+
"layout": "FLEX"
|
|
261
|
+
},
|
|
262
|
+
"showCaption": true,
|
|
263
|
+
"id": "viewmsg_pos_bottom"
|
|
201
264
|
}
|
|
202
265
|
],
|
|
203
266
|
"layoutPanel": true,
|