@ibiz-template/web-theme 3.11.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 (66) hide show
  1. package/dist/index.system.min.js +2 -2
  2. package/es/index.d.ts +1 -0
  3. package/es/index.mjs +3 -0
  4. package/es/publish/app-login-view.d.ts +10 -0
  5. package/es/publish/app-login-view.mjs +15 -0
  6. package/es/publish/locale/en.d.ts +10 -0
  7. package/es/publish/locale/en.mjs +174 -0
  8. package/es/publish/locale/index.d.ts +3 -0
  9. package/es/publish/locale/index.mjs +4 -0
  10. package/es/publish/locale/zh-cn.d.ts +15 -0
  11. package/es/publish/locale/zh-cn.mjs +51 -0
  12. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +3 -0
  13. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +1 -0
  14. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +6 -0
  15. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +12 -0
  16. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +6 -0
  17. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +12 -0
  18. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +6 -0
  19. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +12 -0
  20. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +4 -0
  21. package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs +2 -0
  22. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.d.ts +3 -0
  23. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs +1 -0
  24. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +6 -0
  25. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +6 -0
  26. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +18 -0
  27. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +36 -0
  28. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +18 -0
  29. package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +36 -0
  30. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +12 -0
  31. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +12 -0
  32. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +12 -0
  33. package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +12 -0
  34. package/lib/index.cjs +5 -0
  35. package/lib/publish/app-login-view.cjs +15 -0
  36. package/lib/publish/locale/en.cjs +178 -0
  37. package/lib/publish/locale/index.cjs +9 -0
  38. package/lib/publish/locale/zh-cn.cjs +55 -0
  39. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +1 -0
  40. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +12 -0
  41. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +12 -0
  42. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +12 -0
  43. package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs +2 -0
  44. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs +1 -0
  45. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +6 -0
  46. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +36 -0
  47. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +36 -0
  48. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +12 -0
  49. package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +12 -0
  50. package/package.json +2 -2
  51. package/src/index.ts +3 -0
  52. package/src/publish/app-login-view.ts +15 -0
  53. package/src/publish/locale/en.ts +172 -0
  54. package/src/publish/locale/index.ts +5 -0
  55. package/src/publish/locale/zh-cn.ts +49 -0
  56. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +1 -0
  57. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +12 -0
  58. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +12 -0
  59. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +12 -0
  60. package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.ts +2 -0
  61. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.ts +1 -0
  62. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +6 -0
  63. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +36 -0
  64. package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +36 -0
  65. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +12 -0
  66. package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +12 -0
