@ibiz-template/web-theme 1.1.11 → 1.1.12
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/index.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +200 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +284 -0
- package/lib/publish/index.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +288 -0
- package/package.json +2 -2
- package/src/publish/index.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +1 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +281 -0
package/es/publish/index.mjs
CHANGED
|
@@ -46,6 +46,7 @@ import DEMAPVIEW from './view-layout-model-repository/view-layout-model-reposito
|
|
|
46
46
|
import DEREPORTVIEW from './view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs';
|
|
47
47
|
import DEGANTTVIEW from './view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs';
|
|
48
48
|
import DEINDEXVIEW from './view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs';
|
|
49
|
+
import DETABSEARCHVIEW from './view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs';
|
|
49
50
|
import GridExpBar from './control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs';
|
|
50
51
|
import ListExpBar from './control-layout/control-layout-model-repository-list-exp-bar-layout.mjs';
|
|
51
52
|
import DataViewExpBar from './control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs';
|
|
@@ -114,6 +115,7 @@ function install(callBack) {
|
|
|
114
115
|
callBack("DEREPORTVIEW_DEFAULT", DEREPORTVIEW);
|
|
115
116
|
callBack("DEGANTTVIEW_DEFAULT", DEGANTTVIEW);
|
|
116
117
|
callBack("DEINDEXVIEW_DEFAULT", DEINDEXVIEW);
|
|
118
|
+
callBack("DETABSEARCHVIEW_DEFAULT", DETABSEARCHVIEW);
|
|
117
119
|
callBack("GRIDEXPBAR_DEFAULT", GridExpBar);
|
|
118
120
|
callBack("LISTEXPBAR_DEFAULT", ListExpBar);
|
|
119
121
|
callBack("DATAVIEWEXPBAR_DEFAULT", DataViewExpBar);
|
|
@@ -0,0 +1,200 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
layoutMode: string;
|
|
3
|
+
layout: {
|
|
4
|
+
layout: string;
|
|
5
|
+
};
|
|
6
|
+
rootPanelItems: ({
|
|
7
|
+
panelItems: {
|
|
8
|
+
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: {
|
|
11
|
+
caption: string;
|
|
12
|
+
itemStyle: string;
|
|
13
|
+
itemType: string;
|
|
14
|
+
layoutPos: {
|
|
15
|
+
shrink: number;
|
|
16
|
+
layout: string;
|
|
17
|
+
};
|
|
18
|
+
showCaption: boolean;
|
|
19
|
+
id: string;
|
|
20
|
+
}[];
|
|
21
|
+
layout: {
|
|
22
|
+
align: string;
|
|
23
|
+
layout: string;
|
|
24
|
+
};
|
|
25
|
+
dataRegionType: string;
|
|
26
|
+
caption: string;
|
|
27
|
+
itemStyle: string;
|
|
28
|
+
itemType: string;
|
|
29
|
+
layoutPos: {
|
|
30
|
+
shrink: number;
|
|
31
|
+
heightMode: string;
|
|
32
|
+
layout: string;
|
|
33
|
+
};
|
|
34
|
+
id: string;
|
|
35
|
+
}[];
|
|
36
|
+
layout: {
|
|
37
|
+
layout: string;
|
|
38
|
+
};
|
|
39
|
+
dataRegionType: string;
|
|
40
|
+
caption: string;
|
|
41
|
+
itemStyle: string;
|
|
42
|
+
itemType: string;
|
|
43
|
+
layoutPos: {
|
|
44
|
+
shrink: number;
|
|
45
|
+
heightMode: string;
|
|
46
|
+
layout: string;
|
|
47
|
+
};
|
|
48
|
+
id: string;
|
|
49
|
+
}[];
|
|
50
|
+
predefinedType: string;
|
|
51
|
+
layout: {
|
|
52
|
+
align: string;
|
|
53
|
+
dir: string;
|
|
54
|
+
layout: string;
|
|
55
|
+
valign: string;
|
|
56
|
+
};
|
|
57
|
+
dataRegionType: string;
|
|
58
|
+
caption: string;
|
|
59
|
+
itemStyle: string;
|
|
60
|
+
itemType: string;
|
|
61
|
+
layoutPos: {
|
|
62
|
+
shrink: number;
|
|
63
|
+
layout: string;
|
|
64
|
+
};
|
|
65
|
+
id: string;
|
|
66
|
+
}[];
|
|
67
|
+
predefinedType: string;
|
|
68
|
+
layout: {
|
|
69
|
+
layout: string;
|
|
70
|
+
};
|
|
71
|
+
dataRegionType: string;
|
|
72
|
+
caption: string;
|
|
73
|
+
itemStyle: string;
|
|
74
|
+
itemType: string;
|
|
75
|
+
layoutPos: {
|
|
76
|
+
shrink: number;
|
|
77
|
+
layout: string;
|
|
78
|
+
grow?: undefined;
|
|
79
|
+
};
|
|
80
|
+
showCaption: boolean;
|
|
81
|
+
id: string;
|
|
82
|
+
} | {
|
|
83
|
+
panelItems: ({
|
|
84
|
+
panelItems: {
|
|
85
|
+
caption: string;
|
|
86
|
+
itemStyle: string;
|
|
87
|
+
itemType: string;
|
|
88
|
+
layoutPos: {
|
|
89
|
+
shrink: number;
|
|
90
|
+
layout: string;
|
|
91
|
+
};
|
|
92
|
+
showCaption: boolean;
|
|
93
|
+
id: string;
|
|
94
|
+
}[];
|
|
95
|
+
layout: {
|
|
96
|
+
layout: string;
|
|
97
|
+
};
|
|
98
|
+
dataRegionType: string;
|
|
99
|
+
caption: string;
|
|
100
|
+
contentHeight: number;
|
|
101
|
+
height: number;
|
|
102
|
+
itemStyle: string;
|
|
103
|
+
itemType: string;
|
|
104
|
+
layoutPos: {
|
|
105
|
+
shrink: number;
|
|
106
|
+
height: number;
|
|
107
|
+
heightMode: string;
|
|
108
|
+
layout: string;
|
|
109
|
+
grow?: undefined;
|
|
110
|
+
};
|
|
111
|
+
id: string;
|
|
112
|
+
} | {
|
|
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
|
+
layout: {
|
|
125
|
+
layout: string;
|
|
126
|
+
};
|
|
127
|
+
dataRegionType: string;
|
|
128
|
+
caption: string;
|
|
129
|
+
itemStyle: string;
|
|
130
|
+
itemType: string;
|
|
131
|
+
layoutPos: {
|
|
132
|
+
shrink: number;
|
|
133
|
+
layout: string;
|
|
134
|
+
height?: undefined;
|
|
135
|
+
heightMode?: undefined;
|
|
136
|
+
grow?: undefined;
|
|
137
|
+
};
|
|
138
|
+
id: string;
|
|
139
|
+
contentHeight?: undefined;
|
|
140
|
+
height?: undefined;
|
|
141
|
+
} | {
|
|
142
|
+
panelItems: {
|
|
143
|
+
rawItem: {
|
|
144
|
+
predefinedType: string;
|
|
145
|
+
id: string;
|
|
146
|
+
};
|
|
147
|
+
caption: string;
|
|
148
|
+
itemStyle: string;
|
|
149
|
+
itemType: string;
|
|
150
|
+
layoutPos: {
|
|
151
|
+
shrink: number;
|
|
152
|
+
layout: string;
|
|
153
|
+
};
|
|
154
|
+
showCaption: boolean;
|
|
155
|
+
id: string;
|
|
156
|
+
}[];
|
|
157
|
+
layout: {
|
|
158
|
+
layout: string;
|
|
159
|
+
};
|
|
160
|
+
dataRegionType: string;
|
|
161
|
+
caption: string;
|
|
162
|
+
itemStyle: string;
|
|
163
|
+
itemType: string;
|
|
164
|
+
layoutPos: {
|
|
165
|
+
grow: number;
|
|
166
|
+
shrink: number;
|
|
167
|
+
layout: string;
|
|
168
|
+
height?: undefined;
|
|
169
|
+
heightMode?: undefined;
|
|
170
|
+
};
|
|
171
|
+
id: string;
|
|
172
|
+
contentHeight?: undefined;
|
|
173
|
+
height?: undefined;
|
|
174
|
+
})[];
|
|
175
|
+
predefinedType: string;
|
|
176
|
+
layout: {
|
|
177
|
+
layout: string;
|
|
178
|
+
};
|
|
179
|
+
dataRegionType: string;
|
|
180
|
+
caption: string;
|
|
181
|
+
itemStyle: string;
|
|
182
|
+
itemType: string;
|
|
183
|
+
layoutPos: {
|
|
184
|
+
grow: number;
|
|
185
|
+
shrink: number;
|
|
186
|
+
layout: string;
|
|
187
|
+
};
|
|
188
|
+
id: string;
|
|
189
|
+
showCaption?: undefined;
|
|
190
|
+
})[];
|
|
191
|
+
layoutPanel: boolean;
|
|
192
|
+
codeName: string;
|
|
193
|
+
controlType: string;
|
|
194
|
+
logicName: string;
|
|
195
|
+
appDataEntityId: string;
|
|
196
|
+
controlParam: {};
|
|
197
|
+
name: string;
|
|
198
|
+
id: string;
|
|
199
|
+
};
|
|
200
|
+
export default _default;
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var DETABSEARCHVIEW = {
|
|
3
|
+
"layoutMode": "FLEX",
|
|
4
|
+
"layout": {
|
|
5
|
+
"layout": "FLEX"
|
|
6
|
+
},
|
|
7
|
+
"rootPanelItems": [
|
|
8
|
+
{
|
|
9
|
+
"panelItems": [
|
|
10
|
+
{
|
|
11
|
+
"panelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"caption": "\u9875\u9762\u6807\u9898",
|
|
18
|
+
"itemStyle": "DEFAULT",
|
|
19
|
+
"itemType": "CTRLPOS",
|
|
20
|
+
"layoutPos": {
|
|
21
|
+
"shrink": 1,
|
|
22
|
+
"layout": "FLEX"
|
|
23
|
+
},
|
|
24
|
+
"showCaption": true,
|
|
25
|
+
"id": "captionbar"
|
|
26
|
+
}
|
|
27
|
+
],
|
|
28
|
+
"layout": {
|
|
29
|
+
"align": "center",
|
|
30
|
+
"layout": "FLEX"
|
|
31
|
+
},
|
|
32
|
+
"dataRegionType": "INHERIT",
|
|
33
|
+
"caption": "\u5BB9\u5668",
|
|
34
|
+
"itemStyle": "DEFAULT",
|
|
35
|
+
"itemType": "CONTAINER",
|
|
36
|
+
"layoutPos": {
|
|
37
|
+
"shrink": 1,
|
|
38
|
+
"heightMode": "FULL",
|
|
39
|
+
"layout": "FLEX"
|
|
40
|
+
},
|
|
41
|
+
"id": "view_captionbar"
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"layout": {
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"dataRegionType": "INHERIT",
|
|
48
|
+
"caption": "\u5BB9\u5668",
|
|
49
|
+
"itemStyle": "DEFAULT",
|
|
50
|
+
"itemType": "CONTAINER",
|
|
51
|
+
"layoutPos": {
|
|
52
|
+
"shrink": 1,
|
|
53
|
+
"heightMode": "FULL",
|
|
54
|
+
"layout": "FLEX"
|
|
55
|
+
},
|
|
56
|
+
"id": "view_header_left"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"panelItems": [
|
|
60
|
+
{
|
|
61
|
+
"panelItems": [
|
|
62
|
+
{
|
|
63
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
64
|
+
"itemStyle": "DEFAULT",
|
|
65
|
+
"itemType": "CTRLPOS",
|
|
66
|
+
"layoutPos": {
|
|
67
|
+
"shrink": 1,
|
|
68
|
+
"layout": "FLEX"
|
|
69
|
+
},
|
|
70
|
+
"showCaption": true,
|
|
71
|
+
"id": "toolbar"
|
|
72
|
+
}
|
|
73
|
+
],
|
|
74
|
+
"layout": {
|
|
75
|
+
"align": "center",
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"dataRegionType": "INHERIT",
|
|
79
|
+
"caption": "\u5BB9\u5668",
|
|
80
|
+
"itemStyle": "DEFAULT",
|
|
81
|
+
"itemType": "CONTAINER",
|
|
82
|
+
"layoutPos": {
|
|
83
|
+
"shrink": 1,
|
|
84
|
+
"heightMode": "FULL",
|
|
85
|
+
"layout": "FLEX"
|
|
86
|
+
},
|
|
87
|
+
"id": "view_toolbar"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"layout": {
|
|
91
|
+
"layout": "FLEX"
|
|
92
|
+
},
|
|
93
|
+
"dataRegionType": "INHERIT",
|
|
94
|
+
"caption": "\u5BB9\u5668",
|
|
95
|
+
"itemStyle": "DEFAULT",
|
|
96
|
+
"itemType": "CONTAINER",
|
|
97
|
+
"layoutPos": {
|
|
98
|
+
"shrink": 1,
|
|
99
|
+
"heightMode": "FULL",
|
|
100
|
+
"layout": "FLEX"
|
|
101
|
+
},
|
|
102
|
+
"id": "view_header_right"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"predefinedType": "VIEWHEADER",
|
|
106
|
+
"layout": {
|
|
107
|
+
"align": "space-between",
|
|
108
|
+
"dir": "row",
|
|
109
|
+
"layout": "FLEX",
|
|
110
|
+
"valign": "center"
|
|
111
|
+
},
|
|
112
|
+
"dataRegionType": "INHERIT",
|
|
113
|
+
"caption": "\u5BB9\u5668",
|
|
114
|
+
"itemStyle": "DEFAULT",
|
|
115
|
+
"itemType": "CONTAINER",
|
|
116
|
+
"layoutPos": {
|
|
117
|
+
"shrink": 0,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"id": "view_header"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"predefinedType": "PANELPART",
|
|
124
|
+
"layout": {
|
|
125
|
+
"layout": "FLEX"
|
|
126
|
+
},
|
|
127
|
+
"dataRegionType": "INHERIT",
|
|
128
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
129
|
+
"itemStyle": "DEFAULT",
|
|
130
|
+
"itemType": "CONTAINER",
|
|
131
|
+
"layoutPos": {
|
|
132
|
+
"shrink": 1,
|
|
133
|
+
"layout": "FLEX"
|
|
134
|
+
},
|
|
135
|
+
"showCaption": true,
|
|
136
|
+
"id": "panelpart"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"panelItems": [
|
|
140
|
+
{
|
|
141
|
+
"panelItems": [
|
|
142
|
+
{
|
|
143
|
+
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
144
|
+
"itemStyle": "DEFAULT",
|
|
145
|
+
"itemType": "CTRLPOS",
|
|
146
|
+
"layoutPos": {
|
|
147
|
+
"shrink": 1,
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"showCaption": true,
|
|
151
|
+
"id": "tabexppanel"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"layout": {
|
|
155
|
+
"layout": "FLEX"
|
|
156
|
+
},
|
|
157
|
+
"dataRegionType": "INHERIT",
|
|
158
|
+
"caption": "\u5BB9\u5668",
|
|
159
|
+
"contentHeight": 54,
|
|
160
|
+
"height": 54,
|
|
161
|
+
"itemStyle": "DEFAULT",
|
|
162
|
+
"itemType": "CONTAINER",
|
|
163
|
+
"layoutPos": {
|
|
164
|
+
"shrink": 0,
|
|
165
|
+
"height": 54,
|
|
166
|
+
"heightMode": "PX",
|
|
167
|
+
"layout": "FLEX"
|
|
168
|
+
},
|
|
169
|
+
"id": "view_tabexppanel"
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"panelItems": [
|
|
173
|
+
{
|
|
174
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "CTRLPOS",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 1,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "searchform"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"layout": {
|
|
186
|
+
"layout": "FLEX"
|
|
187
|
+
},
|
|
188
|
+
"dataRegionType": "INHERIT",
|
|
189
|
+
"caption": "\u5BB9\u5668",
|
|
190
|
+
"itemStyle": "DEFAULT",
|
|
191
|
+
"itemType": "CONTAINER",
|
|
192
|
+
"layoutPos": {
|
|
193
|
+
"shrink": 0,
|
|
194
|
+
"layout": "FLEX"
|
|
195
|
+
},
|
|
196
|
+
"id": "view_searchform"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"panelItems": [
|
|
200
|
+
{
|
|
201
|
+
"caption": "\u641C\u7D22\u680F",
|
|
202
|
+
"itemStyle": "DEFAULT",
|
|
203
|
+
"itemType": "CTRLPOS",
|
|
204
|
+
"layoutPos": {
|
|
205
|
+
"shrink": 1,
|
|
206
|
+
"layout": "FLEX"
|
|
207
|
+
},
|
|
208
|
+
"showCaption": true,
|
|
209
|
+
"id": "searchbar"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"layout": {
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"dataRegionType": "INHERIT",
|
|
216
|
+
"caption": "\u5BB9\u5668",
|
|
217
|
+
"itemStyle": "DEFAULT",
|
|
218
|
+
"itemType": "CONTAINER",
|
|
219
|
+
"layoutPos": {
|
|
220
|
+
"shrink": 0,
|
|
221
|
+
"layout": "FLEX"
|
|
222
|
+
},
|
|
223
|
+
"id": "view_searchbar"
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"panelItems": [
|
|
227
|
+
{
|
|
228
|
+
"rawItem": {
|
|
229
|
+
"predefinedType": "NAV_POS",
|
|
230
|
+
"id": "nav_pos"
|
|
231
|
+
},
|
|
232
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
233
|
+
"itemStyle": "DEFAULT",
|
|
234
|
+
"itemType": "RAWITEM",
|
|
235
|
+
"layoutPos": {
|
|
236
|
+
"shrink": 1,
|
|
237
|
+
"layout": "FLEX"
|
|
238
|
+
},
|
|
239
|
+
"showCaption": true,
|
|
240
|
+
"id": "nav_pos"
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"layout": {
|
|
244
|
+
"layout": "FLEX"
|
|
245
|
+
},
|
|
246
|
+
"dataRegionType": "INHERIT",
|
|
247
|
+
"caption": "\u5BB9\u5668",
|
|
248
|
+
"itemStyle": "DEFAULT",
|
|
249
|
+
"itemType": "CONTAINER",
|
|
250
|
+
"layoutPos": {
|
|
251
|
+
"grow": 1,
|
|
252
|
+
"shrink": 1,
|
|
253
|
+
"layout": "FLEX"
|
|
254
|
+
},
|
|
255
|
+
"id": "view_nav_pos"
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"predefinedType": "VIEWCONTENT",
|
|
259
|
+
"layout": {
|
|
260
|
+
"layout": "FLEX"
|
|
261
|
+
},
|
|
262
|
+
"dataRegionType": "INHERIT",
|
|
263
|
+
"caption": "\u5BB9\u5668",
|
|
264
|
+
"itemStyle": "DEFAULT",
|
|
265
|
+
"itemType": "CONTAINER",
|
|
266
|
+
"layoutPos": {
|
|
267
|
+
"grow": 1,
|
|
268
|
+
"shrink": 1,
|
|
269
|
+
"layout": "FLEX"
|
|
270
|
+
},
|
|
271
|
+
"id": "view_content"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"layoutPanel": true,
|
|
275
|
+
"codeName": "DETabSearchViewViewLayout",
|
|
276
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
277
|
+
"logicName": "\u5206\u9875\u641C\u7D22\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
278
|
+
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
279
|
+
"controlParam": {},
|
|
280
|
+
"name": "layoutpanel",
|
|
281
|
+
"id": "detabsearchviewviewlayout"
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
export { DETABSEARCHVIEW as default };
|
package/lib/publish/index.cjs
CHANGED
|
@@ -48,6 +48,7 @@ var viewLayoutModelRepositoryDeMapViewLayout = require('./view-layout-model-repo
|
|
|
48
48
|
var viewLayoutModelRepositoryDeReportViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs');
|
|
49
49
|
var viewLayoutModelRepositoryDeGanttViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs');
|
|
50
50
|
var viewLayoutModelRepositoryDeIndexViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs');
|
|
51
|
+
var viewLayoutModelRepositoryDeTabSearchViewViewLayout = require('./view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs');
|
|
51
52
|
var controlLayoutModelRepositoryGridExpBarLayout = require('./control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs');
|
|
52
53
|
var controlLayoutModelRepositoryListExpBarLayout = require('./control-layout/control-layout-model-repository-list-exp-bar-layout.cjs');
|
|
53
54
|
var controlLayoutModelRepositoryDataViewExpBarLayout = require('./control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs');
|
|
@@ -116,6 +117,7 @@ function install(callBack) {
|
|
|
116
117
|
callBack("DEREPORTVIEW_DEFAULT", viewLayoutModelRepositoryDeReportViewLayout.default);
|
|
117
118
|
callBack("DEGANTTVIEW_DEFAULT", viewLayoutModelRepositoryDeGanttViewLayout.default);
|
|
118
119
|
callBack("DEINDEXVIEW_DEFAULT", viewLayoutModelRepositoryDeIndexViewLayout.default);
|
|
120
|
+
callBack("DETABSEARCHVIEW_DEFAULT", viewLayoutModelRepositoryDeTabSearchViewViewLayout.default);
|
|
119
121
|
callBack("GRIDEXPBAR_DEFAULT", controlLayoutModelRepositoryGridExpBarLayout.default);
|
|
120
122
|
callBack("LISTEXPBAR_DEFAULT", controlLayoutModelRepositoryListExpBarLayout.default);
|
|
121
123
|
callBack("DATAVIEWEXPBAR_DEFAULT", controlLayoutModelRepositoryDataViewExpBarLayout.default);
|