@ibiz-template/web-theme 1.1.10 → 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.
Files changed (43) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/index.min.css +1 -1
  3. package/dist/index.system.min.js +1 -1
  4. package/dist/index.system.min.js.map +1 -1
  5. package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +0 -5
  6. package/es/publish/control-layout/control-layout-model-repository-tree-layout.mjs +1 -6
  7. package/es/publish/index.mjs +2 -0
  8. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +1 -0
  9. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +1 -0
  10. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +0 -5
  11. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +1 -6
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +0 -5
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +1 -6
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +200 -0
  15. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +284 -0
  16. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +0 -5
  17. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +1 -6
  18. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +31 -3
  19. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +28 -2
  20. package/es/theme/index.css +1 -1
  21. package/es/theme/objects/expand/expand.css +1 -1
  22. package/es/theme/objects/index.css +1 -1
  23. package/lib/publish/control-layout/control-layout-model-repository-tree-layout.cjs +1 -6
  24. package/lib/publish/index.cjs +2 -0
  25. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +1 -0
  26. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +1 -6
  27. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +1 -6
  28. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +288 -0
  29. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +1 -6
  30. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +28 -2
  31. package/lib/theme/index.css +1 -1
  32. package/lib/theme/objects/expand/expand.css +1 -1
  33. package/lib/theme/objects/index.css +1 -1
  34. package/package.json +2 -2
  35. package/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +1 -6
  36. package/src/publish/index.ts +3 -0
  37. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +1 -0
  38. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +1 -6
  39. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +1 -6
  40. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +281 -0
  41. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +1 -6
  42. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +28 -2
  43. package/src/theme/objects/expand/expand.scss +26 -0
@@ -70,12 +70,7 @@ declare const _default: {
70
70
  layoutPanel: boolean;
71
71
  controls: {
72
72
  capLanguageRes: {
73
- defaultContent: string;
74
73
  lanResTag: string;
75
- lanResType: string;
76
- refFlag: boolean;
77
- name: string;
78
- id: string;
79
74
  };
80
75
  caption: string;
81
76
  codeName: string;
@@ -81,12 +81,7 @@ var Tree = {
81
81
  "controls": [
82
82
  {
83
83
  "capLanguageRes": {
84
- "defaultContent": "\u90E8\u4EF6\u5E03\u5C40\u6A21\u578B\u5B58\u50A8",
85
- "lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY",
86
- "lanResType": "DE.LNAME",
87
- "refFlag": true,
88
- "name": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08DE.LNAME.*\uFF09[CONTROLLAYOUTMODELREPOSITORY]",
89
- "id": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08de.lname.*\uFF09[controllayoutmodelrepository]"
84
+ "lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
90
85
  },
91
86
  "caption": "\u6811\u90E8\u4EF6\u5E03\u5C40",
92
87
  "codeName": "TreeLayoutcaptionbar",
@@ -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);
@@ -87,6 +87,7 @@ declare const _default: {
87
87
  itemStyle: string;
88
88
  itemType: string;
89
89
  layoutPos: {
90
+ grow: number;
90
91
  shrink: number;
91
92
  layout: string;
92
93
  };
@@ -144,6 +144,7 @@ var DEEdit2View = {
144
144
  "itemStyle": "DEFAULT",
145
145
  "itemType": "CTRLPOS",
146
146
  "layoutPos": {
147
+ "grow": 1,
147
148
  "shrink": 1,
148
149
  "layout": "FLEX"
149
150
  },
@@ -194,12 +194,7 @@ declare const _default: {
194
194
  layoutPanel: boolean;
195
195
  controls: {
196
196
  capLanguageRes: {
197
- defaultContent: string;
198
197
  lanResTag: string;
199
- lanResType: string;
200
- refFlag: boolean;
201
- name: string;
202
- id: string;
203
198
  };
204
199
  caption: string;
205
200
  codeName: string;
@@ -251,12 +251,7 @@ var DEINDEXVIEW = {
251
251
  "controls": [
252
252
  {
253
253
  "capLanguageRes": {
254
- "defaultContent": "\u89C6\u56FE\u5E03\u5C40\u6A21\u578B\u5B58\u50A8",
255
- "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY",
256
- "lanResType": "DE.LNAME",
257
- "refFlag": true,
258
- "name": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08DE.LNAME.*\uFF09[VIEWLAYOUTMODELREPOSITORY]",
259
- "id": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08de.lname.*\uFF09[viewlayoutmodelrepository]"
254
+ "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY"
260
255
  },
261
256
  "caption": "\u5B9E\u4F53\u9996\u9875\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
262
257
  "codeName": "DEIndexViewLayoutcaptionbar",
@@ -253,12 +253,7 @@ declare const _default: {
253
253
  caption?: undefined;
254
254
  } | {
255
255
  capLanguageRes: {
256
- defaultContent: string;
257
256
  lanResTag: string;
258
- lanResType: string;
259
- refFlag: boolean;
260
- name: string;
261
- id: string;
262
257
  };
263
258
  caption: string;
264
259
  codeName: string;
@@ -296,12 +296,7 @@ var DEMAPVIEW = {
296
296
  },
297
297
  {
298
298
  "capLanguageRes": {
299
- "defaultContent": "\u89C6\u56FE\u5E03\u5C40\u6A21\u578B\u5B58\u50A8",
300
- "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY",
301
- "lanResType": "DE.LNAME",
302
- "refFlag": true,
303
- "name": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08DE.LNAME.*\uFF09[VIEWLAYOUTMODELREPOSITORY]",
304
- "id": "\u5B9E\u4F53\u903B\u8F91\u540D\u79F0\uFF08de.lname.*\uFF09[viewlayoutmodelrepository]"
299
+ "lanResTag": "DE.LNAME.VIEWLAYOUTMODELREPOSITORY"
305
300
  },
306
301
  "caption": "\u5730\u56FE\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
307
302
  "codeName": "DEMapViewLayoutcaptionbar",
@@ -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 };
@@ -209,12 +209,7 @@ declare const _default: {
209
209
  renderMode: string;
210
210
  tooltip: string;
211
211
  capLanguageRes: {
212
- defaultContent: string;
213
212
  lanResTag: string;
214
- lanResType: string;
215
- refFlag: boolean;
216
- name: string;
217
- id: string;
218
213
  };
219
214
  caption: string;
220
215
  itemStyle: string;
@@ -249,12 +249,7 @@ var DEMEditView9 = {
249
249
  "renderMode": "BUTTON",
250
250
  "tooltip": "\u6DFB\u52A0",
251
251
  "capLanguageRes": {
252
- "defaultContent": "\u65B0\u5EFA",
253
- "lanResTag": "TBB.TEXT.*.NEW",
254
- "lanResType": "TBB.TEXT",
255
- "refFlag": true,
256
- "name": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.NEW]",
257
- "id": "\u5DE5\u5177\u680F\u6309\u94AE\u6587\u672C[*.new]"
252
+ "lanResTag": "TBB.TEXT.*.NEW"
258
253
  },
259
254
  "caption": "\u6DFB\u52A0",
260
255
  "itemStyle": "DEFAULT",