@ibiz-template/web-theme 0.0.1 → 0.1.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/CHANGELOG.md +260 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/index.d.ts +2 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +27 -0
- package/es/publish/app-index-view-layout-center.d.ts +24 -0
- package/es/publish/app-index-view-layout-top.d.ts +164 -0
- package/es/publish/app-index-view-layout-top.mjs +3 -1
- package/es/publish/app-index-view-layout.d.ts +160 -0
- package/es/publish/app-index-view-layout.mjs +29 -48
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +179 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +140 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +178 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +166 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +178 -0
- package/es/publish/index.d.ts +9 -0
- package/es/publish/index.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +154 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +211 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +143 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +227 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +3 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +195 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +23 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +165 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +7 -8
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +114 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +85 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +194 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +43 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +272 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +16 -15
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +87 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +4 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +189 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +113 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +2 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +88 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +7 -8
- package/es/theme/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/expand/expand.css +1 -1
- package/es/theme/objects/index.css +1 -1
- package/es/theme/theme/default/default-theme.css +1 -1
- package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-top.cjs +3 -1
- package/lib/publish/app-index-view-layout.cjs +29 -48
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +183 -0
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +182 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +182 -0
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +231 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +3 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +30 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +7 -8
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +16 -15
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +4 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +2 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +7 -8
- package/lib/theme/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/expand/expand.css +1 -1
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/theme/default/default-theme.css +1 -1
- package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/package.json +10 -8
package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs
ADDED
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
var DataViewExpBar = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
12
|
+
"itemStyle": "DEFAULT",
|
|
13
|
+
"itemType": "CTRLPOS",
|
|
14
|
+
"layoutPos": {
|
|
15
|
+
"shrink": 1,
|
|
16
|
+
"layout": "FLEX"
|
|
17
|
+
},
|
|
18
|
+
"showCaption": true,
|
|
19
|
+
"id": "captionbar"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"layout": {
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"dataRegionType": "INHERIT",
|
|
26
|
+
"caption": "\u5BB9\u5668",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CONTAINER",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"id": "control_captionbar"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layout": {
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"dataRegionType": "INHERIT",
|
|
40
|
+
"caption": "\u5BB9\u5668",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "CONTAINER",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 1,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"id": "control_header_left"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"panelItems": [
|
|
51
|
+
{
|
|
52
|
+
"panelItems": [
|
|
53
|
+
{
|
|
54
|
+
"caption": "\u641C\u7D22\u680F",
|
|
55
|
+
"itemStyle": "DEFAULT",
|
|
56
|
+
"itemType": "CTRLPOS",
|
|
57
|
+
"layoutPos": {
|
|
58
|
+
"shrink": 1,
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"showCaption": true,
|
|
62
|
+
"id": "searchbar"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"layout": {
|
|
66
|
+
"dir": "column",
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"dataRegionType": "INHERIT",
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"shrink": 0,
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"id": "control_searchbar"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"panelItems": [
|
|
80
|
+
{
|
|
81
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
82
|
+
"itemStyle": "DEFAULT",
|
|
83
|
+
"itemType": "CTRLPOS",
|
|
84
|
+
"layoutPos": {
|
|
85
|
+
"shrink": 1,
|
|
86
|
+
"layout": "FLEX"
|
|
87
|
+
},
|
|
88
|
+
"showCaption": true,
|
|
89
|
+
"id": "dataviewexpbar_toolbar"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"layout": {
|
|
93
|
+
"layout": "FLEX"
|
|
94
|
+
},
|
|
95
|
+
"dataRegionType": "INHERIT",
|
|
96
|
+
"caption": "\u5BB9\u5668",
|
|
97
|
+
"itemStyle": "DEFAULT",
|
|
98
|
+
"itemType": "CONTAINER",
|
|
99
|
+
"layoutPos": {
|
|
100
|
+
"shrink": 1,
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"id": "control_toolbar"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"layout": {
|
|
107
|
+
"dir": "row",
|
|
108
|
+
"layout": "FLEX"
|
|
109
|
+
},
|
|
110
|
+
"dataRegionType": "INHERIT",
|
|
111
|
+
"caption": "\u5BB9\u5668",
|
|
112
|
+
"itemStyle": "DEFAULT",
|
|
113
|
+
"itemType": "CONTAINER",
|
|
114
|
+
"layoutPos": {
|
|
115
|
+
"shrink": 1,
|
|
116
|
+
"layout": "FLEX"
|
|
117
|
+
},
|
|
118
|
+
"id": "control_header_right"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"predefinedType": "VIEWHEADER",
|
|
122
|
+
"layout": {
|
|
123
|
+
"align": "space-between",
|
|
124
|
+
"dir": "row",
|
|
125
|
+
"layout": "FLEX",
|
|
126
|
+
"valign": "center"
|
|
127
|
+
},
|
|
128
|
+
"dataRegionType": "INHERIT",
|
|
129
|
+
"caption": "\u5BB9\u5668",
|
|
130
|
+
"itemStyle": "DEFAULT",
|
|
131
|
+
"itemType": "CONTAINER",
|
|
132
|
+
"layoutPos": {
|
|
133
|
+
"shrink": 0,
|
|
134
|
+
"layout": "FLEX"
|
|
135
|
+
},
|
|
136
|
+
"id": "control_header"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"panelItems": [
|
|
140
|
+
{
|
|
141
|
+
"caption": "\u5BFC\u822A\u6570\u636E\u89C6\u56FE",
|
|
142
|
+
"itemStyle": "DEFAULT",
|
|
143
|
+
"itemType": "CTRLPOS",
|
|
144
|
+
"layoutPos": {
|
|
145
|
+
"grow": 1,
|
|
146
|
+
"shrink": 1,
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"showCaption": true,
|
|
150
|
+
"id": "dataviewexpbar_dataview"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"predefinedType": "DATAVIEW",
|
|
154
|
+
"layout": {
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"dataRegionType": "INHERIT",
|
|
158
|
+
"caption": "\u5BB9\u5668",
|
|
159
|
+
"itemStyle": "DEFAULT",
|
|
160
|
+
"itemType": "CONTAINER",
|
|
161
|
+
"layoutPos": {
|
|
162
|
+
"grow": 1,
|
|
163
|
+
"shrink": 1,
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"id": "control_dataview"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"layoutPanel": true,
|
|
170
|
+
"codeName": "DataViewExpBarLayout",
|
|
171
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
172
|
+
"logicName": "\u5361\u7247\u5BFC\u822A\u5E03\u5C40\u5E03\u5C40\u9762\u677F",
|
|
173
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
174
|
+
"controlParam": {},
|
|
175
|
+
"name": "layoutpanel",
|
|
176
|
+
"id": "dataviewexpbarlayout"
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
export { DataViewExpBar as default };
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: {
|
|
7
|
+
caption: string;
|
|
8
|
+
itemStyle: string;
|
|
9
|
+
itemType: string;
|
|
10
|
+
layoutPos: {
|
|
11
|
+
shrink: number;
|
|
12
|
+
layout: string;
|
|
13
|
+
};
|
|
14
|
+
showCaption: boolean;
|
|
15
|
+
id: string;
|
|
16
|
+
}[];
|
|
17
|
+
layout: {
|
|
18
|
+
layout: string;
|
|
19
|
+
};
|
|
20
|
+
dataRegionType: string;
|
|
21
|
+
caption: string;
|
|
22
|
+
itemStyle: string;
|
|
23
|
+
itemType: string;
|
|
24
|
+
layoutPos: {
|
|
25
|
+
shrink: number;
|
|
26
|
+
layout: string;
|
|
27
|
+
};
|
|
28
|
+
id: string;
|
|
29
|
+
}[];
|
|
30
|
+
layout: {
|
|
31
|
+
layout: string;
|
|
32
|
+
dir?: undefined;
|
|
33
|
+
};
|
|
34
|
+
dataRegionType: string;
|
|
35
|
+
caption: string;
|
|
36
|
+
itemStyle: string;
|
|
37
|
+
itemType: string;
|
|
38
|
+
layoutPos: {
|
|
39
|
+
shrink: number;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
} | {
|
|
44
|
+
panelItems: {
|
|
45
|
+
panelItems: {
|
|
46
|
+
caption: string;
|
|
47
|
+
itemStyle: string;
|
|
48
|
+
itemType: string;
|
|
49
|
+
layoutPos: {
|
|
50
|
+
shrink: number;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
showCaption: boolean;
|
|
54
|
+
id: string;
|
|
55
|
+
}[];
|
|
56
|
+
layout: {
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
dataRegionType: string;
|
|
60
|
+
caption: string;
|
|
61
|
+
itemStyle: string;
|
|
62
|
+
itemType: string;
|
|
63
|
+
layoutPos: {
|
|
64
|
+
shrink: number;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
id: string;
|
|
68
|
+
}[];
|
|
69
|
+
layout: {
|
|
70
|
+
dir: string;
|
|
71
|
+
layout: string;
|
|
72
|
+
};
|
|
73
|
+
dataRegionType: string;
|
|
74
|
+
caption: string;
|
|
75
|
+
itemStyle: string;
|
|
76
|
+
itemType: string;
|
|
77
|
+
layoutPos: {
|
|
78
|
+
shrink: number;
|
|
79
|
+
layout: string;
|
|
80
|
+
};
|
|
81
|
+
id: string;
|
|
82
|
+
})[];
|
|
83
|
+
predefinedType: string;
|
|
84
|
+
layout: {
|
|
85
|
+
align: string;
|
|
86
|
+
dir: string;
|
|
87
|
+
layout: string;
|
|
88
|
+
valign: string;
|
|
89
|
+
};
|
|
90
|
+
dataRegionType: string;
|
|
91
|
+
caption: string;
|
|
92
|
+
itemStyle: string;
|
|
93
|
+
itemType: string;
|
|
94
|
+
layoutPos: {
|
|
95
|
+
shrink: number;
|
|
96
|
+
layout: string;
|
|
97
|
+
grow?: undefined;
|
|
98
|
+
};
|
|
99
|
+
id: string;
|
|
100
|
+
} | {
|
|
101
|
+
panelItems: {
|
|
102
|
+
caption: string;
|
|
103
|
+
itemStyle: string;
|
|
104
|
+
itemType: string;
|
|
105
|
+
layoutPos: {
|
|
106
|
+
grow: number;
|
|
107
|
+
shrink: number;
|
|
108
|
+
layout: string;
|
|
109
|
+
};
|
|
110
|
+
showCaption: boolean;
|
|
111
|
+
id: string;
|
|
112
|
+
}[];
|
|
113
|
+
layout: {
|
|
114
|
+
layout: string;
|
|
115
|
+
align?: undefined;
|
|
116
|
+
dir?: undefined;
|
|
117
|
+
valign?: undefined;
|
|
118
|
+
};
|
|
119
|
+
dataRegionType: string;
|
|
120
|
+
caption: string;
|
|
121
|
+
itemStyle: string;
|
|
122
|
+
itemType: string;
|
|
123
|
+
layoutPos: {
|
|
124
|
+
grow: number;
|
|
125
|
+
shrink: number;
|
|
126
|
+
layout: string;
|
|
127
|
+
};
|
|
128
|
+
id: string;
|
|
129
|
+
predefinedType?: undefined;
|
|
130
|
+
})[];
|
|
131
|
+
layoutPanel: boolean;
|
|
132
|
+
codeName: string;
|
|
133
|
+
controlType: string;
|
|
134
|
+
logicName: string;
|
|
135
|
+
appDataEntityId: string;
|
|
136
|
+
controlParam: {};
|
|
137
|
+
name: string;
|
|
138
|
+
id: string;
|
|
139
|
+
};
|
|
140
|
+
export default _default;
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
var GridExpBar = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"rootPanelItems": [
|
|
4
|
+
{
|
|
5
|
+
"panelItems": [
|
|
6
|
+
{
|
|
7
|
+
"panelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
12
|
+
"itemStyle": "DEFAULT",
|
|
13
|
+
"itemType": "CTRLPOS",
|
|
14
|
+
"layoutPos": {
|
|
15
|
+
"shrink": 1,
|
|
16
|
+
"layout": "FLEX"
|
|
17
|
+
},
|
|
18
|
+
"showCaption": true,
|
|
19
|
+
"id": "captionbar"
|
|
20
|
+
}
|
|
21
|
+
],
|
|
22
|
+
"layout": {
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"dataRegionType": "INHERIT",
|
|
26
|
+
"caption": "\u5BB9\u5668",
|
|
27
|
+
"itemStyle": "DEFAULT",
|
|
28
|
+
"itemType": "CONTAINER",
|
|
29
|
+
"layoutPos": {
|
|
30
|
+
"shrink": 1,
|
|
31
|
+
"layout": "FLEX"
|
|
32
|
+
},
|
|
33
|
+
"id": "control_captionbar"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layout": {
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"dataRegionType": "INHERIT",
|
|
40
|
+
"caption": "\u5BB9\u5668",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "CONTAINER",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 1,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"id": "control_header_left"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"panelItems": [
|
|
51
|
+
{
|
|
52
|
+
"panelItems": [
|
|
53
|
+
{
|
|
54
|
+
"caption": "\u641C\u7D22\u680F",
|
|
55
|
+
"itemStyle": "DEFAULT",
|
|
56
|
+
"itemType": "CTRLPOS",
|
|
57
|
+
"layoutPos": {
|
|
58
|
+
"shrink": 1,
|
|
59
|
+
"layout": "FLEX"
|
|
60
|
+
},
|
|
61
|
+
"showCaption": true,
|
|
62
|
+
"id": "searchbar"
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"layout": {
|
|
66
|
+
"layout": "FLEX"
|
|
67
|
+
},
|
|
68
|
+
"dataRegionType": "INHERIT",
|
|
69
|
+
"caption": "\u5BB9\u5668",
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"shrink": 1,
|
|
74
|
+
"layout": "FLEX"
|
|
75
|
+
},
|
|
76
|
+
"id": "control_searchbar"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"panelItems": [
|
|
80
|
+
{
|
|
81
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
82
|
+
"itemStyle": "DEFAULT",
|
|
83
|
+
"itemType": "CTRLPOS",
|
|
84
|
+
"layoutPos": {
|
|
85
|
+
"shrink": 1,
|
|
86
|
+
"layout": "FLEX"
|
|
87
|
+
},
|
|
88
|
+
"showCaption": true,
|
|
89
|
+
"id": "gridexpbar_toolbar"
|
|
90
|
+
}
|
|
91
|
+
],
|
|
92
|
+
"layout": {
|
|
93
|
+
"layout": "FLEX"
|
|
94
|
+
},
|
|
95
|
+
"dataRegionType": "INHERIT",
|
|
96
|
+
"caption": "\u5BB9\u5668",
|
|
97
|
+
"itemStyle": "DEFAULT",
|
|
98
|
+
"itemType": "CONTAINER",
|
|
99
|
+
"layoutPos": {
|
|
100
|
+
"shrink": 1,
|
|
101
|
+
"layout": "FLEX"
|
|
102
|
+
},
|
|
103
|
+
"id": "control_toolbar"
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"layout": {
|
|
107
|
+
"dir": "row",
|
|
108
|
+
"layout": "FLEX"
|
|
109
|
+
},
|
|
110
|
+
"dataRegionType": "INHERIT",
|
|
111
|
+
"caption": "\u5BB9\u5668",
|
|
112
|
+
"itemStyle": "DEFAULT",
|
|
113
|
+
"itemType": "CONTAINER",
|
|
114
|
+
"layoutPos": {
|
|
115
|
+
"shrink": 1,
|
|
116
|
+
"layout": "FLEX"
|
|
117
|
+
},
|
|
118
|
+
"id": "control_header_right"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"predefinedType": "VIEWHEADER",
|
|
122
|
+
"layout": {
|
|
123
|
+
"align": "space-between",
|
|
124
|
+
"dir": "row",
|
|
125
|
+
"layout": "FLEX",
|
|
126
|
+
"valign": "center"
|
|
127
|
+
},
|
|
128
|
+
"dataRegionType": "INHERIT",
|
|
129
|
+
"caption": "\u5BB9\u5668",
|
|
130
|
+
"itemStyle": "DEFAULT",
|
|
131
|
+
"itemType": "CONTAINER",
|
|
132
|
+
"layoutPos": {
|
|
133
|
+
"shrink": 0,
|
|
134
|
+
"layout": "FLEX"
|
|
135
|
+
},
|
|
136
|
+
"id": "control_header"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"panelItems": [
|
|
140
|
+
{
|
|
141
|
+
"caption": "\u5BFC\u822A\u8868\u683C",
|
|
142
|
+
"itemStyle": "DEFAULT",
|
|
143
|
+
"itemType": "CTRLPOS",
|
|
144
|
+
"layoutPos": {
|
|
145
|
+
"grow": 1,
|
|
146
|
+
"shrink": 1,
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"showCaption": true,
|
|
150
|
+
"id": "gridexpbar_grid"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"layout": {
|
|
154
|
+
"layout": "FLEX"
|
|
155
|
+
},
|
|
156
|
+
"dataRegionType": "INHERIT",
|
|
157
|
+
"caption": "\u5BB9\u5668",
|
|
158
|
+
"itemStyle": "DEFAULT",
|
|
159
|
+
"itemType": "CONTAINER",
|
|
160
|
+
"layoutPos": {
|
|
161
|
+
"grow": 1,
|
|
162
|
+
"shrink": 1,
|
|
163
|
+
"layout": "FLEX"
|
|
164
|
+
},
|
|
165
|
+
"id": "control_grid"
|
|
166
|
+
}
|
|
167
|
+
],
|
|
168
|
+
"layoutPanel": true,
|
|
169
|
+
"codeName": "GridExpBarLayout",
|
|
170
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
171
|
+
"logicName": "\u8868\u683C\u5BFC\u822A\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
172
|
+
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
173
|
+
"controlParam": {},
|
|
174
|
+
"name": "layoutpanel",
|
|
175
|
+
"id": "gridexpbarlayout"
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
export { GridExpBar as default };
|
|
@@ -0,0 +1,166 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
rootPanelItems: ({
|
|
4
|
+
panelItems: ({
|
|
5
|
+
panelItems: {
|
|
6
|
+
panelItems: {
|
|
7
|
+
caption: string;
|
|
8
|
+
itemStyle: string;
|
|
9
|
+
itemType: string;
|
|
10
|
+
layoutPos: {
|
|
11
|
+
shrink: number;
|
|
12
|
+
layout: string;
|
|
13
|
+
};
|
|
14
|
+
showCaption: boolean;
|
|
15
|
+
id: string;
|
|
16
|
+
}[];
|
|
17
|
+
layout: {
|
|
18
|
+
layout: string;
|
|
19
|
+
};
|
|
20
|
+
dataRegionType: string;
|
|
21
|
+
caption: string;
|
|
22
|
+
itemStyle: string;
|
|
23
|
+
itemType: string;
|
|
24
|
+
layoutPos: {
|
|
25
|
+
shrink: number;
|
|
26
|
+
layout: string;
|
|
27
|
+
};
|
|
28
|
+
id: string;
|
|
29
|
+
}[];
|
|
30
|
+
layout: {
|
|
31
|
+
layout: string;
|
|
32
|
+
dir?: undefined;
|
|
33
|
+
};
|
|
34
|
+
dataRegionType: string;
|
|
35
|
+
caption: string;
|
|
36
|
+
itemStyle: string;
|
|
37
|
+
itemType: string;
|
|
38
|
+
layoutPos: {
|
|
39
|
+
shrink: number;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
id: string;
|
|
43
|
+
} | {
|
|
44
|
+
panelItems: ({
|
|
45
|
+
panelItems: {
|
|
46
|
+
caption: string;
|
|
47
|
+
itemStyle: string;
|
|
48
|
+
itemType: string;
|
|
49
|
+
layoutPos: {
|
|
50
|
+
shrink: number;
|
|
51
|
+
layout: string;
|
|
52
|
+
};
|
|
53
|
+
showCaption: boolean;
|
|
54
|
+
id: string;
|
|
55
|
+
}[];
|
|
56
|
+
layout: {
|
|
57
|
+
dir: string;
|
|
58
|
+
layout: string;
|
|
59
|
+
};
|
|
60
|
+
dataRegionType: string;
|
|
61
|
+
itemStyle: string;
|
|
62
|
+
itemType: string;
|
|
63
|
+
layoutPos: {
|
|
64
|
+
shrink: number;
|
|
65
|
+
layout: string;
|
|
66
|
+
};
|
|
67
|
+
id: string;
|
|
68
|
+
caption?: undefined;
|
|
69
|
+
} | {
|
|
70
|
+
panelItems: {
|
|
71
|
+
caption: string;
|
|
72
|
+
itemStyle: string;
|
|
73
|
+
itemType: string;
|
|
74
|
+
layoutPos: {
|
|
75
|
+
shrink: number;
|
|
76
|
+
layout: string;
|
|
77
|
+
};
|
|
78
|
+
showCaption: boolean;
|
|
79
|
+
id: string;
|
|
80
|
+
}[];
|
|
81
|
+
layout: {
|
|
82
|
+
layout: string;
|
|
83
|
+
dir?: undefined;
|
|
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
|
+
layout: {
|
|
96
|
+
dir: string;
|
|
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
|
+
};
|
|
107
|
+
id: string;
|
|
108
|
+
})[];
|
|
109
|
+
predefinedType: string;
|
|
110
|
+
layout: {
|
|
111
|
+
align: string;
|
|
112
|
+
dir: string;
|
|
113
|
+
layout: string;
|
|
114
|
+
valign: string;
|
|
115
|
+
};
|
|
116
|
+
dataRegionType: string;
|
|
117
|
+
caption: string;
|
|
118
|
+
itemStyle: string;
|
|
119
|
+
itemType: string;
|
|
120
|
+
layoutPos: {
|
|
121
|
+
shrink: number;
|
|
122
|
+
layout: string;
|
|
123
|
+
grow?: undefined;
|
|
124
|
+
};
|
|
125
|
+
id: string;
|
|
126
|
+
} | {
|
|
127
|
+
panelItems: {
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
grow: number;
|
|
133
|
+
shrink: number;
|
|
134
|
+
layout: string;
|
|
135
|
+
};
|
|
136
|
+
showCaption: boolean;
|
|
137
|
+
id: string;
|
|
138
|
+
}[];
|
|
139
|
+
layout: {
|
|
140
|
+
layout: string;
|
|
141
|
+
align?: undefined;
|
|
142
|
+
dir?: undefined;
|
|
143
|
+
valign?: undefined;
|
|
144
|
+
};
|
|
145
|
+
dataRegionType: string;
|
|
146
|
+
caption: string;
|
|
147
|
+
itemStyle: string;
|
|
148
|
+
itemType: string;
|
|
149
|
+
layoutPos: {
|
|
150
|
+
grow: number;
|
|
151
|
+
shrink: number;
|
|
152
|
+
layout: string;
|
|
153
|
+
};
|
|
154
|
+
id: string;
|
|
155
|
+
predefinedType?: undefined;
|
|
156
|
+
})[];
|
|
157
|
+
layoutPanel: boolean;
|
|
158
|
+
codeName: string;
|
|
159
|
+
controlType: string;
|
|
160
|
+
logicName: string;
|
|
161
|
+
appDataEntityId: string;
|
|
162
|
+
controlParam: {};
|
|
163
|
+
name: string;
|
|
164
|
+
id: string;
|
|
165
|
+
};
|
|
166
|
+
export default _default;
|