@ibiz-template/web-theme 3.10.0 → 3.12.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.
Files changed (74) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +2 -2
  3. package/es/index.d.ts +1 -0
  4. package/es/index.mjs +3 -0
  5. package/es/publish/app-login-view.d.ts +10 -0
  6. package/es/publish/app-login-view.mjs +15 -0
  7. package/es/publish/locale/en.d.ts +10 -0
  8. package/es/publish/locale/en.mjs +174 -0
  9. package/es/publish/locale/index.d.ts +3 -0
  10. package/es/publish/locale/index.mjs +4 -0
  11. package/es/publish/locale/zh-cn.d.ts +15 -0
  12. package/es/publish/locale/zh-cn.mjs +51 -0
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +3 -0
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +1 -0
  15. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +6 -0
  16. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +12 -0
  17. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +6 -0
  18. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +12 -0
  19. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +6 -0
  20. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +12 -0
  21. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +4 -0
  22. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs +2 -0
  23. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.d.ts +3 -0
  24. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs +1 -0
  25. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +6 -0
  26. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +6 -0
  27. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +18 -0
  28. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +36 -0
  29. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +18 -0
  30. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +36 -0
  31. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +12 -0
  32. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +12 -0
  33. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +12 -0
  34. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +12 -0
  35. package/es/theme/index.css +1 -1
  36. package/es/theme/theme/default-dark/default-dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/lib/index.cjs +5 -0
  39. package/lib/publish/app-login-view.cjs +15 -0
  40. package/lib/publish/locale/en.cjs +178 -0
  41. package/lib/publish/locale/index.cjs +9 -0
  42. package/lib/publish/locale/zh-cn.cjs +55 -0
  43. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +1 -0
  44. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +12 -0
  45. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +12 -0
  46. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +12 -0
  47. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs +2 -0
  48. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs +1 -0
  49. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +6 -0
  50. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +36 -0
  51. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +36 -0
  52. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +12 -0
  53. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +12 -0
  54. package/lib/theme/index.css +1 -1
  55. package/lib/theme/theme/default-dark/default-dark-theme.css +1 -1
  56. package/lib/theme/theme/index.css +1 -1
  57. package/package.json +2 -2
  58. package/src/index.ts +3 -0
  59. package/src/publish/app-login-view.ts +15 -0
  60. package/src/publish/locale/en.ts +172 -0
  61. package/src/publish/locale/index.ts +5 -0
  62. package/src/publish/locale/zh-cn.ts +49 -0
  63. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +1 -0
  64. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +12 -0
  65. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +12 -0
  66. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +12 -0
  67. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.ts +2 -0
  68. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.ts +1 -0
  69. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +6 -0
  70. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +36 -0
  71. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +36 -0
  72. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +12 -0
  73. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +12 -0
  74. package/src/theme/theme/default-dark/default-dark-theme.scss +12 -6
package/es/index.d.ts CHANGED
@@ -3,3 +3,4 @@ declare const _default: {
3
3
  install(): void;
4
4
  };
5
5
  export default _default;
6
+ export * from './publish/locale';
package/es/index.mjs CHANGED
@@ -1,5 +1,8 @@
1
1
  import './theme/index.css';
2
2
  import { install } from './publish/index.mjs';
3
+ import './publish/locale/index.mjs';
4
+ export { default as ZH_CN } from './publish/locale/zh-cn.mjs';
5
+ export { default as EN } from './publish/locale/en.mjs';
3
6
 
4
7
  "use strict";
