@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
|
@@ -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",
|