@ibiz-template/web-theme 3.2.0 → 3.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +5 -0
- package/es/publish/app-data-upload-view.d.ts +37 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +32 -0
- package/es/publish/app-index-view-layout-center.d.ts +29 -0
- package/es/publish/app-index-view-layout-no-nav.d.ts +429 -0
- package/es/publish/app-index-view-layout-top-nonav.d.ts +409 -0
- package/es/publish/app-index-view-layout-top.d.ts +436 -0
- package/es/publish/app-index-view-layout.d.ts +399 -0
- package/es/publish/app-login-view.d.ts +228 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +149 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.d.ts +152 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-layout.mjs +156 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +178 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.d.ts +126 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +151 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +99 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +60 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +198 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +168 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +256 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +183 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +153 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.d.ts +29 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +251 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +327 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +151 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +77 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +197 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs +4 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +217 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +270 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +166 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +242 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +243 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +75 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +301 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +365 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +316 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +128 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +238 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +152 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +129 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.d.ts +29 -0
- package/lib/publish/control-layout/control-layout-model-repository-data-view-layout.cjs +160 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs +4 -1
- package/package.json +1 -1
- package/src/publish/control-layout/control-layout-model-repository-data-view-layout.ts +153 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.ts +4 -1
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
32
|
+
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
34
|
+
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
36
|
+
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
38
|
+
panelItems: {
|
|
39
|
+
caption: string;
|
|
40
|
+
itemStyle: string;
|
|
41
|
+
itemType: string;
|
|
42
|
+
layoutPos: {
|
|
43
|
+
shrink: number;
|
|
44
|
+
layout: string;
|
|
45
|
+
};
|
|
46
|
+
showCaption: boolean;
|
|
47
|
+
id: string;
|
|
48
|
+
}[];
|
|
49
|
+
layout: {
|
|
50
|
+
align: string;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
dataRegionType: string;
|
|
54
|
+
caption: string;
|
|
55
|
+
itemStyle: string;
|
|
56
|
+
itemType: string;
|
|
57
|
+
layoutPos: {
|
|
58
|
+
shrink: number;
|
|
59
|
+
heightMode: string;
|
|
60
|
+
layout: string;
|
|
61
|
+
};
|
|
62
|
+
id: string;
|
|
63
|
+
}[];
|
|
64
|
+
layout: {
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
dataRegionType: string;
|
|
68
|
+
caption: string;
|
|
69
|
+
itemStyle: string;
|
|
70
|
+
itemType: string;
|
|
71
|
+
layoutPos: {
|
|
72
|
+
shrink: number;
|
|
73
|
+
heightMode: string;
|
|
74
|
+
layout: string;
|
|
75
|
+
};
|
|
76
|
+
id: string;
|
|
77
|
+
}[];
|
|
78
|
+
predefinedType: string;
|
|
79
|
+
layout: {
|
|
80
|
+
align: string;
|
|
81
|
+
dir: string;
|
|
82
|
+
layout: string;
|
|
83
|
+
valign: string;
|
|
84
|
+
};
|
|
85
|
+
dataRegionType: string;
|
|
86
|
+
caption: string;
|
|
87
|
+
itemStyle: string;
|
|
88
|
+
itemType: string;
|
|
89
|
+
layoutPos: {
|
|
90
|
+
shrink: number;
|
|
91
|
+
layout: string;
|
|
92
|
+
};
|
|
93
|
+
id: string;
|
|
94
|
+
}[];
|
|
95
|
+
predefinedType: string;
|
|
96
|
+
layout: {
|
|
97
|
+
layout: string;
|
|
98
|
+
};
|
|
99
|
+
dataRegionType: string;
|
|
100
|
+
caption: string;
|
|
101
|
+
itemStyle: string;
|
|
102
|
+
itemType: string;
|
|
103
|
+
layoutPos: {
|
|
104
|
+
shrink: number;
|
|
105
|
+
layout: string;
|
|
106
|
+
grow?: undefined;
|
|
107
|
+
};
|
|
108
|
+
showCaption: boolean;
|
|
109
|
+
id: string;
|
|
110
|
+
rawItem?: undefined;
|
|
111
|
+
} | {
|
|
112
|
+
actionGroupExtractMode: string;
|
|
113
|
+
panelItems: {
|
|
114
|
+
caption: string;
|
|
115
|
+
itemStyle: string;
|
|
116
|
+
itemType: string;
|
|
117
|
+
layoutPos: {
|
|
118
|
+
shrink: number;
|
|
119
|
+
layout: string;
|
|
120
|
+
};
|
|
121
|
+
showCaption: boolean;
|
|
122
|
+
id: string;
|
|
123
|
+
}[];
|
|
124
|
+
predefinedType: string;
|
|
125
|
+
layout: {
|
|
126
|
+
layout: string;
|
|
127
|
+
};
|
|
128
|
+
dataRegionType: string;
|
|
129
|
+
caption: string;
|
|
130
|
+
itemStyle: string;
|
|
131
|
+
itemType: string;
|
|
132
|
+
layoutPos: {
|
|
133
|
+
grow: number;
|
|
134
|
+
shrink: number;
|
|
135
|
+
layout: string;
|
|
136
|
+
};
|
|
137
|
+
id: string;
|
|
138
|
+
rawItem?: undefined;
|
|
139
|
+
showCaption?: undefined;
|
|
140
|
+
})[];
|
|
141
|
+
layoutPanel: boolean;
|
|
142
|
+
codeName: string;
|
|
143
|
+
controlType: string;
|
|
144
|
+
logicName: string;
|
|
145
|
+
appDataEntityId: string;
|
|
146
|
+
controlParam: {};
|
|
147
|
+
modelId: string;
|
|
148
|
+
modelType: string;
|
|
149
|
+
name: string;
|
|
150
|
+
id: string;
|
|
151
|
+
};
|
|
152
|
+
export default _default;
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
rawItem: {
|
|
8
|
+
rawItemParams: {
|
|
9
|
+
key: string;
|
|
10
|
+
value: string;
|
|
11
|
+
}[];
|
|
12
|
+
predefinedType: string;
|
|
13
|
+
id: string;
|
|
14
|
+
};
|
|
15
|
+
caption: string;
|
|
16
|
+
itemStyle: string;
|
|
17
|
+
itemType: string;
|
|
18
|
+
layoutPos: {
|
|
19
|
+
shrink: number;
|
|
20
|
+
layout: string;
|
|
21
|
+
grow?: undefined;
|
|
22
|
+
};
|
|
23
|
+
showCaption: boolean;
|
|
24
|
+
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
26
|
+
panelItems?: undefined;
|
|
27
|
+
predefinedType?: undefined;
|
|
28
|
+
layout?: undefined;
|
|
29
|
+
dataRegionType?: undefined;
|
|
30
|
+
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
32
|
+
panelItems: {
|
|
33
|
+
caption: string;
|
|
34
|
+
itemStyle: string;
|
|
35
|
+
itemType: string;
|
|
36
|
+
layoutPos: {
|
|
37
|
+
grow: number;
|
|
38
|
+
shrink: number;
|
|
39
|
+
layout: string;
|
|
40
|
+
};
|
|
41
|
+
showCaption: boolean;
|
|
42
|
+
id: string;
|
|
43
|
+
}[];
|
|
44
|
+
predefinedType: string;
|
|
45
|
+
layout: {
|
|
46
|
+
layout: string;
|
|
47
|
+
dir?: undefined;
|
|
48
|
+
valign?: undefined;
|
|
49
|
+
};
|
|
50
|
+
dataRegionType: string;
|
|
51
|
+
caption: string;
|
|
52
|
+
itemStyle: string;
|
|
53
|
+
itemType: string;
|
|
54
|
+
layoutPos: {
|
|
55
|
+
grow: number;
|
|
56
|
+
shrink: number;
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
id: string;
|
|
60
|
+
rawItem?: undefined;
|
|
61
|
+
showCaption?: undefined;
|
|
62
|
+
} | {
|
|
63
|
+
actionGroupExtractMode: string;
|
|
64
|
+
panelItems: ({
|
|
65
|
+
actionType: string;
|
|
66
|
+
buttonStyle: string;
|
|
67
|
+
buttonType: string;
|
|
68
|
+
uiactionId: string;
|
|
69
|
+
renderMode: string;
|
|
70
|
+
tooltip: string;
|
|
71
|
+
caption: string;
|
|
72
|
+
itemStyle: string;
|
|
73
|
+
itemType: string;
|
|
74
|
+
layoutPos: {
|
|
75
|
+
shrink: number;
|
|
76
|
+
layout: string;
|
|
77
|
+
spacingRight?: undefined;
|
|
78
|
+
};
|
|
79
|
+
showCaption: boolean;
|
|
80
|
+
id: string;
|
|
81
|
+
} | {
|
|
82
|
+
actionType: string;
|
|
83
|
+
buttonStyle: string;
|
|
84
|
+
buttonType: string;
|
|
85
|
+
uiactionId: string;
|
|
86
|
+
renderMode: string;
|
|
87
|
+
tooltip: string;
|
|
88
|
+
caption: string;
|
|
89
|
+
itemStyle: string;
|
|
90
|
+
itemType: string;
|
|
91
|
+
layoutPos: {
|
|
92
|
+
shrink: number;
|
|
93
|
+
layout: string;
|
|
94
|
+
spacingRight: string;
|
|
95
|
+
};
|
|
96
|
+
showCaption: boolean;
|
|
97
|
+
id: string;
|
|
98
|
+
})[];
|
|
99
|
+
layout: {
|
|
100
|
+
dir: string;
|
|
101
|
+
layout: string;
|
|
102
|
+
valign: string;
|
|
103
|
+
};
|
|
104
|
+
dataRegionType: string;
|
|
105
|
+
caption: string;
|
|
106
|
+
itemStyle: string;
|
|
107
|
+
itemType: string;
|
|
108
|
+
layoutPos: {
|
|
109
|
+
shrink: number;
|
|
110
|
+
layout: string;
|
|
111
|
+
grow?: undefined;
|
|
112
|
+
};
|
|
113
|
+
id: string;
|
|
114
|
+
rawItem?: undefined;
|
|
115
|
+
showCaption?: undefined;
|
|
116
|
+
predefinedType?: undefined;
|
|
117
|
+
})[];
|
|
118
|
+
layoutPanel: boolean;
|
|
119
|
+
codeName: string;
|
|
120
|
+
controlType: string;
|
|
121
|
+
logicName: string;
|
|
122
|
+
appDataEntityId: string;
|
|
123
|
+
controlParam: {};
|
|
124
|
+
modelId: string;
|
|
125
|
+
modelType: string;
|
|
126
|
+
name: string;
|
|
127
|
+
id: string;
|
|
128
|
+
};
|
|
129
|
+
export default _default;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: {
|
|
7
|
+
caption: string;
|
|
8
|
+
itemStyle: string;
|
|
9
|
+
itemType: string;
|
|
10
|
+
layoutPos: {
|
|
11
|
+
grow: number;
|
|
12
|
+
shrink: number;
|
|
13
|
+
layout: string;
|
|
14
|
+
};
|
|
15
|
+
showCaption: boolean;
|
|
16
|
+
id: string;
|
|
17
|
+
}[];
|
|
18
|
+
layoutPanel: boolean;
|
|
19
|
+
codeName: string;
|
|
20
|
+
controlType: string;
|
|
21
|
+
logicName: string;
|
|
22
|
+
appDataEntityId: string;
|
|
23
|
+
controlParam: {};
|
|
24
|
+
modelId: string;
|
|
25
|
+
modelType: string;
|
|
26
|
+
name: string;
|
|
27
|
+
id: string;
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
"use strict";
|
|
6
|
+
var controlLayoutModelRepositoryDataViewLayout = {
|
|
7
|
+
"viewProxyMode": true,
|
|
8
|
+
"layoutMode": "FLEX",
|
|
9
|
+
"layout": {
|
|
10
|
+
"layout": "FLEX"
|
|
11
|
+
},
|
|
12
|
+
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"rawItem": {
|
|
18
|
+
"caption": "\u6392\u5E8F\u680F\uFF08SORTBAR\uFF09",
|
|
19
|
+
"halign": "LEFT",
|
|
20
|
+
"valign": "MIDDLE",
|
|
21
|
+
"wrapMode": "NOWRAP",
|
|
22
|
+
"contentType": "RAW",
|
|
23
|
+
"predefinedType": "SORTBAR",
|
|
24
|
+
"id": "sortbar"
|
|
25
|
+
},
|
|
26
|
+
"caption": "\u6392\u5E8F\u680F",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "RAWITEM",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"grow": 1,
|
|
31
|
+
"shrink": 1,
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"showCaption": true,
|
|
35
|
+
"id": "sortbar"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"caption": "\u641C\u7D22\u680F",
|
|
39
|
+
"itemStyle": "DEFAULT",
|
|
40
|
+
"itemType": "CTRLPOS",
|
|
41
|
+
"layoutPos": {
|
|
42
|
+
"shrink": 0,
|
|
43
|
+
"layout": "FLEX"
|
|
44
|
+
},
|
|
45
|
+
"showCaption": true,
|
|
46
|
+
"id": "searchbar"
|
|
47
|
+
}
|
|
48
|
+
],
|
|
49
|
+
"layout": {
|
|
50
|
+
"align": "space-between",
|
|
51
|
+
"dir": "row",
|
|
52
|
+
"layout": "FLEX"
|
|
53
|
+
},
|
|
54
|
+
"dataRegionType": "INHERIT",
|
|
55
|
+
"caption": "\u5BB9\u5668",
|
|
56
|
+
"itemStyle": "DEFAULT",
|
|
57
|
+
"itemType": "CONTAINER",
|
|
58
|
+
"layoutPos": {
|
|
59
|
+
"shrink": 0,
|
|
60
|
+
"layout": "FLEX"
|
|
61
|
+
},
|
|
62
|
+
"id": "control_header"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"actionGroupExtractMode": "ITEM",
|
|
66
|
+
"panelItems": [
|
|
67
|
+
{
|
|
68
|
+
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
69
|
+
"itemStyle": "DEFAULT",
|
|
70
|
+
"itemType": "CTRLPOS",
|
|
71
|
+
"layoutPos": {
|
|
72
|
+
"grow": 1,
|
|
73
|
+
"shrink": 1,
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"showCaption": true,
|
|
77
|
+
"id": "dataview"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"rawItem": {
|
|
84
|
+
"caption": "\u5206\u9875\u680F\uFF08PAGINGBAR\uFF09",
|
|
85
|
+
"halign": "LEFT",
|
|
86
|
+
"renderMode": "PARAGRAPH",
|
|
87
|
+
"valign": "MIDDLE",
|
|
88
|
+
"wrapMode": "NOWRAP",
|
|
89
|
+
"contentType": "RAW",
|
|
90
|
+
"predefinedType": "PAGINGBAR",
|
|
91
|
+
"id": "pagingbar"
|
|
92
|
+
},
|
|
93
|
+
"caption": "\u5206\u9875\u680F",
|
|
94
|
+
"itemStyle": "DEFAULT",
|
|
95
|
+
"itemType": "RAWITEM",
|
|
96
|
+
"layoutPos": {
|
|
97
|
+
"shrink": 0,
|
|
98
|
+
"layout": "FLEX"
|
|
99
|
+
},
|
|
100
|
+
"showCaption": true,
|
|
101
|
+
"id": "pagingbar"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"layout": {
|
|
105
|
+
"dir": "row-reverse",
|
|
106
|
+
"layout": "FLEX"
|
|
107
|
+
},
|
|
108
|
+
"dataRegionType": "INHERIT",
|
|
109
|
+
"caption": "\u5BB9\u5668",
|
|
110
|
+
"itemStyle": "DEFAULT",
|
|
111
|
+
"itemType": "CONTAINER",
|
|
112
|
+
"layoutPos": {
|
|
113
|
+
"shrink": 1,
|
|
114
|
+
"layout": "FLEX"
|
|
115
|
+
},
|
|
116
|
+
"id": "container"
|
|
117
|
+
}
|
|
118
|
+
],
|
|
119
|
+
"layout": {
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"dataRegionType": "INHERIT",
|
|
123
|
+
"caption": "\u5BB9\u5668",
|
|
124
|
+
"itemStyle": "DEFAULT",
|
|
125
|
+
"itemType": "CONTAINER",
|
|
126
|
+
"layoutPos": {
|
|
127
|
+
"grow": 1,
|
|
128
|
+
"shrink": 1,
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"id": "control_content"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"layoutPanel": true,
|
|
135
|
+
"controls": [
|
|
136
|
+
{
|
|
137
|
+
"capLanguageRes": {
|
|
138
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
139
|
+
},
|
|
140
|
+
"caption": "\u6570\u636E\u89C6\u56FE\u90E8\u4EF6\u5E03\u5C40",
|
|
141
|
+
"codeName": "DataViewLayoutcaptionbar",
|
|
142
|
+
"controlType": "CAPTIONBAR",
|
|
143
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
144
|
+
"controlParam": {},
|
|
145
|
+
"name": "captionbar",
|
|
146
|
+
"id": "dataviewlayoutcaptionbar"
|
|
147
|
+
}
|
|
148
|
+
],
|
|
149
|
+
"codeName": "CardLayout",
|
|
150
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
151
|
+
"logicName": "\u90E8\u4EF6-\u6570\u636E\u89C6\u56FE\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
152
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
153
|
+
"controlParam": {},
|
|
154
|
+
"modelId": "84218AD7-144D-4C11-BC8A-2AFC0324EC7E",
|
|
155
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
156
|
+
"name": "layoutpanel",
|
|
157
|
+
"id": "cardlayout"
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
exports.default = controlLayoutModelRepositoryDataViewLayout;
|
|
@@ -39,8 +39,11 @@ var DETABEXPVIEW_FLOW = {
|
|
|
39
39
|
"id": "captionbar"
|
|
40
40
|
}
|
|
41
41
|
],
|
|
42
|
+
"predefinedType": "VIEWHEADER",
|
|
42
43
|
"layout": {
|
|
43
|
-
"
|
|
44
|
+
"dir": "row",
|
|
45
|
+
"layout": "FLEX",
|
|
46
|
+
"valign": "center"
|
|
44
47
|
},
|
|
45
48
|
"dataRegionType": "INHERIT",
|
|
46
49
|
"caption": "\u5BB9\u5668",
|
package/package.json
CHANGED
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"viewProxyMode": true,
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"rawItem": {
|
|
13
|
+
"caption": "排序栏(SORTBAR)",
|
|
14
|
+
"halign": "LEFT",
|
|
15
|
+
"valign": "MIDDLE",
|
|
16
|
+
"wrapMode": "NOWRAP",
|
|
17
|
+
"contentType": "RAW",
|
|
18
|
+
"predefinedType": "SORTBAR",
|
|
19
|
+
"id": "sortbar"
|
|
20
|
+
},
|
|
21
|
+
"caption": "排序栏",
|
|
22
|
+
"itemStyle": "DEFAULT",
|
|
23
|
+
"itemType": "RAWITEM",
|
|
24
|
+
"layoutPos": {
|
|
25
|
+
"grow": 1,
|
|
26
|
+
"shrink": 1,
|
|
27
|
+
"layout": "FLEX"
|
|
28
|
+
},
|
|
29
|
+
"showCaption": true,
|
|
30
|
+
"id": "sortbar"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"caption": "搜索栏",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CTRLPOS",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 0,
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"showCaption": true,
|
|
41
|
+
"id": "searchbar"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"layout": {
|
|
45
|
+
"align": "space-between",
|
|
46
|
+
"dir": "row",
|
|
47
|
+
"layout": "FLEX"
|
|
48
|
+
},
|
|
49
|
+
"dataRegionType": "INHERIT",
|
|
50
|
+
"caption": "容器",
|
|
51
|
+
"itemStyle": "DEFAULT",
|
|
52
|
+
"itemType": "CONTAINER",
|
|
53
|
+
"layoutPos": {
|
|
54
|
+
"shrink": 0,
|
|
55
|
+
"layout": "FLEX"
|
|
56
|
+
},
|
|
57
|
+
"id": "control_header"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"actionGroupExtractMode": "ITEM",
|
|
61
|
+
"panelItems": [
|
|
62
|
+
{
|
|
63
|
+
"caption": "数据视图",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CTRLPOS",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"grow": 1,
|
|
68
|
+
"shrink": 1,
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"showCaption": true,
|
|
72
|
+
"id": "dataview"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"actionGroupExtractMode": "ITEM",
|
|
76
|
+
"panelItems": [
|
|
77
|
+
{
|
|
78
|
+
"rawItem": {
|
|
79
|
+
"caption": "分页栏(PAGINGBAR)",
|
|
80
|
+
"halign": "LEFT",
|
|
81
|
+
"renderMode": "PARAGRAPH",
|
|
82
|
+
"valign": "MIDDLE",
|
|
83
|
+
"wrapMode": "NOWRAP",
|
|
84
|
+
"contentType": "RAW",
|
|
85
|
+
"predefinedType": "PAGINGBAR",
|
|
86
|
+
"id": "pagingbar"
|
|
87
|
+
},
|
|
88
|
+
"caption": "分页栏",
|
|
89
|
+
"itemStyle": "DEFAULT",
|
|
90
|
+
"itemType": "RAWITEM",
|
|
91
|
+
"layoutPos": {
|
|
92
|
+
"shrink": 0,
|
|
93
|
+
"layout": "FLEX"
|
|
94
|
+
},
|
|
95
|
+
"showCaption": true,
|
|
96
|
+
"id": "pagingbar"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"layout": {
|
|
100
|
+
"dir": "row-reverse",
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"dataRegionType": "INHERIT",
|
|
104
|
+
"caption": "容器",
|
|
105
|
+
"itemStyle": "DEFAULT",
|
|
106
|
+
"itemType": "CONTAINER",
|
|
107
|
+
"layoutPos": {
|
|
108
|
+
"shrink": 1,
|
|
109
|
+
"layout": "FLEX"
|
|
110
|
+
},
|
|
111
|
+
"id": "container"
|
|
112
|
+
}
|
|
113
|
+
],
|
|
114
|
+
"layout": {
|
|
115
|
+
"layout": "FLEX"
|
|
116
|
+
},
|
|
117
|
+
"dataRegionType": "INHERIT",
|
|
118
|
+
"caption": "容器",
|
|
119
|
+
"itemStyle": "DEFAULT",
|
|
120
|
+
"itemType": "CONTAINER",
|
|
121
|
+
"layoutPos": {
|
|
122
|
+
"grow": 1,
|
|
123
|
+
"shrink": 1,
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"id": "control_content"
|
|
127
|
+
}
|
|
128
|
+
],
|
|
129
|
+
"layoutPanel": true,
|
|
130
|
+
"controls": [
|
|
131
|
+
{
|
|
132
|
+
"capLanguageRes": {
|
|
133
|
+
"lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
|
|
134
|
+
},
|
|
135
|
+
"caption": "数据视图部件布局",
|
|
136
|
+
"codeName": "DataViewLayoutcaptionbar",
|
|
137
|
+
"controlType": "CAPTIONBAR",
|
|
138
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
139
|
+
"controlParam": {},
|
|
140
|
+
"name": "captionbar",
|
|
141
|
+
"id": "dataviewlayoutcaptionbar"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"codeName": "CardLayout",
|
|
145
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
146
|
+
"logicName": "部件-数据视图部件布局面板",
|
|
147
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
148
|
+
"controlParam": {},
|
|
149
|
+
"modelId": "84218AD7-144D-4C11-BC8A-2AFC0324EC7E",
|
|
150
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
151
|
+
"name": "layoutpanel",
|
|
152
|
+
"id": "cardlayout"
|
|
153
|
+
}
|