5
8
  var index = {
@@ -94,6 +94,7 @@ declare const _default: {
94
94
  predefinedType?: undefined;
95
95
  layout?: undefined;
96
96
  dataRegionType?: undefined;
97
+ capLanguageRes?: undefined;
97
98
  } | {
98
99
  actionGroupExtractMode: string;
99
100
  predefinedType: string;
@@ -101,6 +102,9 @@ declare const _default: {
101
102
  layout: string;
102
103
  };
103
104
  dataRegionType: string;
105
+ capLanguageRes: {
106
+ lanResTag: string;
107
+ };
104
108
  caption: string;
105
109
  itemStyle: string;
106
110
  itemType: string;
@@ -142,6 +146,12 @@ declare const _default: {
142
146
  uiactionId: string;
143
147
  renderMode: string;
144
148
  tooltip: string;
149
+ tooltipLanguageRes: {
150
+ lanResTag: string;
151
+ };
152
+ capLanguageRes: {
153
+ lanResTag: string;
154
+ };
145
155
  caption: string;
146
156
  itemStyle: string;
147
157
  itemType: string;
@@ -123,6 +123,9 @@ var AppLoginView = {
123
123
  "layout": "FLEX"
124
124
  },
125
125
  "dataRegionType": "INHERIT",
126
+ "capLanguageRes": {
127
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
128
+ },
126
129
  "caption": "\u8BB0\u4F4F\u6211",
127
130
  "itemStyle": "DEFAULT",
128
131
  "itemType": "CONTAINER",
@@ -156,6 +159,12 @@ var AppLoginView = {
156
159
  "uiactionId": "app_login",
157
160
  "renderMode": "BUTTON",
158
161
  "tooltip": "\u767B\u5F55",
162
+ "tooltipLanguageRes": {
163
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
164
+ },
165
+ "capLanguageRes": {
166
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
167
+ },
159
168
  "caption": "\u767B\u5F55",
160
169
  "itemStyle": "DEFAULT",
161
170
  "itemType": "BUTTON",
@@ -173,6 +182,12 @@ var AppLoginView = {
173
182
  "uiactionId": "data_cancelchanges",
174
183
  "renderMode": "BUTTON",
175
184
  "tooltip": "\u91CD\u7F6E",
185
+ "tooltipLanguageRes": {
186
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
187
+ },
188
+ "capLanguageRes": {
189
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
190
+ },
176
191
  "caption": "\u91CD\u7F6E",
177
192
  "itemStyle": "DEFAULT",
178
193
  "itemType": "BUTTON",
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ languageItems: {
3
+ content: string;
4
+ lanResTag: string;
5
+ }[];
6
+ language: string;
7
+ name: string;
8
+ id: string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,174 @@
1
+ "use strict";
2
+ var en = {
3
+ "languageItems": [
4
+ {
5
+ "content": "Copy {0}",
6
+ "lanResTag": "TBB.TOOLTIP.*.COPY"
7
+ },
8
+ {
9
+ "content": "Save",
10
+ "lanResTag": "TBB.TOOLTIP.*.SAVE"
11
+ },
12
+ {
13
+ "content": "Remove",
14
+ "lanResTag": "TBB.TEXT.*.REMOVE"
15
+ },
16
+ {
17
+ "content": "Export Data Model",
18
+ "lanResTag": "MENUITEM.CAPTION.*.EXPORTSRF"
19
+ },
20
+ {
21
+ "content": "Print",
22
+ "lanResTag": "TBB.TEXT.*.PRINT"
23
+ },
24
+ {
25
+ "content": "New",
26
+ "lanResTag": "TBB.TOOLTIP.*.NEW"
27
+ },
28
+ {
29
+ "content": "Save And New",
30
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
31
+ },
32
+ {
33
+ "content": "Add all data",
34
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
35
+ },
36
+ {
37
+ "content": "Remove And Close Window",
38
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE"
39
+ },
40
+ {
41
+ "content": "Save",
42
+ "lanResTag": "TBB.TEXT.*.SAVE"
43
+ },
44
+ {
45
+ "content": "Remove {0}",
46
+ "lanResTag": "TBB.TOOLTIP.*.REMOVE"
47
+ },
48
+ {
49
+ "content": "Reset",
50
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
51
+ },
52
+ {
53
+ "content": "Print",
54
+ "lanResTag": "TBB.TOOLTIP.*.PRINT"
55
+ },
56
+ {
57
+ "content": "Remove selected data",
58
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
59
+ },
60
+ {
61
+ "content": "Help",
62
+ "lanResTag": "TBB.TOOLTIP.*.HELP"
63
+ },
64
+ {
65
+ "content": "Help",
66
+ "lanResTag": "TBB.TEXT.*.HELP"
67
+ },
68
+ {
69
+ "content": "Cancel",
70
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
71
+ },
72
+ {
73
+ "content": "Copy",
74
+ "lanResTag": "TBB.TEXT.*.COPY"
75
+ },
76
+ {
77
+ "content": "Remove all data",
78
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
79
+ },
80
+ {
81
+ "content": "New",
82
+ "lanResTag": "TBB.TEXT.*.NEW"
83
+ },
84
+ {
85
+ "content": "View",
86
+ "lanResTag": "TBB.TEXT.*.VIEW"
87
+ },
88
+ {
89
+ "content": "Start workflow",
90
+ "lanResTag": "TBB.TOOLTIP.*.STARTWF"
91
+ },
92
+ {
93
+ "content": "Filter",
94
+ "lanResTag": "TBB.TEXT.*.FILTER"
95
+ },
96
+ {
97
+ "content": "Edit {0}",
98
+ "lanResTag": "TBB.TOOLTIP.*.EDIT"
99
+ },
100
+ {
101
+ "content": "Login",
102
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
103
+ },
104
+ {
105
+ "content": "Export {0} Data To Excel",
106
+ "lanResTag": "TBB.TOOLTIP.*.EXPORT"
107
+ },
108
+ {
109
+ "content": "Save And Close Window",
110
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
111
+ },
112
+ {
113
+ "content": "Other",
114
+ "lanResTag": "TBB.TEXT.*.OTHER"
115
+ },
116
+ {
117
+ "content": "Add",
118
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
119
+ },
120
+ {
121
+ "content": "Workflow step",
122
+ "lanResTag": "TBB.TEXT.*.VIEWWFSTEP"
123
+ },
124
+ {
125
+ "content": "Remove And Close",
126
+ "lanResTag": "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE"
127
+ },
128
+ {
129
+ "content": "Remember me",
130
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
131
+ },
132
+ {
133
+ "content": "Start workflow",
134
+ "lanResTag": "TBB.TEXT.*.STARTWF"
135
+ },
136
+ {
137
+ "content": "Filter",
138
+ "lanResTag": "TBB.TOOLTIP.*.FILTER"
139
+ },
140
+ {
141
+ "content": "View {0}",
142
+ "lanResTag": "TBB.TOOLTIP.*.VIEW"
143
+ },
144
+ {
145
+ "content": "Add selected data",
146
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
147
+ },
148
+ {
149
+ "content": "Save And Close",
150
+ "lanResTag": "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
151
+ },
152
+ {
153
+ "content": "Save And New",
154
+ "lanResTag": "TBB.TEXT.EDITVIEW.SAVEANDNEW"
155
+ },
156
+ {
157
+ "content": "Confirm",
158
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
159
+ },
160
+ {
161
+ "content": "Export",
162
+ "lanResTag": "TBB.TEXT.*.EXPORT"
163
+ },
164
+ {
165
+ "content": "Edit",
166
+ "lanResTag": "TBB.TEXT.*.EDIT"
167
+ }
168
+ ],
169
+ "language": "EN",
170
+ "name": "\u82F1\u6587",
171
+ "id": "frontmodel.en"
172
+ };
173
+
174
+ export { en as default };
@@ -0,0 +1,3 @@
1
+ import ZH_CN from './zh-cn';
2
+ import EN from './en';
3
+ export { ZH_CN, EN };
@@ -0,0 +1,4 @@
1
+ export { default as ZH_CN } from './zh-cn.mjs';
2
+ export { default as EN } from './en.mjs';
3
+
4
+ "use strict";
@@ -0,0 +1,15 @@
1
+ declare const _default: {
2
+ languageItems: ({
3
+ content: string;
4
+ lanResTag: string;
5
+ id?: undefined;
6
+ } | {
7
+ content: string;
8
+ lanResTag: string;
9
+ id: string;
10
+ })[];
11
+ language: string;
12
+ name: string;
13
+ id: string;
14
+ };
15
+ export default _default;
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ var zhCn = {
3
+ "languageItems": [
4
+ {
5
+ "content": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
6
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
7
+ },
8
+ {
9
+ "content": "\u91CD\u7F6E",
10
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET",
11
+ "id": "modelrepository.null"
12
+ },
13
+ {
14
+ "content": "\u6DFB\u52A0",
15
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
16
+ },
17
+ {
18
+ "content": "\u53D6\u6D88",
19
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
20
+ },
21
+ {
22
+ "content": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
23
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
24
+ },
25
+ {
26
+ "content": "\u8BB0\u4F4F\u6211",
27
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
28
+ },
29
+ {
30
+ "content": "\u767B\u5F55",
31
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
32
+ },
33
+ {
34
+ "content": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
35
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
36
+ },
37
+ {
38
+ "content": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
39
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
40
+ },
41
+ {
42
+ "content": "\u786E\u5B9A",
43
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
44
+ }
45
+ ],
46
+ "language": "ZH_CN",
47
+ "name": "\u4E2D\u6587\u7B80\u4F53",
48
+ "id": "frontmodel.zh_cn"
49
+ };
50
+
51
+ export { zhCn as default };
@@ -259,6 +259,7 @@ declare const _default: {
259
259
  })[];
260
260
  controls: ({
261
261
  legendPos: string;
262
+ navViewPos: string;
262
263
  autoLoad: boolean;
263
264
  showBusyIndicator: boolean;
264
265
  codeName: string;
@@ -284,6 +285,7 @@ declare const _default: {
284
285
  };
285
286
  id: string;
286
287
  legendPos?: undefined;
288
+ navViewPos?: undefined;
287
289
  autoLoad?: undefined;
288
290
  showBusyIndicator?: undefined;
289
291
  codeName?: undefined;
@@ -307,6 +309,7 @@ declare const _default: {
307
309
  name: string;
308
310
  id: string;
309
311
  legendPos?: undefined;
312
+ navViewPos?: undefined;
310
313
  autoLoad?: undefined;
311
314
  showBusyIndicator?: undefined;
312
315
  logicName?: undefined;
@@ -347,6 +347,7 @@ var DEMAPVIEW = {
347
347
  "controls": [
348
348
  {
349
349
  "legendPos": "NONE",
350
+ "navViewPos": "NONE",
350
351
  "autoLoad": true,
351
352
  "showBusyIndicator": true,
352
353
  "codeName": "DEMapViewLayout_MapView",
@@ -152,6 +152,12 @@ declare const _default: {
152
152
  uiactionId: string;
153
153
  renderMode: string;
154
154
  tooltip: string;
155
+ tooltipLanguageRes: {
156
+ lanResTag: string;
157
+ };
158
+ capLanguageRes: {
159
+ lanResTag: string;
160
+ };
155
161
  caption: string;
156
162
  itemStyle: string;
157
163
  itemType: string;
@@ -225,6 +225,12 @@ var DEOptView = {
225
225
  "uiactionId": "view_okaction",
226
226
  "renderMode": "BUTTON",
227
227
  "tooltip": "\u786E\u5B9A",
228
+ "tooltipLanguageRes": {
229
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
230
+ },
231
+ "capLanguageRes": {
232
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
233
+ },
228
234
  "caption": "\u786E\u5B9A",
229
235
  "itemStyle": "PRIMARY",
230
236
  "itemType": "BUTTON",
@@ -242,6 +248,12 @@ var DEOptView = {
242
248
  "uiactionId": "view_cancelaction",
243
249
  "renderMode": "BUTTON",
244
250
  "tooltip": "\u53D6\u6D88",
251
+ "tooltipLanguageRes": {
252
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
253
+ },
254
+ "capLanguageRes": {
255
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
256
+ },
245
257
  "caption": "\u53D6\u6D88",
246
258
  "itemStyle": "INFO",
247
259
  "itemType": "BUTTON",
@@ -195,6 +195,12 @@ declare const _default: {
195
195
  uiactionId: string;
196
196
  renderMode: string;
197
197
  tooltip: string;
198
+ tooltipLanguageRes: {
199
+ lanResTag: string;
200
+ };
201
+ capLanguageRes: {
202
+ lanResTag: string;
203
+ };
198
204
  caption: string;
199
205
  itemStyle: string;
200
206
  itemType: string;
@@ -271,6 +271,12 @@ var DEPickupView2 = {
271
271
  "uiactionId": "view_okaction",
272
272
  "renderMode": "BUTTON",
273
273
  "tooltip": "\u786E\u5B9A",
274
+ "tooltipLanguageRes": {
275
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
276
+ },
277
+ "capLanguageRes": {
278
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
279
+ },
274
280
  "caption": "\u786E\u5B9A",
275
281
  "itemStyle": "PRIMARY",
276
282
  "itemType": "BUTTON",
@@ -288,6 +294,12 @@ var DEPickupView2 = {
288
294
  "uiactionId": "view_cancelaction",
289
295
  "renderMode": "BUTTON",
290
296
  "tooltip": "\u53D6\u6D88",
297
+ "tooltipLanguageRes": {
298
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
299
+ },
300
+ "capLanguageRes": {
301
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
302
+ },
291
303
  "caption": "\u53D6\u6D88",
292
304
  "itemStyle": "INFO",
293
305
  "itemType": "BUTTON",
@@ -151,6 +151,12 @@ declare const _default: {
151
151
  uiactionId: string;
152
152
  renderMode: string;
153
153
  tooltip: string;
154
+ tooltipLanguageRes: {
155
+ lanResTag: string;
156
+ };
157
+ capLanguageRes: {
158
+ lanResTag: string;
159
+ };
154
160
  caption: string;
155
161
  itemStyle: string;
156
162
  itemType: string;
@@ -224,6 +224,12 @@ var DEPickupView = {
224
224
  "uiactionId": "view_okaction",
225
225
  "renderMode": "BUTTON",
226
226
  "tooltip": "\u786E\u5B9A",
227
+ "tooltipLanguageRes": {
228
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
229
+ },
230
+ "capLanguageRes": {
231
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
232
+ },
227
233
  "caption": "\u786E\u5B9A",
228
234
  "itemStyle": "PRIMARY",
229
235
  "itemType": "BUTTON",
@@ -241,6 +247,12 @@ var DEPickupView = {
241
247
  "uiactionId": "view_cancelaction",
242
248
  "renderMode": "BUTTON",
243
249
  "tooltip": "\u53D6\u6D88",
250
+ "tooltipLanguageRes": {
251
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
252
+ },
253
+ "capLanguageRes": {
254
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
255
+ },
244
256
  "caption": "\u53D6\u6D88",
245
257
  "itemStyle": "INFO",
246
258
  "itemType": "BUTTON",
@@ -14,6 +14,7 @@ declare const _default: {
14
14
  layoutPos: {
15
15
  shrink: number;
16
16
  layout: string;
17
+ grow?: undefined;
17
18
  };
18
19
  showCaption: boolean;
19
20
  id: string;
@@ -48,6 +49,7 @@ declare const _default: {
48
49
  layoutPos: {
49
50
  shrink: number;
50
51
  layout: string;
52
+ grow?: undefined;
51
53
  };
52
54
  id: string;
53
55
  rawItem?: undefined;
@@ -61,6 +63,7 @@ declare const _default: {
61
63
  itemStyle: string;
62
64
  itemType: string;
63
65
  layoutPos: {
66
+ grow: number;
64
67
  shrink: number;
65
68
  layout: string;
66
69
  };
@@ -91,6 +94,7 @@ declare const _default: {
91
94
  itemStyle: string;
92
95
  itemType: string;
93
96
  layoutPos: {
97
+ grow: number;
94
98
  shrink: number;
95
99
  layout: string;
96
100
  };
@@ -77,6 +77,7 @@ var DETABEXPVIEW_FLOW = {
77
77
  "itemStyle": "DEFAULT",
78
78
  "itemType": "CTRLPOS",
79
79
  "layoutPos": {
80
+ "grow": 1,
80
81
  "shrink": 1,
81
82
  "layout": "FLEX"
82
83
  },
@@ -107,6 +108,7 @@ var DETABEXPVIEW_FLOW = {
107
108
  "itemStyle": "DEFAULT",
108
109
  "itemType": "CONTAINER",
109
110
  "layoutPos": {
111
+ "grow": 1,
110
112
  "shrink": 1,
111
113
  "layout": "FLEX"
112
114
  },
@@ -166,6 +166,7 @@ declare const _default: {
166
166
  pagingSize: number;
167
167
  sortMode: string;
168
168
  enableCustomized: boolean;
169
+ navViewPos: string;
169
170
  fetchControlAction: {
170
171
  appDEMethodId: string;
171
172
  appDataEntityId: string;
@@ -209,6 +210,7 @@ declare const _default: {
209
210
  pagingSize?: undefined;
210
211
  sortMode?: undefined;
211
212
  enableCustomized?: undefined;
213
+ navViewPos?: undefined;
212
214
  fetchControlAction?: undefined;
213
215
  removeControlAction?: undefined;
214
216
  autoLoad?: undefined;
@@ -240,6 +242,7 @@ declare const _default: {
240
242
  pagingSize?: undefined;
241
243
  sortMode?: undefined;
242
244
  enableCustomized?: undefined;
245
+ navViewPos?: undefined;
243
246
  fetchControlAction?: undefined;
244
247
  removeControlAction?: undefined;
245
248
  autoLoad?: undefined;
@@ -221,6 +221,7 @@ var DEMEDITVIEW9_TOP = {
221
221
  "pagingSize": 20,
222
222
  "sortMode": "REMOTE",
223
223
  "enableCustomized": true,
224
+ "navViewPos": "NONE",
224
225
  "fetchControlAction": {
225
226
  "appDEMethodId": "fetchdefault",
226
227
  "appDataEntityId": "frontmodel.viewlayoutmodelrepository",
@@ -244,7 +244,13 @@ declare const _default: {
244
244
  buttonType: string;
245
245
  renderMode: string;
246
246
  tooltip: string;
247
+ tooltipLanguageRes: {
248
+ lanResTag: string;
249
+ };
247
250
  uiactionTarget: string;
251
+ capLanguageRes: {
252
+ lanResTag: string;
253
+ };
248
254
  caption: string;
249
255
  itemStyle: string;
250
256
  itemType: string;
@@ -300,7 +300,13 @@ var DEMEditView9 = {
300
300
  "buttonType": "PANELBUTTON",
301
301
  "renderMode": "BUTTON",
302
302
  "tooltip": "\u6DFB\u52A0",
303
+ "tooltipLanguageRes": {
304
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
305
+ },
303
306
  "uiactionTarget": "NONE",
307
+ "capLanguageRes": {
308
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
309
+ },
304
310
  "caption": "\u6DFB\u52A0",
305
311
  "itemStyle": "DEFAULT",
306
312
  "itemType": "BUTTON",
@@ -201,6 +201,12 @@ declare const _default: {
201
201
  uiactionId: string;
202
202
  renderMode: string;
203
203
  tooltip: string;
204
+ tooltipLanguageRes: {
205
+ lanResTag: string;
206
+ };
207
+ capLanguageRes: {
208
+ lanResTag: string;
209
+ };
204
210
  caption: string;
205
211
  itemStyle: string;
206
212
  itemType: string;
@@ -221,6 +227,12 @@ declare const _default: {
221
227
  uiactionId: string;
222
228
  renderMode: string;
223
229
  tooltip: string;
230
+ tooltipLanguageRes: {
231
+ lanResTag: string;
232
+ };
233
+ capLanguageRes: {
234
+ lanResTag: string;
235
+ };
224
236
  caption: string;
225
237
  itemStyle: string;
226
238
  itemType: string;
@@ -322,6 +334,12 @@ declare const _default: {
322
334
  uiactionId: string;
323
335
  renderMode: string;
324
336
  tooltip: string;
337
+ tooltipLanguageRes: {
338
+ lanResTag: string;
339
+ };
340
+ capLanguageRes: {
341
+ lanResTag: string;
342
+ };
325
343
  caption: string;
326
344
  itemStyle: string;
327
345
  itemType: string;