@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.
- 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/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/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
|
@@ -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",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/web-theme",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.12.0",
|
|
4
4
|
"description": "web端主题样式库",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.cjs",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"scripts": {
|
|
22
22
|
"dev": "ibiz-temp build -w",
|
|
23
23
|
"build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
|
|
24
|
-
"pub": "ibizlab pub -m /
|
|
24
|
+
"pub": "ibizlab pub -m /home/zpc/workspace/template/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
|
|
25
25
|
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
|
|
26
26
|
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
27
27
|
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
|
package/src/index.ts
CHANGED
|
@@ -122,6 +122,9 @@ export default {
|
|
|
122
122
|
"layout": "FLEX"
|
|
123
123
|
},
|
|
124
124
|
"dataRegionType": "INHERIT",
|
|
125
|
+
"capLanguageRes": {
|
|
126
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
|
|
127
|
+
},
|
|
125
128
|
"caption": "记住我",
|
|
126
129
|
"itemStyle": "DEFAULT",
|
|
127
130
|
"itemType": "CONTAINER",
|
|
@@ -155,6 +158,12 @@ export default {
|
|
|
155
158
|
"uiactionId": "app_login",
|
|
156
159
|
"renderMode": "BUTTON",
|
|
157
160
|
"tooltip": "登录",
|
|
161
|
+
"tooltipLanguageRes": {
|
|
162
|
+
"lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
|
|
163
|
+
},
|
|
164
|
+
"capLanguageRes": {
|
|
165
|
+
"lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
|
|
166
|
+
},
|
|
158
167
|
"caption": "登录",
|
|
159
168
|
"itemStyle": "DEFAULT",
|
|
160
169
|
"itemType": "BUTTON",
|
|
@@ -172,6 +181,12 @@ export default {
|
|
|
172
181
|
"uiactionId": "data_cancelchanges",
|
|
173
182
|
"renderMode": "BUTTON",
|
|
174
183
|
"tooltip": "重置",
|
|
184
|
+
"tooltipLanguageRes": {
|
|
185
|
+
"lanResTag": "COMMON.PRE_LAYOUT_RESET"
|
|
186
|
+
},
|
|
187
|
+
"capLanguageRes": {
|
|
188
|
+
"lanResTag": "COMMON.PRE_LAYOUT_RESET"
|
|
189
|
+
},
|
|
175
190
|
"caption": "重置",
|
|
176
191
|
"itemStyle": "DEFAULT",
|
|
177
192
|
"itemType": "BUTTON",
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
export default {
|
|
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": "英文",
|
|
171
|
+
"id": "frontmodel.en"
|
|
172
|
+
}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/* eslint-disable prettier/prettier */
|
|
2
|
+
export default {
|
|
3
|
+
"languageItems": [
|
|
4
|
+
{
|
|
5
|
+
"content": "移除全部数据",
|
|
6
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"content": "重置",
|
|
10
|
+
"lanResTag": "COMMON.PRE_LAYOUT_RESET",
|
|
11
|
+
"id": "modelrepository.null"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"content": "添加",
|
|
15
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"content": "取消",
|
|
19
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"content": "添加全部数据",
|
|
23
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
24
|
+
},
|
|
25
|
+
{
|
|
26
|
+
"content": "记住我",
|
|
27
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMEMBER_ME"
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"content": "登录",
|
|
31
|
+
"lanResTag": "COMMON.PRE_LAYOUT_LOGIN"
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
"content": "移除选中数据",
|
|
35
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"content": "添加选中数据",
|
|
39
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
40
|
+
},
|
|
41
|
+
{
|
|
42
|
+
"content": "确定",
|
|
43
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"language": "ZH_CN",
|
|
47
|
+
"name": "中文简体",
|
|
48
|
+
"id": "frontmodel.zh_cn"
|
|
49
|
+
}
|
|
@@ -224,6 +224,12 @@ export default {
|
|
|
224
224
|
"uiactionId": "view_okaction",
|
|
225
225
|
"renderMode": "BUTTON",
|
|
226
226
|
"tooltip": "确定",
|
|
227
|
+
"tooltipLanguageRes": {
|
|
228
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
229
|
+
},
|
|
230
|
+
"capLanguageRes": {
|
|
231
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
232
|
+
},
|
|
227
233
|
"caption": "确定",
|
|
228
234
|
"itemStyle": "PRIMARY",
|
|
229
235
|
"itemType": "BUTTON",
|
|
@@ -241,6 +247,12 @@ export default {
|
|
|
241
247
|
"uiactionId": "view_cancelaction",
|
|
242
248
|
"renderMode": "BUTTON",
|
|
243
249
|
"tooltip": "取消",
|
|
250
|
+
"tooltipLanguageRes": {
|
|
251
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
252
|
+
},
|
|
253
|
+
"capLanguageRes": {
|
|
254
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
255
|
+
},
|
|
244
256
|
"caption": "取消",
|
|
245
257
|
"itemStyle": "INFO",
|
|
246
258
|
"itemType": "BUTTON",
|
|
@@ -270,6 +270,12 @@ export default {
|
|
|
270
270
|
"uiactionId": "view_okaction",
|
|
271
271
|
"renderMode": "BUTTON",
|
|
272
272
|
"tooltip": "确定",
|
|
273
|
+
"tooltipLanguageRes": {
|
|
274
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
275
|
+
},
|
|
276
|
+
"capLanguageRes": {
|
|
277
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
278
|
+
},
|
|
273
279
|
"caption": "确定",
|
|
274
280
|
"itemStyle": "PRIMARY",
|
|
275
281
|
"itemType": "BUTTON",
|
|
@@ -287,6 +293,12 @@ export default {
|
|
|
287
293
|
"uiactionId": "view_cancelaction",
|
|
288
294
|
"renderMode": "BUTTON",
|
|
289
295
|
"tooltip": "取消",
|
|
296
|
+
"tooltipLanguageRes": {
|
|
297
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
298
|
+
},
|
|
299
|
+
"capLanguageRes": {
|
|
300
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
301
|
+
},
|
|
290
302
|
"caption": "取消",
|
|
291
303
|
"itemStyle": "INFO",
|
|
292
304
|
"itemType": "BUTTON",
|
|
@@ -223,6 +223,12 @@ export default {
|
|
|
223
223
|
"uiactionId": "view_okaction",
|
|
224
224
|
"renderMode": "BUTTON",
|
|
225
225
|
"tooltip": "确定",
|
|
226
|
+
"tooltipLanguageRes": {
|
|
227
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
228
|
+
},
|
|
229
|
+
"capLanguageRes": {
|
|
230
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
231
|
+
},
|
|
226
232
|
"caption": "确定",
|
|
227
233
|
"itemStyle": "PRIMARY",
|
|
228
234
|
"itemType": "BUTTON",
|
|
@@ -240,6 +246,12 @@ export default {
|
|
|
240
246
|
"uiactionId": "view_cancelaction",
|
|
241
247
|
"renderMode": "BUTTON",
|
|
242
248
|
"tooltip": "取消",
|
|
249
|
+
"tooltipLanguageRes": {
|
|
250
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
251
|
+
},
|
|
252
|
+
"capLanguageRes": {
|
|
253
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
254
|
+
},
|
|
243
255
|
"caption": "取消",
|
|
244
256
|
"itemStyle": "INFO",
|
|
245
257
|
"itemType": "BUTTON",
|