@das-fed/ui 6.4.0-dev.54.7 → 6.4.0-dev.54.9
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/package.json +5 -5
- package/packages/business-components/change-enterprises/i18n/index.d.ts +3 -3
- package/packages/business-components/change-pwd/i18n/index.d.ts +26 -34
- package/packages/business-components/change-pwd/index.js +66 -65
- package/packages/business-components/change-pwd/index.js.gz +0 -0
- package/packages/business-components/device-panel/i18n/index.d.ts +172 -0
- package/packages/business-components/device-panel/index.js +331 -261
- package/packages/business-components/device-panel/index.js.gz +0 -0
- package/packages/business-components/export-button/i18n/index.d.ts +16 -20
- package/packages/business-components/export-button/index.js +88 -86
- package/packages/business-components/export-button/index.js.gz +0 -0
- package/packages/business-components/import-button/i18n/index.d.ts +34 -30
- package/packages/business-components/import-button/index.js +148 -144
- package/packages/business-components/import-button/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/i18n/index.d.ts +6 -6
- package/packages/business-components/model-table-dialog/index.js +82 -83
- package/packages/business-components/model-table-dialog/index.js.gz +0 -0
- package/packages/business-components/model-table-dialog/src/ModelTable.vue.d.ts +17 -49
- package/packages/business-components/model-table-dialog/style.css +1 -1
- package/packages/business-components/model-table-dialog/style.css.gz +0 -0
- package/packages/business-components/process-configuration/i18n/index.d.ts +37 -29
- package/packages/business-components/process-configuration/index.js +103 -92
- package/packages/business-components/process-configuration/index.js.gz +0 -0
- package/packages/business-components/process-form/i18n/index.d.ts +109 -69
- package/packages/business-components/process-form/index.js +691 -672
- package/packages/business-components/process-form/index.js.gz +0 -0
- package/packages/business-components/process-log/i18n/index.d.ts +4 -0
- package/packages/business-components/process-log/index.js +29 -28
- package/packages/business-components/process-log/index.js.gz +0 -0
- package/packages/business-components/process-search-form/i18n/index.d.ts +9 -9
- package/packages/business-components/process-search-form/index.js +2 -2
- package/packages/business-components/process-search-form/index.js.gz +0 -0
- package/packages/business-components/process-table/i18n/index.d.ts +8 -8
- package/packages/business-components/process-table/index.js +36 -36
- package/packages/business-components/process-table/index.js.gz +0 -0
- package/packages/business-components/upload-file/i18n/index.d.ts +2 -2
- package/packages/business-components/upload-file/index.js +45 -42
- package/packages/business-components/upload-file/index.js.gz +0 -0
- package/packages/business-components/urgent-panel/i18n/index.d.ts +28 -0
- package/packages/business-components/urgent-panel/index.js +595 -576
- package/packages/business-components/urgent-panel/index.js.gz +0 -0
- package/packages/business-components/user-org-dialog/i18n/index.d.ts +7 -3
- package/packages/business-components/user-org-dialog/index.js +92 -91
- package/packages/business-components/user-org-dialog/index.js.gz +0 -0
- package/packages/business-components/video-dialog/i18n/index.d.ts +29 -17
- package/packages/business-components/video-dialog/index.js +116 -113
- package/packages/business-components/video-dialog/index.js.gz +0 -0
- package/packages/components/button/index.js +54 -56
- package/packages/components/button/index.js.gz +0 -0
- package/packages/components/image-upload/i18n/index.d.ts +9 -21
- package/packages/components/image-upload/index.js +92 -92
- package/packages/components/image-upload/index.js.gz +0 -0
- package/packages/components/image-viewer/i18n/index.d.ts +1 -30
- package/packages/components/image-viewer/index.js +213 -219
- package/packages/components/image-viewer/index.js.gz +0 -0
- package/packages/components/input/i18n/index.d.ts +3 -3
- package/packages/components/input/index.js +1 -1
- package/packages/components/input/index.js.gz +0 -0
- package/packages/components/input-dialog-select/i18n/index.d.ts +1 -6
- package/packages/components/input-dialog-select/index.js +49 -51
- package/packages/components/input-dialog-select/index.js.gz +0 -0
- package/packages/components/live-player/i18n/index.d.ts +3 -7
- package/packages/components/live-player/index.js +7 -5
- package/packages/components/live-player/index.js.gz +0 -0
- package/packages/components/live-player/style.css +1 -1
- package/packages/components/loading/i18n/index.d.ts +1 -1
- package/packages/components/loading/index.js +1 -3
- package/packages/components/loading/index.js.gz +0 -0
- package/packages/components/map/i18n/index.d.ts +7 -11
- package/packages/components/map/index.js +168 -167
- package/packages/components/map/index.js.gz +0 -0
- package/packages/components/menu-aside/i18n/index.d.ts +1 -1
- package/packages/components/menu-aside/index.js +1 -3
- package/packages/components/menu-aside/index.js.gz +0 -0
- package/packages/components/message/i18n/index.d.ts +1 -1
- package/packages/components/message/index.js +1 -3
- package/packages/components/message/index.js.gz +0 -0
- package/packages/components/notification/i18n/index.d.ts +1 -1
- package/packages/components/notification/index.js +1 -3
- package/packages/components/notification/index.js.gz +0 -0
- package/packages/components/pagination/i18n/index.d.ts +8 -8
- package/packages/components/pagination/index.js +124 -124
- package/packages/components/pagination/index.js.gz +0 -0
- package/packages/components/pagination/style.css +1 -1
- package/packages/components/pagination/style.css.gz +0 -0
- package/packages/components/popover/i18n/index.d.ts +2 -2
- package/packages/components/preview/i18n/index.d.ts +1 -1
- package/packages/components/preview/index.js +1 -3
- package/packages/components/preview/index.js.gz +0 -0
- package/packages/components/search/index.js +26 -36
- package/packages/components/search/index.js.gz +0 -0
- package/packages/components/search/style.css +1 -1
- package/packages/components/search/style.css.gz +0 -0
- package/packages/components/{search → search-form}/i18n/index.d.ts +6 -10
- package/packages/components/search-form/index.js +426 -418
- package/packages/components/search-form/index.js.gz +0 -0
- package/packages/components/search-form/style.css +1 -1
- package/packages/components/search-form/style.css.gz +0 -0
- package/packages/components/spin/i18n/index.d.ts +1 -1
- package/packages/components/spin/index.js +1 -3
- package/packages/components/spin/index.js.gz +0 -0
- package/packages/components/table/i18n/index.d.ts +19 -19
- package/packages/components/table/index.js +7 -7
- package/packages/components/table/index.js.gz +0 -0
- package/packages/components/table/style.css +1 -1
- package/packages/components/table/style.css.gz +0 -0
- package/packages/components/tabs/i18n/index.d.ts +3 -3
- package/packages/components/time-line/index.js +36 -40
- package/packages/components/time-line/index.js.gz +0 -0
- package/packages/components/tooltip/i18n/index.d.ts +1 -1
- package/packages/components/tooltip/index.js +1 -3
- package/packages/components/tooltip/index.js.gz +0 -0
- package/packages/components/tree/i18n/index.d.ts +8 -12
- package/packages/components/tree/index.js +137 -135
- package/packages/components/tree/index.js.gz +0 -0
- package/packages/components/tree/src/App.vue.d.ts +9 -27
- package/packages/components/upload/i18n/index.d.ts +5 -5
- package/packages/components/upload/index.js +1 -1
- package/packages/components/upload/index.js.gz +0 -0
- package/packages/components/virtual-tree/i18n/index.d.ts +1 -1
- package/packages/components/virtual-tree/index.js +1 -3
- package/packages/components/virtual-tree/index.js.gz +0 -0
- package/i18n-collection/en.js +0 -537
- package/i18n-collection/zh-CN.js +0 -537
- package/packages/components/button/i18n/index.d.ts +0 -2
- package/packages/components/time-line/i18n/index.d.ts +0 -7
|
@@ -1,278 +1,318 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
2
|
姓名: {
|
|
3
|
-
|
|
3
|
+
'zh-CN': string;
|
|
4
4
|
en: string;
|
|
5
5
|
};
|
|
6
6
|
状态: {
|
|
7
|
-
|
|
7
|
+
'zh-CN': string;
|
|
8
8
|
en: string;
|
|
9
9
|
};
|
|
10
10
|
组织名称: {
|
|
11
|
-
|
|
11
|
+
'zh-CN': string;
|
|
12
12
|
en: string;
|
|
13
13
|
};
|
|
14
14
|
组织类型: {
|
|
15
|
-
|
|
15
|
+
'zh-CN': string;
|
|
16
16
|
en: string;
|
|
17
17
|
};
|
|
18
18
|
角色名称: {
|
|
19
|
-
|
|
19
|
+
'zh-CN': string;
|
|
20
20
|
en: string;
|
|
21
21
|
};
|
|
22
22
|
角色类型: {
|
|
23
|
-
|
|
23
|
+
'zh-CN': string;
|
|
24
24
|
en: string;
|
|
25
25
|
};
|
|
26
26
|
角色状态: {
|
|
27
|
-
|
|
27
|
+
'zh-CN': string;
|
|
28
28
|
en: string;
|
|
29
29
|
};
|
|
30
30
|
所属组织路径: {
|
|
31
|
-
|
|
31
|
+
'zh-CN': string;
|
|
32
32
|
en: string;
|
|
33
33
|
};
|
|
34
34
|
岗位名称: {
|
|
35
|
-
|
|
35
|
+
'zh-CN': string;
|
|
36
36
|
en: string;
|
|
37
37
|
};
|
|
38
38
|
供应商名称: {
|
|
39
|
-
|
|
39
|
+
'zh-CN': string;
|
|
40
40
|
en: string;
|
|
41
41
|
};
|
|
42
42
|
供应商编码: {
|
|
43
|
-
|
|
43
|
+
'zh-CN': string;
|
|
44
44
|
en: string;
|
|
45
45
|
};
|
|
46
46
|
供应商等级: {
|
|
47
|
-
|
|
47
|
+
'zh-CN': string;
|
|
48
48
|
en: string;
|
|
49
49
|
};
|
|
50
50
|
供应商分类: {
|
|
51
|
-
|
|
51
|
+
'zh-CN': string;
|
|
52
52
|
en: string;
|
|
53
53
|
};
|
|
54
54
|
个人: {
|
|
55
|
-
|
|
55
|
+
'zh-CN': string;
|
|
56
56
|
en: string;
|
|
57
57
|
};
|
|
58
58
|
公司: {
|
|
59
|
-
|
|
59
|
+
'zh-CN': string;
|
|
60
60
|
en: string;
|
|
61
61
|
};
|
|
62
62
|
单据编码: {
|
|
63
|
-
|
|
63
|
+
'zh-CN': string;
|
|
64
64
|
en: string;
|
|
65
65
|
};
|
|
66
66
|
联系电话: {
|
|
67
|
-
|
|
67
|
+
'zh-CN': string;
|
|
68
68
|
en: string;
|
|
69
69
|
};
|
|
70
70
|
计划领用日期: {
|
|
71
|
-
|
|
71
|
+
'zh-CN': string;
|
|
72
72
|
en: string;
|
|
73
73
|
};
|
|
74
74
|
资产用途: {
|
|
75
|
-
|
|
75
|
+
'zh-CN': string;
|
|
76
76
|
en: string;
|
|
77
77
|
};
|
|
78
78
|
不能超过: {
|
|
79
|
-
|
|
79
|
+
'zh-CN': string;
|
|
80
80
|
en: string;
|
|
81
81
|
};
|
|
82
82
|
不能少于: {
|
|
83
|
-
|
|
83
|
+
'zh-CN': string;
|
|
84
84
|
en: string;
|
|
85
85
|
};
|
|
86
86
|
手机号码格式不正确: {
|
|
87
|
-
|
|
87
|
+
'zh-CN': string;
|
|
88
88
|
en: string;
|
|
89
89
|
};
|
|
90
90
|
请重新输入: {
|
|
91
|
-
|
|
91
|
+
'zh-CN': string;
|
|
92
92
|
en: string;
|
|
93
93
|
};
|
|
94
94
|
电子邮箱格式不正确: {
|
|
95
|
-
|
|
95
|
+
'zh-CN': string;
|
|
96
96
|
en: string;
|
|
97
97
|
};
|
|
98
98
|
请输入整数: {
|
|
99
|
-
|
|
99
|
+
'zh-CN': string;
|
|
100
100
|
en: string;
|
|
101
101
|
};
|
|
102
102
|
请输入相同的值: {
|
|
103
|
-
|
|
103
|
+
'zh-CN': string;
|
|
104
104
|
en: string;
|
|
105
105
|
};
|
|
106
106
|
不能小于: {
|
|
107
|
-
|
|
107
|
+
'zh-CN': string;
|
|
108
108
|
en: string;
|
|
109
109
|
};
|
|
110
110
|
请输入数字: {
|
|
111
|
-
|
|
111
|
+
'zh-CN': string;
|
|
112
112
|
en: string;
|
|
113
113
|
};
|
|
114
114
|
不能大于: {
|
|
115
|
-
|
|
115
|
+
'zh-CN': string;
|
|
116
116
|
en: string;
|
|
117
117
|
};
|
|
118
118
|
日期必须晚于: {
|
|
119
|
-
|
|
119
|
+
'zh-CN': string;
|
|
120
120
|
en: string;
|
|
121
121
|
};
|
|
122
122
|
日期必须早于: {
|
|
123
|
-
|
|
123
|
+
'zh-CN': string;
|
|
124
124
|
en: string;
|
|
125
125
|
};
|
|
126
126
|
日期必须不晚于: {
|
|
127
|
-
|
|
127
|
+
'zh-CN': string;
|
|
128
128
|
en: string;
|
|
129
129
|
};
|
|
130
130
|
日期必须不早于: {
|
|
131
|
-
|
|
131
|
+
'zh-CN': string;
|
|
132
132
|
en: string;
|
|
133
133
|
};
|
|
134
134
|
只能输入指定数字范围: {
|
|
135
|
-
|
|
135
|
+
'zh-CN': string;
|
|
136
136
|
en: string;
|
|
137
137
|
};
|
|
138
138
|
只能输入指定的值: {
|
|
139
|
-
|
|
139
|
+
'zh-CN': string;
|
|
140
140
|
en: string;
|
|
141
141
|
};
|
|
142
142
|
只能输入: {
|
|
143
|
-
|
|
143
|
+
'zh-CN': string;
|
|
144
144
|
en: string;
|
|
145
145
|
};
|
|
146
146
|
位数数字: {
|
|
147
|
-
|
|
147
|
+
'zh-CN': string;
|
|
148
148
|
en: string;
|
|
149
149
|
};
|
|
150
150
|
只能输入字母: {
|
|
151
|
-
|
|
151
|
+
'zh-CN': string;
|
|
152
152
|
en: string;
|
|
153
153
|
};
|
|
154
154
|
只能输入字母空格: {
|
|
155
|
-
|
|
155
|
+
'zh-CN': string;
|
|
156
156
|
en: string;
|
|
157
157
|
};
|
|
158
158
|
只能输入字母数字横线下划线: {
|
|
159
|
-
|
|
159
|
+
'zh-CN': string;
|
|
160
160
|
en: string;
|
|
161
161
|
};
|
|
162
162
|
只能输入字母数字: {
|
|
163
|
-
|
|
163
|
+
'zh-CN': string;
|
|
164
164
|
en: string;
|
|
165
165
|
};
|
|
166
166
|
搜索姓名: {
|
|
167
|
-
|
|
167
|
+
'zh-CN': string;
|
|
168
168
|
en: string;
|
|
169
169
|
};
|
|
170
170
|
账号: {
|
|
171
|
-
|
|
171
|
+
'zh-CN': string;
|
|
172
172
|
en: string;
|
|
173
173
|
};
|
|
174
174
|
手机号: {
|
|
175
|
-
|
|
175
|
+
'zh-CN': string;
|
|
176
176
|
en: string;
|
|
177
177
|
};
|
|
178
178
|
搜索组织名称: {
|
|
179
|
-
|
|
179
|
+
'zh-CN': string;
|
|
180
180
|
en: string;
|
|
181
181
|
};
|
|
182
182
|
组织编码: {
|
|
183
|
-
|
|
183
|
+
'zh-CN': string;
|
|
184
184
|
en: string;
|
|
185
185
|
};
|
|
186
186
|
搜索角色名称: {
|
|
187
|
-
|
|
187
|
+
'zh-CN': string;
|
|
188
188
|
en: string;
|
|
189
189
|
};
|
|
190
190
|
职务名称: {
|
|
191
|
-
|
|
191
|
+
'zh-CN': string;
|
|
192
192
|
en: string;
|
|
193
193
|
};
|
|
194
194
|
职务编码: {
|
|
195
|
-
|
|
195
|
+
'zh-CN': string;
|
|
196
196
|
en: string;
|
|
197
197
|
};
|
|
198
198
|
搜索岗位名称: {
|
|
199
|
-
|
|
199
|
+
'zh-CN': string;
|
|
200
200
|
en: string;
|
|
201
201
|
};
|
|
202
202
|
岗位编码: {
|
|
203
|
-
|
|
203
|
+
'zh-CN': string;
|
|
204
204
|
en: string;
|
|
205
205
|
};
|
|
206
206
|
搜索供应商编码: {
|
|
207
|
-
|
|
207
|
+
'zh-CN': string;
|
|
208
208
|
en: string;
|
|
209
209
|
};
|
|
210
210
|
名称: {
|
|
211
|
-
|
|
211
|
+
'zh-CN': string;
|
|
212
212
|
en: string;
|
|
213
213
|
};
|
|
214
214
|
搜索单据编码: {
|
|
215
|
-
|
|
215
|
+
'zh-CN': string;
|
|
216
216
|
en: string;
|
|
217
217
|
};
|
|
218
218
|
申请人: {
|
|
219
|
-
|
|
219
|
+
'zh-CN': string;
|
|
220
220
|
en: string;
|
|
221
221
|
};
|
|
222
222
|
添加用户: {
|
|
223
|
-
|
|
223
|
+
'zh-CN': string;
|
|
224
224
|
en: string;
|
|
225
225
|
};
|
|
226
226
|
组织选择器: {
|
|
227
|
-
|
|
227
|
+
'zh-CN': string;
|
|
228
228
|
en: string;
|
|
229
229
|
};
|
|
230
230
|
角色选择器: {
|
|
231
|
-
|
|
231
|
+
'zh-CN': string;
|
|
232
232
|
en: string;
|
|
233
233
|
};
|
|
234
234
|
职务选择器: {
|
|
235
|
-
|
|
235
|
+
'zh-CN': string;
|
|
236
236
|
en: string;
|
|
237
237
|
};
|
|
238
238
|
岗位选择器: {
|
|
239
|
-
|
|
239
|
+
'zh-CN': string;
|
|
240
240
|
en: string;
|
|
241
241
|
};
|
|
242
242
|
选择供应商: {
|
|
243
|
-
|
|
243
|
+
'zh-CN': string;
|
|
244
244
|
en: string;
|
|
245
245
|
};
|
|
246
246
|
源单选择器: {
|
|
247
|
-
|
|
247
|
+
'zh-CN': string;
|
|
248
248
|
en: string;
|
|
249
249
|
};
|
|
250
250
|
正常: {
|
|
251
|
-
|
|
251
|
+
'zh-CN': string;
|
|
252
252
|
en: string;
|
|
253
253
|
};
|
|
254
254
|
锁定: {
|
|
255
|
-
|
|
255
|
+
'zh-CN': string;
|
|
256
256
|
en: string;
|
|
257
257
|
};
|
|
258
258
|
禁用: {
|
|
259
|
-
|
|
259
|
+
'zh-CN': string;
|
|
260
260
|
en: string;
|
|
261
261
|
};
|
|
262
262
|
普通: {
|
|
263
|
-
|
|
263
|
+
'zh-CN': string;
|
|
264
264
|
en: string;
|
|
265
265
|
};
|
|
266
266
|
管理员: {
|
|
267
|
-
|
|
267
|
+
'zh-CN': string;
|
|
268
268
|
en: string;
|
|
269
269
|
};
|
|
270
270
|
无效: {
|
|
271
|
-
|
|
271
|
+
'zh-CN': string;
|
|
272
272
|
en: string;
|
|
273
273
|
};
|
|
274
274
|
有效: {
|
|
275
|
-
|
|
275
|
+
'zh-CN': string;
|
|
276
|
+
en: string;
|
|
277
|
+
};
|
|
278
|
+
'\u641C\u7D22\u59D3\u540D/\u8D26\u53F7/\u624B\u673A\u53F7': {
|
|
279
|
+
'zh-CN': string;
|
|
280
|
+
en: string;
|
|
281
|
+
};
|
|
282
|
+
'\u641C\u7D22\u7EC4\u7EC7\u540D\u79F0/\u7EC4\u7EC7\u7F16\u7801': {
|
|
283
|
+
'zh-CN': string;
|
|
284
|
+
en: string;
|
|
285
|
+
};
|
|
286
|
+
'\u804C\u52A1\u540D\u79F0/\u804C\u52A1\u7F16\u7801': {
|
|
287
|
+
'zh-CN': string;
|
|
288
|
+
en: string;
|
|
289
|
+
};
|
|
290
|
+
'\u641C\u7D22\u5C97\u4F4D\u540D\u79F0/\u5C97\u4F4D\u7F16\u7801': {
|
|
291
|
+
'zh-CN': string;
|
|
292
|
+
en: string;
|
|
293
|
+
};
|
|
294
|
+
'\u641C\u7D22\u4F9B\u5E94\u5546\u7F16\u7801/\u540D\u79F0': {
|
|
295
|
+
'zh-CN': string;
|
|
296
|
+
en: string;
|
|
297
|
+
};
|
|
298
|
+
'\u641C\u7D22\u5355\u636E\u7F16\u7801/\u7533\u8BF7\u4EBA': {
|
|
299
|
+
'zh-CN': string;
|
|
300
|
+
en: string;
|
|
301
|
+
};
|
|
302
|
+
供应商类型: {
|
|
303
|
+
'zh-CN': string;
|
|
304
|
+
en: string;
|
|
305
|
+
};
|
|
306
|
+
'\u624B\u673A\u53F7\u7801\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165': {
|
|
307
|
+
'zh-CN': string;
|
|
308
|
+
en: string;
|
|
309
|
+
};
|
|
310
|
+
'\u7535\u5B50\u90AE\u7BB1\u683C\u5F0F\u4E0D\u6B63\u786E\uFF0C\u8BF7\u91CD\u65B0\u8F93\u5165': {
|
|
311
|
+
'zh-CN': string;
|
|
312
|
+
en: string;
|
|
313
|
+
};
|
|
314
|
+
'\u4E2A\u4EBA/\u516C\u53F8': {
|
|
315
|
+
'zh-CN': string;
|
|
276
316
|
en: string;
|
|
277
317
|
};
|
|
278
318
|
};
|