@ibiz-template/web-theme 3.11.0 → 3.13.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/generic/element-plus.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/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/generic/element-plus.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/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/generic/element-plus.scss +5 -0
|
@@ -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",
|
|
@@ -76,6 +76,7 @@ export default {
|
|
|
76
76
|
"itemStyle": "DEFAULT",
|
|
77
77
|
"itemType": "CTRLPOS",
|
|
78
78
|
"layoutPos": {
|
|
79
|
+
"grow": 1,
|
|
79
80
|
"shrink": 1,
|
|
80
81
|
"layout": "FLEX"
|
|
81
82
|
},
|
|
@@ -106,6 +107,7 @@ export default {
|
|
|
106
107
|
"itemStyle": "DEFAULT",
|
|
107
108
|
"itemType": "CONTAINER",
|
|
108
109
|
"layoutPos": {
|
|
110
|
+
"grow": 1,
|
|
109
111
|
"shrink": 1,
|
|
110
112
|
"layout": "FLEX"
|
|
111
113
|
},
|
|
@@ -299,7 +299,13 @@
|
|
|
299
299
|
"buttonType": "PANELBUTTON",
|
|
300
300
|
"renderMode": "BUTTON",
|
|
301
301
|
"tooltip": "添加",
|
|
302
|
+
"tooltipLanguageRes": {
|
|
303
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD"
|
|
304
|
+
},
|
|
302
305
|
"uiactionTarget": "NONE",
|
|
306
|
+
"capLanguageRes": {
|
|
307
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD"
|
|
308
|
+
},
|
|
303
309
|
"caption": "添加",
|
|
304
310
|
"itemStyle": "DEFAULT",
|
|
305
311
|
"itemType": "BUTTON",
|
|
@@ -273,6 +273,12 @@ export default {
|
|
|
273
273
|
"uiactionId": "util_addselection",
|
|
274
274
|
"renderMode": "BUTTON",
|
|
275
275
|
"tooltip": "添加选中数据",
|
|
276
|
+
"tooltipLanguageRes": {
|
|
277
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
278
|
+
},
|
|
279
|
+
"capLanguageRes": {
|
|
280
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
281
|
+
},
|
|
276
282
|
"caption": "添加选中数据",
|
|
277
283
|
"itemStyle": "DEFAULT",
|
|
278
284
|
"itemType": "BUTTON",
|
|
@@ -294,6 +300,12 @@ export default {
|
|
|
294
300
|
"uiactionId": "util_addall",
|
|
295
301
|
"renderMode": "BUTTON",
|
|
296
302
|
"tooltip": "添加全部数据",
|
|
303
|
+
"tooltipLanguageRes": {
|
|
304
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
305
|
+
},
|
|
306
|
+
"capLanguageRes": {
|
|
307
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
308
|
+
},
|
|
297
309
|
"caption": "添加全部数据",
|
|
298
310
|
"itemStyle": "DEFAULT",
|
|
299
311
|
"itemType": "BUTTON",
|
|
@@ -315,6 +327,12 @@ export default {
|
|
|
315
327
|
"uiactionId": "util_removeall",
|
|
316
328
|
"renderMode": "BUTTON",
|
|
317
329
|
"tooltip": "移除全部数据",
|
|
330
|
+
"tooltipLanguageRes": {
|
|
331
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
332
|
+
},
|
|
333
|
+
"capLanguageRes": {
|
|
334
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
335
|
+
},
|
|
318
336
|
"caption": "移除全部数据",
|
|
319
337
|
"itemStyle": "DEFAULT",
|
|
320
338
|
"itemType": "BUTTON",
|
|
@@ -336,6 +354,12 @@ export default {
|
|
|
336
354
|
"uiactionId": "util_removeselection",
|
|
337
355
|
"renderMode": "BUTTON",
|
|
338
356
|
"tooltip": "移除选中数据",
|
|
357
|
+
"tooltipLanguageRes": {
|
|
358
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
359
|
+
},
|
|
360
|
+
"capLanguageRes": {
|
|
361
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
362
|
+
},
|
|
339
363
|
"caption": "移除选中数据",
|
|
340
364
|
"itemStyle": "DEFAULT",
|
|
341
365
|
"itemType": "BUTTON",
|
|
@@ -430,6 +454,12 @@ export default {
|
|
|
430
454
|
"uiactionId": "view_okaction",
|
|
431
455
|
"renderMode": "BUTTON",
|
|
432
456
|
"tooltip": "确定",
|
|
457
|
+
"tooltipLanguageRes": {
|
|
458
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
459
|
+
},
|
|
460
|
+
"capLanguageRes": {
|
|
461
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
462
|
+
},
|
|
433
463
|
"caption": "确定",
|
|
434
464
|
"itemStyle": "PRIMARY",
|
|
435
465
|
"itemType": "BUTTON",
|
|
@@ -447,6 +477,12 @@ export default {
|
|
|
447
477
|
"uiactionId": "view_cancelaction",
|
|
448
478
|
"renderMode": "BUTTON",
|
|
449
479
|
"tooltip": "取消",
|
|
480
|
+
"tooltipLanguageRes": {
|
|
481
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
482
|
+
},
|
|
483
|
+
"capLanguageRes": {
|
|
484
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
485
|
+
},
|
|
450
486
|
"caption": "取消",
|
|
451
487
|
"itemStyle": "INFO",
|
|
452
488
|
"itemType": "BUTTON",
|
|
@@ -225,6 +225,12 @@ export default {
|
|
|
225
225
|
"uiactionId": "util_addselection",
|
|
226
226
|
"renderMode": "BUTTON",
|
|
227
227
|
"tooltip": "添加选中数据",
|
|
228
|
+
"tooltipLanguageRes": {
|
|
229
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
230
|
+
},
|
|
231
|
+
"capLanguageRes": {
|
|
232
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_SELECT_DATA"
|
|
233
|
+
},
|
|
228
234
|
"caption": "添加选中数据",
|
|
229
235
|
"itemStyle": "DEFAULT",
|
|
230
236
|
"itemType": "BUTTON",
|
|
@@ -246,6 +252,12 @@ export default {
|
|
|
246
252
|
"uiactionId": "util_addall",
|
|
247
253
|
"renderMode": "BUTTON",
|
|
248
254
|
"tooltip": "添加全部数据",
|
|
255
|
+
"tooltipLanguageRes": {
|
|
256
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
257
|
+
},
|
|
258
|
+
"capLanguageRes": {
|
|
259
|
+
"lanResTag": "COMMON.PRE_LAYOUT_ADD_ALL_DATA"
|
|
260
|
+
},
|
|
249
261
|
"caption": "添加全部数据",
|
|
250
262
|
"itemStyle": "DEFAULT",
|
|
251
263
|
"itemType": "BUTTON",
|
|
@@ -267,6 +279,12 @@ export default {
|
|
|
267
279
|
"uiactionId": "util_removeall",
|
|
268
280
|
"renderMode": "BUTTON",
|
|
269
281
|
"tooltip": "移除全部数据",
|
|
282
|
+
"tooltipLanguageRes": {
|
|
283
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
284
|
+
},
|
|
285
|
+
"capLanguageRes": {
|
|
286
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_ALL_DATA"
|
|
287
|
+
},
|
|
270
288
|
"caption": "移除全部数据",
|
|
271
289
|
"itemStyle": "DEFAULT",
|
|
272
290
|
"itemType": "BUTTON",
|
|
@@ -288,6 +306,12 @@ export default {
|
|
|
288
306
|
"uiactionId": "util_removeselection",
|
|
289
307
|
"renderMode": "BUTTON",
|
|
290
308
|
"tooltip": "移除选中数据",
|
|
309
|
+
"tooltipLanguageRes": {
|
|
310
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
311
|
+
},
|
|
312
|
+
"capLanguageRes": {
|
|
313
|
+
"lanResTag": "COMMON.PRE_LAYOUT_REMOVE_SELECT_DATA"
|
|
314
|
+
},
|
|
291
315
|
"caption": "移除选中数据",
|
|
292
316
|
"itemStyle": "DEFAULT",
|
|
293
317
|
"itemType": "BUTTON",
|
|
@@ -378,6 +402,12 @@ export default {
|
|
|
378
402
|
"uiactionId": "view_okaction",
|
|
379
403
|
"renderMode": "BUTTON",
|
|
380
404
|
"tooltip": "确定",
|
|
405
|
+
"tooltipLanguageRes": {
|
|
406
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
407
|
+
},
|
|
408
|
+
"capLanguageRes": {
|
|
409
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
410
|
+
},
|
|
381
411
|
"caption": "确定",
|
|
382
412
|
"itemStyle": "PRIMARY",
|
|
383
413
|
"itemType": "BUTTON",
|
|
@@ -395,6 +425,12 @@ export default {
|
|
|
395
425
|
"uiactionId": "view_cancelaction",
|
|
396
426
|
"renderMode": "BUTTON",
|
|
397
427
|
"tooltip": "取消",
|
|
428
|
+
"tooltipLanguageRes": {
|
|
429
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
430
|
+
},
|
|
431
|
+
"capLanguageRes": {
|
|
432
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
433
|
+
},
|
|
398
434
|
"caption": "取消",
|
|
399
435
|
"itemStyle": "INFO",
|
|
400
436
|
"itemType": "BUTTON",
|
|
@@ -86,6 +86,12 @@ export default {
|
|
|
86
86
|
"uiactionId": "view_cancelaction",
|
|
87
87
|
"renderMode": "BUTTON",
|
|
88
88
|
"tooltip": "取消",
|
|
89
|
+
"tooltipLanguageRes": {
|
|
90
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
91
|
+
},
|
|
92
|
+
"capLanguageRes": {
|
|
93
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
94
|
+
},
|
|
89
95
|
"caption": "取消",
|
|
90
96
|
"itemStyle": "INFO",
|
|
91
97
|
"itemType": "BUTTON",
|
|
@@ -103,6 +109,12 @@ export default {
|
|
|
103
109
|
"uiactionId": "view_okaction",
|
|
104
110
|
"renderMode": "BUTTON",
|
|
105
111
|
"tooltip": "确定",
|
|
112
|
+
"tooltipLanguageRes": {
|
|
113
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
114
|
+
},
|
|
115
|
+
"capLanguageRes": {
|
|
116
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
117
|
+
},
|
|
106
118
|
"caption": "确定",
|
|
107
119
|
"itemStyle": "PRIMARY",
|
|
108
120
|
"itemType": "BUTTON",
|
|
@@ -87,6 +87,12 @@ export default {
|
|
|
87
87
|
"uiactionId": "view_cancelaction",
|
|
88
88
|
"renderMode": "BUTTON",
|
|
89
89
|
"tooltip": "取消",
|
|
90
|
+
"tooltipLanguageRes": {
|
|
91
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
92
|
+
},
|
|
93
|
+
"capLanguageRes": {
|
|
94
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CANCEL"
|
|
95
|
+
},
|
|
90
96
|
"caption": "取消",
|
|
91
97
|
"itemStyle": "INFO",
|
|
92
98
|
"itemType": "BUTTON",
|
|
@@ -104,6 +110,12 @@ export default {
|
|
|
104
110
|
"uiactionId": "view_okaction",
|
|
105
111
|
"renderMode": "BUTTON",
|
|
106
112
|
"tooltip": "确定",
|
|
113
|
+
"tooltipLanguageRes": {
|
|
114
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
115
|
+
},
|
|
116
|
+
"capLanguageRes": {
|
|
117
|
+
"lanResTag": "COMMON.PRE_LAYOUT_CONFIRM"
|
|
118
|
+
},
|
|
107
119
|
"caption": "确定",
|
|
108
120
|
"itemStyle": "PRIMARY",
|
|
109
121
|
"itemType": "BUTTON",
|