@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.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/es/index.d.ts +1 -0
- package/es/index.mjs +3 -0
- package/es/publish/app-login-view.d.ts +10 -0
- package/es/publish/app-login-view.mjs +15 -0
- package/es/publish/locale/en.d.ts +10 -0
- package/es/publish/locale/en.mjs +174 -0
- package/es/publish/locale/index.d.ts +3 -0
- package/es/publish/locale/index.mjs +4 -0
- package/es/publish/locale/zh-cn.d.ts +15 -0
- package/es/publish/locale/zh-cn.mjs +51 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +3 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.d.ts +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.d.ts +3 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.mjs +1 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +18 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +36 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +18 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +36 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +12 -0
- package/es/theme/index.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/index.cjs +5 -0
- package/lib/publish/app-login-view.cjs +15 -0
- package/lib/publish/locale/en.cjs +178 -0
- package/lib/publish/locale/index.cjs +9 -0
- package/lib/publish/locale/zh-cn.cjs +55 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.cjs +1 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +36 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +36 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +12 -0
- package/lib/theme/index.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 +2 -2
- package/src/index.ts +3 -0
- package/src/publish/app-login-view.ts +15 -0
- package/src/publish/locale/en.ts +172 -0
- package/src/publish/locale/index.ts +5 -0
- package/src/publish/locale/zh-cn.ts +49 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +1 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout-flow.ts +2 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout-top.ts +1 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +36 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +36 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +12 -0
- package/src/theme/theme/default-dark/default-dark-theme.scss +12 -6
|
@@ -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",
|
|
@@ -228,6 +228,12 @@ var DEPickupView = {
|
|
|
228
228
|
"uiactionId": "view_okaction",
|
|
229
229
|
"renderMode": "BUTTON",
|
|
230
230
|
"tooltip": "\u786E\u5B9A",
|
|
231
|
+
"tooltipLanguageRes": {
|
|
232
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
233
|
+
},
|
|
234
|
+
"capLanguageRes": {
|
|
235
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
236
|
+
},
|
|
231
237
|
"caption": "\u786E\u5B9A",
|
|
232
238
|
"itemStyle": "PRIMARY",
|
|
233
239
|
"itemType": "BUTTON",
|
|
@@ -245,6 +251,12 @@ var DEPickupView = {
|
|
|
245
251
|
"uiactionId": "view_cancelaction",
|
|
246
252
|
"renderMode": "BUTTON",
|
|
247
253
|
"tooltip": "\u53D6\u6D88",
|
|
254
|
+
"tooltipLanguageRes": {
|
|
255
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
256
|
+
},
|
|
257
|
+
"capLanguageRes": {
|
|
258
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
259
|
+
},
|
|
248
260
|
"caption": "\u53D6\u6D88",
|
|
249
261
|
"itemStyle": "INFO",
|
|
250
262
|
"itemType": "BUTTON",
|
|
@@ -81,6 +81,7 @@ var DETABEXPVIEW_FLOW = {
|
|
|
81
81
|
"itemStyle": "DEFAULT",
|
|
82
82
|
"itemType": "CTRLPOS",
|
|
83
83
|
"layoutPos": {
|
|
84
|
+
"grow": 1,
|
|
84
85
|
"shrink": 1,
|
|
85
86
|
"layout": "FLEX"
|
|
86
87
|
},
|
|
@@ -111,6 +112,7 @@ var DETABEXPVIEW_FLOW = {
|
|
|
111
112
|
"itemStyle": "DEFAULT",
|
|
112
113
|
"itemType": "CONTAINER",
|
|
113
114
|
"layoutPos": {
|
|
115
|
+
"grow": 1,
|
|
114
116
|
"shrink": 1,
|
|
115
117
|
"layout": "FLEX"
|
|
116
118
|
},
|
|
@@ -225,6 +225,7 @@ var DEMEDITVIEW9_TOP = {
|
|
|
225
225
|
"pagingSize": 20,
|
|
226
226
|
"sortMode": "REMOTE",
|
|
227
227
|
"enableCustomized": true,
|
|
228
|
+
"navViewPos": "NONE",
|
|
228
229
|
"fetchControlAction": {
|
|
229
230
|
"appDEMethodId": "fetchdefault",
|
|
230
231
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
@@ -304,7 +304,13 @@ var DEMEditView9 = {
|
|
|
304
304
|
"buttonType": "PANELBUTTON",
|
|
305
305
|
"renderMode": "BUTTON",
|
|
306
306
|
"tooltip": "\u6DFB\u52A0",
|
|
307
|
+
"tooltipLanguageRes": {
|
|
308
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD"
|
|
309
|
+
},
|
|
307
310
|
"uiactionTarget": "NONE",
|
|
311
|
+
"capLanguageRes": {
|
|
312
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD"
|
|
313
|
+
},
|
|
308
314
|
"caption": "\u6DFB\u52A0",
|
|
309
315
|
"itemStyle": "DEFAULT",
|
|
310
316
|
"itemType": "BUTTON",
|
|
@@ -278,6 +278,12 @@ var DEMPickupView2 = {
|
|
|
278
278
|
"uiactionId": "util_addselection",
|
|
279
279
|
"renderMode": "BUTTON",
|
|
280
280
|
"tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
281
|
+
"tooltipLanguageRes": {
|
|
282
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
283
|
+
},
|
|
284
|
+
"capLanguageRes": {
|
|
285
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
286
|
+
},
|
|
281
287
|
"caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
282
288
|
"itemStyle": "DEFAULT",
|
|
283
289
|
"itemType": "BUTTON",
|
|
@@ -299,6 +305,12 @@ var DEMPickupView2 = {
|
|
|
299
305
|
"uiactionId": "util_addall",
|
|
300
306
|
"renderMode": "BUTTON",
|
|
301
307
|
"tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
308
|
+
"tooltipLanguageRes": {
|
|
309
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
310
|
+
},
|
|
311
|
+
"capLanguageRes": {
|
|
312
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
313
|
+
},
|
|
302
314
|
"caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
303
315
|
"itemStyle": "DEFAULT",
|
|
304
316
|
"itemType": "BUTTON",
|
|
@@ -320,6 +332,12 @@ var DEMPickupView2 = {
|
|
|
320
332
|
"uiactionId": "util_removeall",
|
|
321
333
|
"renderMode": "BUTTON",
|
|
322
334
|
"tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
335
|
+
"tooltipLanguageRes": {
|
|
336
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
337
|
+
},
|
|
338
|
+
"capLanguageRes": {
|
|
339
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
340
|
+
},
|
|
323
341
|
"caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
324
342
|
"itemStyle": "DEFAULT",
|
|
325
343
|
"itemType": "BUTTON",
|
|
@@ -341,6 +359,12 @@ var DEMPickupView2 = {
|
|
|
341
359
|
"uiactionId": "util_removeselection",
|
|
342
360
|
"renderMode": "BUTTON",
|
|
343
361
|
"tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
362
|
+
"tooltipLanguageRes": {
|
|
363
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
364
|
+
},
|
|
365
|
+
"capLanguageRes": {
|
|
366
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
367
|
+
},
|
|
344
368
|
"caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
345
369
|
"itemStyle": "DEFAULT",
|
|
346
370
|
"itemType": "BUTTON",
|
|
@@ -435,6 +459,12 @@ var DEMPickupView2 = {
|
|
|
435
459
|
"uiactionId": "view_okaction",
|
|
436
460
|
"renderMode": "BUTTON",
|
|
437
461
|
"tooltip": "\u786E\u5B9A",
|
|
462
|
+
"tooltipLanguageRes": {
|
|
463
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
464
|
+
},
|
|
465
|
+
"capLanguageRes": {
|
|
466
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
467
|
+
},
|
|
438
468
|
"caption": "\u786E\u5B9A",
|
|
439
469
|
"itemStyle": "PRIMARY",
|
|
440
470
|
"itemType": "BUTTON",
|
|
@@ -452,6 +482,12 @@ var DEMPickupView2 = {
|
|
|
452
482
|
"uiactionId": "view_cancelaction",
|
|
453
483
|
"renderMode": "BUTTON",
|
|
454
484
|
"tooltip": "\u53D6\u6D88",
|
|
485
|
+
"tooltipLanguageRes": {
|
|
486
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
487
|
+
},
|
|
488
|
+
"capLanguageRes": {
|
|
489
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
490
|
+
},
|
|
455
491
|
"caption": "\u53D6\u6D88",
|
|
456
492
|
"itemStyle": "INFO",
|
|
457
493
|
"itemType": "BUTTON",
|
|
@@ -230,6 +230,12 @@ var DEMPickupView = {
|
|
|
230
230
|
"uiactionId": "util_addselection",
|
|
231
231
|
"renderMode": "BUTTON",
|
|
232
232
|
"tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
233
|
+
"tooltipLanguageRes": {
|
|
234
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
235
|
+
},
|
|
236
|
+
"capLanguageRes": {
|
|
237
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
238
|
+
},
|
|
233
239
|
"caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
234
240
|
"itemStyle": "DEFAULT",
|
|
235
241
|
"itemType": "BUTTON",
|
|
@@ -251,6 +257,12 @@ var DEMPickupView = {
|
|
|
251
257
|
"uiactionId": "util_addall",
|
|
252
258
|
"renderMode": "BUTTON",
|
|
253
259
|
"tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
260
|
+
"tooltipLanguageRes": {
|
|
261
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
262
|
+
},
|
|
263
|
+
"capLanguageRes": {
|
|
264
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
265
|
+
},
|
|
254
266
|
"caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
255
267
|
"itemStyle": "DEFAULT",
|
|
256
268
|
"itemType": "BUTTON",
|
|
@@ -272,6 +284,12 @@ var DEMPickupView = {
|
|
|
272
284
|
"uiactionId": "util_removeall",
|
|
273
285
|
"renderMode": "BUTTON",
|
|
274
286
|
"tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
287
|
+
"tooltipLanguageRes": {
|
|
288
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
289
|
+
},
|
|
290
|
+
"capLanguageRes": {
|
|
291
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
292
|
+
},
|
|
275
293
|
"caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
276
294
|
"itemStyle": "DEFAULT",
|
|
277
295
|
"itemType": "BUTTON",
|
|
@@ -293,6 +311,12 @@ var DEMPickupView = {
|
|
|
293
311
|
"uiactionId": "util_removeselection",
|
|
294
312
|
"renderMode": "BUTTON",
|
|
295
313
|
"tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
314
|
+
"tooltipLanguageRes": {
|
|
315
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
316
|
+
},
|
|
317
|
+
"capLanguageRes": {
|
|
318
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
319
|
+
},
|
|
296
320
|
"caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
297
321
|
"itemStyle": "DEFAULT",
|
|
298
322
|
"itemType": "BUTTON",
|
|
@@ -383,6 +407,12 @@ var DEMPickupView = {
|
|
|
383
407
|
"uiactionId": "view_okaction",
|
|
384
408
|
"renderMode": "BUTTON",
|
|
385
409
|
"tooltip": "\u786E\u5B9A",
|
|
410
|
+
"tooltipLanguageRes": {
|
|
411
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
412
|
+
},
|
|
413
|
+
"capLanguageRes": {
|
|
414
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
415
|
+
},
|
|
386
416
|
"caption": "\u786E\u5B9A",
|
|
387
417
|
"itemStyle": "PRIMARY",
|
|
388
418
|
"itemType": "BUTTON",
|
|
@@ -400,6 +430,12 @@ var DEMPickupView = {
|
|
|
400
430
|
"uiactionId": "view_cancelaction",
|
|
401
431
|
"renderMode": "BUTTON",
|
|
402
432
|
"tooltip": "\u53D6\u6D88",
|
|
433
|
+
"tooltipLanguageRes": {
|
|
434
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
435
|
+
},
|
|
436
|
+
"capLanguageRes": {
|
|
437
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
438
|
+
},
|
|
403
439
|
"caption": "\u53D6\u6D88",
|
|
404
440
|
"itemStyle": "INFO",
|
|
405
441
|
"itemType": "BUTTON",
|
|
@@ -91,6 +91,12 @@ var DEWFDynaActionView = {
|
|
|
91
91
|
"uiactionId": "view_cancelaction",
|
|
92
92
|
"renderMode": "BUTTON",
|
|
93
93
|
"tooltip": "\u53D6\u6D88",
|
|
94
|
+
"tooltipLanguageRes": {
|
|
95
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
96
|
+
},
|
|
97
|
+
"capLanguageRes": {
|
|
98
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
99
|
+
},
|
|
94
100
|
"caption": "\u53D6\u6D88",
|
|
95
101
|
"itemStyle": "INFO",
|
|
96
102
|
"itemType": "BUTTON",
|
|
@@ -108,6 +114,12 @@ var DEWFDynaActionView = {
|
|
|
108
114
|
"uiactionId": "view_okaction",
|
|
109
115
|
"renderMode": "BUTTON",
|
|
110
116
|
"tooltip": "\u786E\u5B9A",
|
|
117
|
+
"tooltipLanguageRes": {
|
|
118
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
119
|
+
},
|
|
120
|
+
"capLanguageRes": {
|
|
121
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
122
|
+
},
|
|
111
123
|
"caption": "\u786E\u5B9A",
|
|
112
124
|
"itemStyle": "PRIMARY",
|
|
113
125
|
"itemType": "BUTTON",
|
|
@@ -92,6 +92,12 @@ var DEWFDynaStartView = {
|
|
|
92
92
|
"uiactionId": "view_cancelaction",
|
|
93
93
|
"renderMode": "BUTTON",
|
|
94
94
|
"tooltip": "\u53D6\u6D88",
|
|
95
|
+
"tooltipLanguageRes": {
|
|
96
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
97
|
+
},
|
|
98
|
+
"capLanguageRes": {
|
|
99
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
100
|
+
},
|
|
95
101
|
"caption": "\u53D6\u6D88",
|
|
96
102
|
"itemStyle": "INFO",
|
|
97
103
|
"itemType": "BUTTON",
|
|
@@ -109,6 +115,12 @@ var DEWFDynaStartView = {
|
|
|
109
115
|
"uiactionId": "view_okaction",
|
|
110
116
|
"renderMode": "BUTTON",
|
|
111
117
|
"tooltip": "\u786E\u5B9A",
|
|
118
|
+
"tooltipLanguageRes": {
|
|
119
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
120
|
+
},
|
|
121
|
+
"capLanguageRes": {
|
|
122
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
123
|
+
},
|
|
112
124
|
"caption": "\u786E\u5B9A",
|
|
113
125
|
"itemStyle": "PRIMARY",
|
|
114
126
|
"itemType": "BUTTON",
|