@@ -274,6 +274,12 @@ var DEMPickupView2 = {
274
274
  "uiactionId": "util_addselection",
275
275
  "renderMode": "BUTTON",
276
276
  "tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
277
+ "tooltipLanguageRes": {
278
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
279
+ },
280
+ "capLanguageRes": {
281
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
282
+ },
277
283
  "caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
278
284
  "itemStyle": "DEFAULT",
279
285
  "itemType": "BUTTON",
@@ -295,6 +301,12 @@ var DEMPickupView2 = {
295
301
  "uiactionId": "util_addall",
296
302
  "renderMode": "BUTTON",
297
303
  "tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
304
+ "tooltipLanguageRes": {
305
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
306
+ },
307
+ "capLanguageRes": {
308
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
309
+ },
298
310
  "caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
299
311
  "itemStyle": "DEFAULT",
300
312
  "itemType": "BUTTON",
@@ -316,6 +328,12 @@ var DEMPickupView2 = {
316
328
  "uiactionId": "util_removeall",
317
329
  "renderMode": "BUTTON",
318
330
  "tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
331
+ "tooltipLanguageRes": {
332
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
333
+ },
334
+ "capLanguageRes": {
335
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
336
+ },
319
337
  "caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
320
338
  "itemStyle": "DEFAULT",
321
339
  "itemType": "BUTTON",
@@ -337,6 +355,12 @@ var DEMPickupView2 = {
337
355
  "uiactionId": "util_removeselection",
338
356
  "renderMode": "BUTTON",
339
357
  "tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
358
+ "tooltipLanguageRes": {
359
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
360
+ },
361
+ "capLanguageRes": {
362
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
363
+ },
340
364
  "caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
341
365
  "itemStyle": "DEFAULT",
342
366
  "itemType": "BUTTON",
@@ -431,6 +455,12 @@ var DEMPickupView2 = {
431
455
  "uiactionId": "view_okaction",
432
456
  "renderMode": "BUTTON",
433
457
  "tooltip": "\u786E\u5B9A",
458
+ "tooltipLanguageRes": {
459
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
460
+ },
461
+ "capLanguageRes": {
462
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
463
+ },
434
464
  "caption": "\u786E\u5B9A",
435
465
  "itemStyle": "PRIMARY",
436
466
  "itemType": "BUTTON",
@@ -448,6 +478,12 @@ var DEMPickupView2 = {
448
478
  "uiactionId": "view_cancelaction",
449
479
  "renderMode": "BUTTON",
450
480
  "tooltip": "\u53D6\u6D88",
481
+ "tooltipLanguageRes": {
482
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
483
+ },
484
+ "capLanguageRes": {
485
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
486
+ },
451
487
  "caption": "\u53D6\u6D88",
452
488
  "itemStyle": "INFO",
453
489
  "itemType": "BUTTON",
@@ -156,6 +156,12 @@ declare const _default: {
156
156
  uiactionId: string;
157
157
  renderMode: string;
158
158
  tooltip: string;
159
+ tooltipLanguageRes: {
160
+ lanResTag: string;
161
+ };
162
+ capLanguageRes: {
163
+ lanResTag: string;
164
+ };
159
165
  caption: string;
160
166
  itemStyle: string;
161
167
  itemType: string;
@@ -176,6 +182,12 @@ declare const _default: {
176
182
  uiactionId: string;
177
183
  renderMode: string;
178
184
  tooltip: string;
185
+ tooltipLanguageRes: {
186
+ lanResTag: string;
187
+ };
188
+ capLanguageRes: {
189
+ lanResTag: string;
190
+ };
179
191
  caption: string;
180
192
  itemStyle: string;
181
193
  itemType: string;
@@ -273,6 +285,12 @@ declare const _default: {
273
285
  uiactionId: string;
274
286
  renderMode: string;
275
287
  tooltip: string;
288
+ tooltipLanguageRes: {
289
+ lanResTag: string;
290
+ };
291
+ capLanguageRes: {
292
+ lanResTag: string;
293
+ };
276
294
  caption: string;
277
295
  itemStyle: string;
278
296
  itemType: string;
@@ -226,6 +226,12 @@ var DEMPickupView = {
226
226
  "uiactionId": "util_addselection",
227
227
  "renderMode": "BUTTON",
228
228
  "tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
229
+ "tooltipLanguageRes": {
230
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
231
+ },
232
+ "capLanguageRes": {
233
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
234
+ },
229
235
  "caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
230
236
  "itemStyle": "DEFAULT",
231
237
  "itemType": "BUTTON",
@@ -247,6 +253,12 @@ var DEMPickupView = {
247
253
  "uiactionId": "util_addall",
248
254
  "renderMode": "BUTTON",
249
255
  "tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
256
+ "tooltipLanguageRes": {
257
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
258
+ },
259
+ "capLanguageRes": {
260
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
261
+ },
250
262
  "caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
251
263
  "itemStyle": "DEFAULT",
252
264
  "itemType": "BUTTON",
@@ -268,6 +280,12 @@ var DEMPickupView = {
268
280
  "uiactionId": "util_removeall",
269
281
  "renderMode": "BUTTON",
270
282
  "tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
283
+ "tooltipLanguageRes": {
284
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
285
+ },
286
+ "capLanguageRes": {
287
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
288
+ },
271
289
  "caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
272
290
  "itemStyle": "DEFAULT",
273
291
  "itemType": "BUTTON",
@@ -289,6 +307,12 @@ var DEMPickupView = {
289
307
  "uiactionId": "util_removeselection",
290
308
  "renderMode": "BUTTON",
291
309
  "tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
310
+ "tooltipLanguageRes": {
311
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
312
+ },
313
+ "capLanguageRes": {
314
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
315
+ },
292
316
  "caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
293
317
  "itemStyle": "DEFAULT",
294
318
  "itemType": "BUTTON",
@@ -379,6 +403,12 @@ var DEMPickupView = {
379
403
  "uiactionId": "view_okaction",
380
404
  "renderMode": "BUTTON",
381
405
  "tooltip": "\u786E\u5B9A",
406
+ "tooltipLanguageRes": {
407
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
408
+ },
409
+ "capLanguageRes": {
410
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
411
+ },
382
412
  "caption": "\u786E\u5B9A",
383
413
  "itemStyle": "PRIMARY",
384
414
  "itemType": "BUTTON",
@@ -396,6 +426,12 @@ var DEMPickupView = {
396
426
  "uiactionId": "view_cancelaction",
397
427
  "renderMode": "BUTTON",
398
428
  "tooltip": "\u53D6\u6D88",
429
+ "tooltipLanguageRes": {
430
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
431
+ },
432
+ "capLanguageRes": {
433
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
434
+ },
399
435
  "caption": "\u53D6\u6D88",
400
436
  "itemStyle": "INFO",
401
437
  "itemType": "BUTTON",
@@ -67,6 +67,12 @@ declare const _default: {
67
67
  uiactionId: string;
68
68
  renderMode: string;
69
69
  tooltip: string;
70
+ tooltipLanguageRes: {
71
+ lanResTag: string;
72
+ };
73
+ capLanguageRes: {
74
+ lanResTag: string;
75
+ };
70
76
  caption: string;
71
77
  itemStyle: string;
72
78
  itemType: string;
@@ -84,6 +90,12 @@ declare const _default: {
84
90
  uiactionId: string;
85
91
  renderMode: string;
86
92
  tooltip: string;
93
+ tooltipLanguageRes: {
94
+ lanResTag: string;
95
+ };
96
+ capLanguageRes: {
97
+ lanResTag: string;
98
+ };
87
99
  caption: string;
88
100
  itemStyle: string;
89
101
  itemType: string;
@@ -87,6 +87,12 @@ var DEWFDynaActionView = {
87
87
  "uiactionId": "view_cancelaction",
88
88
  "renderMode": "BUTTON",
89
89
  "tooltip": "\u53D6\u6D88",
90
+ "tooltipLanguageRes": {
91
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
92
+ },
93
+ "capLanguageRes": {
94
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
95
+ },
90
96
  "caption": "\u53D6\u6D88",
91
97
  "itemStyle": "INFO",
92
98
  "itemType": "BUTTON",
@@ -104,6 +110,12 @@ var DEWFDynaActionView = {
104
110
  "uiactionId": "view_okaction",
105
111
  "renderMode": "BUTTON",
106
112
  "tooltip": "\u786E\u5B9A",
113
+ "tooltipLanguageRes": {
114
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
115
+ },
116
+ "capLanguageRes": {
117
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
118
+ },
107
119
  "caption": "\u786E\u5B9A",
108
120
  "itemStyle": "PRIMARY",
109
121
  "itemType": "BUTTON",
@@ -68,6 +68,12 @@ declare const _default: {
68
68
  uiactionId: string;
69
69
  renderMode: string;
70
70
  tooltip: string;
71
+ tooltipLanguageRes: {
72
+ lanResTag: string;
73
+ };
74
+ capLanguageRes: {
75
+ lanResTag: string;
76
+ };
71
77
  caption: string;
72
78
  itemStyle: string;
73
79
  itemType: string;
@@ -85,6 +91,12 @@ declare const _default: {
85
91
  uiactionId: string;
86
92
  renderMode: string;
87
93
  tooltip: string;
94
+ tooltipLanguageRes: {
95
+ lanResTag: string;
96
+ };
97
+ capLanguageRes: {
98
+ lanResTag: string;
99
+ };
88
100
  caption: string;
89
101
  itemStyle: string;
90
102
  itemType: string;
@@ -88,6 +88,12 @@ var DEWFDynaStartView = {
88
88
  "uiactionId": "view_cancelaction",
89
89
  "renderMode": "BUTTON",
90
90
  "tooltip": "\u53D6\u6D88",
91
+ "tooltipLanguageRes": {
92
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
93
+ },
94
+ "capLanguageRes": {
95
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
96
+ },
91
97
  "caption": "\u53D6\u6D88",
92
98
  "itemStyle": "INFO",
93
99
  "itemType": "BUTTON",
@@ -105,6 +111,12 @@ var DEWFDynaStartView = {
105
111
  "uiactionId": "view_okaction",
106
112
  "renderMode": "BUTTON",
107
113
  "tooltip": "\u786E\u5B9A",
114
+ "tooltipLanguageRes": {
115
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
116
+ },
117
+ "capLanguageRes": {
118
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
119
+ },
108
120
  "caption": "\u786E\u5B9A",
109
121
  "itemStyle": "PRIMARY",
110
122
  "itemType": "BUTTON",
package/lib/index.cjs CHANGED
@@ -4,6 +4,9 @@ Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  require('./theme/index.css');
6
6
  var index$1 = require('./publish/index.cjs');
7
+ require('./publish/locale/index.cjs');
8
+ var zhCn = require('./publish/locale/zh-cn.cjs');
9
+ var en = require('./publish/locale/en.cjs');
7
10
 
8
11
  "use strict";
9
12
  var index = {
@@ -14,4 +17,6 @@ var index = {
14
17
  }
15
18
  };
16
19
 
20
+ exports.ZH_CN = zhCn.default;
21
+ exports.EN = en.default;
17
22
  exports.default = index;
@@ -127,6 +127,9 @@ var AppLoginView = {
127
127
  "layout": "FLEX"
128
128
  },
129
129
  "dataRegionType": "INHERIT",
130
+ "capLanguageRes": {
131
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
132
+ },
130
133
  "caption": "\u8BB0\u4F4F\u6211",
131
134
  "itemStyle": "DEFAULT",
132
135
  "itemType": "CONTAINER",
@@ -160,6 +163,12 @@ var AppLoginView = {
160
163
  "uiactionId": "app_login",
161
164
  "renderMode": "BUTTON",
162
165
  "tooltip": "\u767B\u5F55",
166
+ "tooltipLanguageRes": {
167
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
168
+ },
169
+ "capLanguageRes": {
170
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
171
+ },
163
172
  "caption": "\u767B\u5F55",
164
173
  "itemStyle": "DEFAULT",
165
174
  "itemType": "BUTTON",
@@ -177,6 +186,12 @@ var AppLoginView = {
177
186
  "uiactionId": "data_cancelchanges",
178
187
  "renderMode": "BUTTON",
179
188
  "tooltip": "\u91CD\u7F6E",
189
+ "tooltipLanguageRes": {
190
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
191
+ },
192
+ "capLanguageRes": {
193
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
194
+ },
180
195
  "caption": "\u91CD\u7F6E",
181
196
  "itemStyle": "DEFAULT",
182
197
  "itemType": "BUTTON",
@@ -0,0 +1,178 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var en = {
7
+ "languageItems": [
8
+ {
9
+ "content": "Copy {0}",
10
+ "lanResTag": "TBB.TOOLTIP.*.COPY"
11
+ },
12
+ {
13
+ "content": "Save",
14
+ "lanResTag": "TBB.TOOLTIP.*.SAVE"
15
+ },
16
+ {
17
+ "content": "Remove",
18
+ "lanResTag": "TBB.TEXT.*.REMOVE"
19
+ },
20
+ {
21
+ "content": "Export Data Model",
22
+ "lanResTag": "MENUITEM.CAPTION.*.EXPORTSRF"
23
+ },
24
+ {
25
+ "content": "Print",
26
+ "lanResTag": "TBB.TEXT.*.PRINT"
27
+ },
28
+ {
29
+ "content": "New",
30
+ "lanResTag": "TBB.TOOLTIP.*.NEW"
31
+ },
32
+ {
33
+ "content": "Save And New",
34
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.SAVEANDNEW"
35
+ },
36
+ {
37
+ "content": "Add all data",
38
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
39
+ },
40
+ {
41
+ "content": "Remove And Close Window",
42
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.REMOVEANDCLOSE"
43
+ },
44
+ {
45
+ "content": "Save",
46
+ "lanResTag": "TBB.TEXT.*.SAVE"
47
+ },
48
+ {
49
+ "content": "Remove {0}",
50
+ "lanResTag": "TBB.TOOLTIP.*.REMOVE"
51
+ },
52
+ {
53
+ "content": "Reset",
54
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET"
55
+ },
56
+ {
57
+ "content": "Print",
58
+ "lanResTag": "TBB.TOOLTIP.*.PRINT"
59
+ },
60
+ {
61
+ "content": "Remove selected data",
62
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
63
+ },
64
+ {
65
+ "content": "Help",
66
+ "lanResTag": "TBB.TOOLTIP.*.HELP"
67
+ },
68
+ {
69
+ "content": "Help",
70
+ "lanResTag": "TBB.TEXT.*.HELP"
71
+ },
72
+ {
73
+ "content": "Cancel",
74
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
75
+ },
76
+ {
77
+ "content": "Copy",
78
+ "lanResTag": "TBB.TEXT.*.COPY"
79
+ },
80
+ {
81
+ "content": "Remove all data",
82
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
83
+ },
84
+ {
85
+ "content": "New",
86
+ "lanResTag": "TBB.TEXT.*.NEW"
87
+ },
88
+ {
89
+ "content": "View",
90
+ "lanResTag": "TBB.TEXT.*.VIEW"
91
+ },
92
+ {
93
+ "content": "Start workflow",
94
+ "lanResTag": "TBB.TOOLTIP.*.STARTWF"
95
+ },
96
+ {
97
+ "content": "Filter",
98
+ "lanResTag": "TBB.TEXT.*.FILTER"
99
+ },
100
+ {
101
+ "content": "Edit {0}",
102
+ "lanResTag": "TBB.TOOLTIP.*.EDIT"
103
+ },
104
+ {
105
+ "content": "Login",
106
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
107
+ },
108
+ {
109
+ "content": "Export {0} Data To Excel",
110
+ "lanResTag": "TBB.TOOLTIP.*.EXPORT"
111
+ },
112
+ {
113
+ "content": "Save And Close Window",
114
+ "lanResTag": "TBB.TOOLTIP.EDITVIEW.SAVEANDCLOSE"
115
+ },
116
+ {
117
+ "content": "Other",
118
+ "lanResTag": "TBB.TEXT.*.OTHER"
119
+ },
120
+ {
121
+ "content": "Add",
122
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
123
+ },
124
+ {
125
+ "content": "Workflow step",
126
+ "lanResTag": "TBB.TEXT.*.VIEWWFSTEP"
127
+ },
128
+ {
129
+ "content": "Remove And Close",
130
+ "lanResTag": "TBB.TEXT.EDITVIEW.REMOVEANDCLOSE"
131
+ },
132
+ {
133
+ "content": "Remember me",
134
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
135
+ },
136
+ {
137
+ "content": "Start workflow",
138
+ "lanResTag": "TBB.TEXT.*.STARTWF"
139
+ },
140
+ {
141
+ "content": "Filter",
142
+ "lanResTag": "TBB.TOOLTIP.*.FILTER"
143
+ },
144
+ {
145
+ "content": "View {0}",
146
+ "lanResTag": "TBB.TOOLTIP.*.VIEW"
147
+ },
148
+ {
149
+ "content": "Add selected data",
150
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
151
+ },
152
+ {
153
+ "content": "Save And Close",
154
+ "lanResTag": "TBB.TEXT.EDITVIEW.SAVEANDCLOSE"
155
+ },
156
+ {
157
+ "content": "Save And New",
158
+ "lanResTag": "TBB.TEXT.EDITVIEW.SAVEANDNEW"
159
+ },
160
+ {
161
+ "content": "Confirm",
162
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
163
+ },
164
+ {
165
+ "content": "Export",
166
+ "lanResTag": "TBB.TEXT.*.EXPORT"
167
+ },
168
+ {
169
+ "content": "Edit",
170
+ "lanResTag": "TBB.TEXT.*.EDIT"
171
+ }
172
+ ],
173
+ "language": "EN",
174
+ "name": "\u82F1\u6587",
175
+ "id": "frontmodel.en"
176
+ };
177
+
178
+ exports.default = en;
@@ -0,0 +1,9 @@
1
+ 'use strict';
2
+
3
+ var zhCn = require('./zh-cn.cjs');
4
+ var en = require('./en.cjs');
5
+
6
+ "use strict";
7
+
8
+ exports.ZH_CN = zhCn.default;
9
+ exports.EN = en.default;
@@ -0,0 +1,55 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ "use strict";
6
+ var zhCn = {
7
+ "languageItems": [
8
+ {
9
+ "content": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
10
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
11
+ },
12
+ {
13
+ "content": "\u91CD\u7F6E",
14
+ "lanResTag": "COMMON.PRE_LAYOUT_RESET",
15
+ "id": "modelrepository.null"
16
+ },
17
+ {
18
+ "content": "\u6DFB\u52A0",
19
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD"
20
+ },
21
+ {
22
+ "content": "\u53D6\u6D88",
23
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
24
+ },
25
+ {
26
+ "content": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
27
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
28
+ },
29
+ {
30
+ "content": "\u8BB0\u4F4F\u6211",
31
+ "lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
32
+ },
33
+ {
34
+ "content": "\u767B\u5F55",
35
+ "lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
36
+ },
37
+ {
38
+ "content": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
39
+ "lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
40
+ },
41
+ {
42
+ "content": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
43
+ "lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
44
+ },
45
+ {
46
+ "content": "\u786E\u5B9A",
47
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
48
+ }
49
+ ],
50
+ "language": "ZH_CN",
51
+ "name": "\u4E2D\u6587\u7B80\u4F53",
52
+ "id": "frontmodel.zh_cn"
53
+ };
54
+
55
+ exports.default = zhCn;
@@ -351,6 +351,7 @@ var DEMAPVIEW = {
351
351
  "controls": [
352
352
  {
353
353
  "legendPos": "NONE",
354
+ "navViewPos": "NONE",
354
355
  "autoLoad": true,
355
356
  "showBusyIndicator": true,
356
357
  "codeName": "DEMapViewLayout_MapView",
@@ -229,6 +229,12 @@ var DEOptView = {
229
229
  "uiactionId": "view_okaction",
230
230
  "renderMode": "BUTTON",
231
231
  "tooltip": "\u786E\u5B9A",
232
+ "tooltipLanguageRes": {
233
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
234
+ },
235
+ "capLanguageRes": {
236
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
237
+ },
232
238
  "caption": "\u786E\u5B9A",
233
239
  "itemStyle": "PRIMARY",
234
240
  "itemType": "BUTTON",
@@ -246,6 +252,12 @@ var DEOptView = {
246
252
  "uiactionId": "view_cancelaction",
247
253
  "renderMode": "BUTTON",
248
254
  "tooltip": "\u53D6\u6D88",
255
+ "tooltipLanguageRes": {
256
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
257
+ },
258
+ "capLanguageRes": {
259
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
260
+ },
249
261
  "caption": "\u53D6\u6D88",
250
262
  "itemStyle": "INFO",
251
263
  "itemType": "BUTTON",
@@ -275,6 +275,12 @@ var DEPickupView2 = {
275
275
  "uiactionId": "view_okaction",
276
276
  "renderMode": "BUTTON",
277
277
  "tooltip": "\u786E\u5B9A",
278
+ "tooltipLanguageRes": {
279
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
280
+ },
281
+ "capLanguageRes": {
282
+ "lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
283
+ },
278
284
  "caption": "\u786E\u5B9A",
279
285
  "itemStyle": "PRIMARY",
280
286
  "itemType": "BUTTON",
@@ -292,6 +298,12 @@ var DEPickupView2 = {
292
298
  "uiactionId": "view_cancelaction",
293
299
  "renderMode": "BUTTON",
294
300
  "tooltip": "\u53D6\u6D88",
301
+ "tooltipLanguageRes": {
302
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
303
+ },
304
+ "capLanguageRes": {
305
+ "lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
306
+ },
295
307
  "caption": "\u53D6\u6D88",
296
308
  "itemStyle": "INFO",
297
309
  "itemType": "BUTTON",