@blocklet/ui-react 3.0.6 → 3.0.8
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/lib/@types/index.d.ts +204 -3
- package/lib/BlockletStudio/index.d.ts +27 -26
- package/lib/BlockletStudio/index.js +66 -66
- package/lib/ComponentInstaller/index.d.ts +15 -15
- package/lib/ComponentInstaller/installer-item.d.ts +10 -10
- package/lib/ComponentInstaller/locales.d.ts +2 -2
- package/lib/ComponentInstaller/use-component-installed.d.ts +2 -2
- package/lib/ComponentManager/components/add-component.d.ts +16 -13
- package/lib/ComponentManager/components/add-component.js +29 -29
- package/lib/ComponentManager/components/check-component.d.ts +2 -2
- package/lib/ComponentManager/components/publish-component.d.ts +10 -7
- package/lib/ComponentManager/components/publish-component.js +19 -19
- package/lib/ComponentManager/components/resource-dialog.d.ts +13 -11
- package/lib/ComponentManager/components/resource-dialog.js +1 -1
- package/lib/ComponentManager/index.d.ts +3 -4
- package/lib/ComponentManager/libs/locales.d.ts +14 -19
- package/lib/Dashboard/index.d.ts +16 -13
- package/lib/Footer/brand.d.ts +8 -8
- package/lib/Footer/copyright.d.ts +7 -7
- package/lib/Footer/index.d.ts +2 -2
- package/lib/Footer/internal-footer.d.ts +26 -21
- package/lib/Footer/internal-footer.js +1 -1
- package/lib/Footer/layout/plain.d.ts +15 -12
- package/lib/Footer/layout/row.d.ts +7 -7
- package/lib/Footer/layout/standard.d.ts +17 -14
- package/lib/Footer/layout/standard.js +1 -1
- package/lib/Footer/links.d.ts +15 -12
- package/lib/Footer/links.js +3 -3
- package/lib/Footer/social-media.d.ts +8 -8
- package/lib/Header/index.d.ts +23 -13
- package/lib/Header/index.js +17 -17
- package/lib/Icon/index.d.ts +9 -7
- package/lib/Icon/index.js +6 -6
- package/lib/Notifications/Snackbar.d.ts +16 -8
- package/lib/Notifications/Snackbar.js +1 -1
- package/lib/Notifications/hooks/use-title.d.ts +48 -9
- package/lib/Notifications/hooks/use-title.js +9 -9
- package/lib/Notifications/hooks/use-width.d.ts +2 -2
- package/lib/Notifications/utils.d.ts +69 -9
- package/lib/UserCenter/components/config-inviter.d.ts +4 -4
- package/lib/UserCenter/components/config-profile.d.ts +5 -5
- package/lib/UserCenter/components/danger-zone.d.ts +1 -2
- package/lib/UserCenter/components/editable-field.d.ts +34 -30
- package/lib/UserCenter/components/editable-field.js +12 -12
- package/lib/UserCenter/components/nft.d.ts +4 -4
- package/lib/UserCenter/components/notification.d.ts +5 -5
- package/lib/UserCenter/components/notification.js +5 -5
- package/lib/UserCenter/components/passport.d.ts +5 -5
- package/lib/UserCenter/components/privacy.d.ts +11 -5
- package/lib/UserCenter/components/settings.d.ts +10 -8
- package/lib/UserCenter/components/status-dialog/date-picker.d.ts +10 -9
- package/lib/UserCenter/components/status-dialog/date-picker.js +17 -10
- package/lib/UserCenter/components/status-dialog/index.d.ts +12 -9
- package/lib/UserCenter/components/status-dialog/index.js +8 -1
- package/lib/UserCenter/components/status-selector/duration-menu.d.ts +7 -7
- package/lib/UserCenter/components/status-selector/index.d.ts +9 -8
- package/lib/UserCenter/components/status-selector/index.js +5 -5
- package/lib/UserCenter/components/status-selector/menu-item.d.ts +24 -9
- package/lib/UserCenter/components/status-selector/menu-item.js +11 -6
- package/lib/UserCenter/components/storage/action.d.ts +9 -7
- package/lib/UserCenter/components/storage/connected.d.ts +5 -4
- package/lib/UserCenter/components/storage/delete.d.ts +6 -5
- package/lib/UserCenter/components/storage/disconnect.d.ts +2 -2
- package/lib/UserCenter/components/storage/index.d.ts +2 -2
- package/lib/UserCenter/components/storage/preview-nft.d.ts +5 -5
- package/lib/UserCenter/components/third-party-login/index.d.ts +4 -4
- package/lib/UserCenter/components/third-party-login/index.js +23 -29
- package/lib/UserCenter/components/third-party-login/third-party-item.d.ts +13 -4
- package/lib/UserCenter/components/user-center.d.ts +16 -15
- package/lib/UserCenter/components/user-info/address.d.ts +16 -7
- package/lib/UserCenter/components/user-info/index.d.ts +4 -5
- package/lib/UserCenter/components/user-info/link-preview-input.d.ts +5 -6
- package/lib/UserCenter/components/user-info/metadata.d.ts +10 -7
- package/lib/UserCenter/components/user-info/switch-role.d.ts +7 -6
- package/lib/UserCenter/components/user-info/timezone-select.d.ts +8 -7
- package/lib/UserCenter/components/user-info/user-basic-info.d.ts +13 -12
- package/lib/UserCenter/components/user-info/user-info-item.d.ts +11 -6
- package/lib/UserCenter/components/user-info/user-info-item.js +1 -1
- package/lib/UserCenter/components/user-info/user-info.d.ts +6 -6
- package/lib/UserCenter/components/user-info/user-status.d.ts +9 -9
- package/lib/UserCenter/components/user-info/user-status.js +17 -17
- package/lib/UserCenter/components/user-info/utils.d.ts +33 -15
- package/lib/UserCenter/components/webhook-item.d.ts +2 -10
- package/lib/UserCenter/index.d.ts +1 -2
- package/lib/UserCenter/libs/locales.d.ts +345 -513
- package/lib/UserCenter/libs/utils.d.ts +4 -3
- package/lib/UserSessions/components/user-session-info.d.ts +5 -5
- package/lib/UserSessions/components/user-sessions.d.ts +20 -8
- package/lib/UserSessions/index.d.ts +1 -2
- package/lib/UserSessions/libs/locales.d.ts +60 -88
- package/lib/UserSessions/libs/utils.d.ts +2 -3
- package/lib/blocklets.d.ts +9 -10
- package/lib/common/domain-warning.d.ts +7 -7
- package/lib/common/header-addons.d.ts +9 -9
- package/lib/common/link-blocker.d.ts +6 -3
- package/lib/common/notification-addon.d.ts +6 -6
- package/lib/common/overridable-theme-provider.d.ts +10 -7
- package/lib/common/wallet-hidden-topbar.d.ts +1 -2
- package/lib/common/ws.d.ts +3 -4
- package/lib/contexts/config-user-space.d.ts +27 -7
- package/lib/hooks/use-mobile.d.ts +3 -3
- package/lib/index.d.ts +10 -12
- package/lib/libs/client.d.ts +2 -3
- package/lib/libs/constant.d.ts +1 -2
- package/lib/libs/spaces.d.ts +2 -3
- package/lib/libs/with-hide-when-embed.d.ts +2 -3
- package/lib/types.d.ts +31 -32
- package/lib/utils.d.ts +10 -11
- package/package.json +8 -6
- package/src/BlockletStudio/index.tsx +13 -13
- package/src/ComponentManager/components/add-component.tsx +6 -6
- package/src/ComponentManager/components/publish-component.tsx +2 -2
- package/src/ComponentManager/components/resource-dialog.tsx +1 -1
- package/src/Footer/internal-footer.jsx +1 -1
- package/src/Footer/layout/standard.jsx +1 -1
- package/src/Footer/links.jsx +1 -1
- package/src/Header/index.tsx +2 -2
- package/src/Icon/index.tsx +2 -2
- package/src/Notifications/Snackbar.tsx +2 -2
- package/src/Notifications/hooks/use-title.tsx +1 -1
- package/src/UserCenter/components/editable-field.tsx +6 -6
- package/src/UserCenter/components/notification.tsx +2 -2
- package/src/UserCenter/components/status-dialog/date-picker.tsx +8 -1
- package/src/UserCenter/components/status-dialog/index.tsx +8 -1
- package/src/UserCenter/components/status-selector/index.tsx +1 -1
- package/src/UserCenter/components/status-selector/menu-item.tsx +6 -1
- package/src/UserCenter/components/third-party-login/index.tsx +0 -2
- package/src/UserCenter/components/user-center.tsx +1 -1
- package/src/UserCenter/components/user-info/link-preview-input.tsx +2 -2
- package/src/UserCenter/components/user-info/user-info-item.tsx +1 -1
- package/src/UserCenter/components/user-info/user-info.tsx +1 -1
- package/src/UserCenter/components/user-info/user-status.tsx +2 -2
- package/lib/UserCenter/components/storage/icons/empty-spaces-nft.svg.d.ts +0 -3
|
@@ -1,513 +1,345 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
}
|
|
347
|
-
export { storage_1 as storage };
|
|
348
|
-
export namespace thirdPartyLogin_1 {
|
|
349
|
-
let title_11: string;
|
|
350
|
-
export { title_11 as title };
|
|
351
|
-
let connect_3: string;
|
|
352
|
-
export { connect_3 as connect };
|
|
353
|
-
let disconnect_1: string;
|
|
354
|
-
export { disconnect_1 as disconnect };
|
|
355
|
-
let mainProviderCantRemove_1: string;
|
|
356
|
-
export { mainProviderCantRemove_1 as mainProviderCantRemove };
|
|
357
|
-
let confirmUnbind_1: string;
|
|
358
|
-
export { confirmUnbind_1 as confirmUnbind };
|
|
359
|
-
let confirmUnbindDescription_1: string;
|
|
360
|
-
export { confirmUnbindDescription_1 as confirmUnbindDescription };
|
|
361
|
-
let disconnectPasskey_1: string;
|
|
362
|
-
export { disconnectPasskey_1 as disconnectPasskey };
|
|
363
|
-
let disconnectPasskeyDescription_1: string;
|
|
364
|
-
export { disconnectPasskeyDescription_1 as disconnectPasskeyDescription };
|
|
365
|
-
}
|
|
366
|
-
export { thirdPartyLogin_1 as thirdPartyLogin };
|
|
367
|
-
export namespace commonSetting_1 {
|
|
368
|
-
let title_12: string;
|
|
369
|
-
export { title_12 as title };
|
|
370
|
-
let locale_1: string;
|
|
371
|
-
export { locale_1 as locale };
|
|
372
|
-
}
|
|
373
|
-
export { commonSetting_1 as commonSetting };
|
|
374
|
-
export namespace dangerZone_1 {
|
|
375
|
-
let title_13: string;
|
|
376
|
-
export { title_13 as title };
|
|
377
|
-
let deleteAccount_1: string;
|
|
378
|
-
export { deleteAccount_1 as deleteAccount };
|
|
379
|
-
let deleteAccountDescription_1: string;
|
|
380
|
-
export { deleteAccountDescription_1 as deleteAccountDescription };
|
|
381
|
-
let _delete_3: string;
|
|
382
|
-
export { _delete_3 as delete };
|
|
383
|
-
}
|
|
384
|
-
export { dangerZone_1 as dangerZone };
|
|
385
|
-
export namespace userStatus_1 {
|
|
386
|
-
let Online_1: string;
|
|
387
|
-
export { Online_1 as Online };
|
|
388
|
-
let Meeting_1: string;
|
|
389
|
-
export { Meeting_1 as Meeting };
|
|
390
|
-
let Community_1: string;
|
|
391
|
-
export { Community_1 as Community };
|
|
392
|
-
let Holiday_1: string;
|
|
393
|
-
export { Holiday_1 as Holiday };
|
|
394
|
-
let OffSick_1: string;
|
|
395
|
-
export { OffSick_1 as OffSick };
|
|
396
|
-
let WorkingRemotely_1: string;
|
|
397
|
-
export { WorkingRemotely_1 as WorkingRemotely };
|
|
398
|
-
export namespace duration_1 {
|
|
399
|
-
let NoClear_1: string;
|
|
400
|
-
export { NoClear_1 as NoClear };
|
|
401
|
-
let ThirtyMinutes_1: string;
|
|
402
|
-
export { ThirtyMinutes_1 as ThirtyMinutes };
|
|
403
|
-
let OneHour_1: string;
|
|
404
|
-
export { OneHour_1 as OneHour };
|
|
405
|
-
let FourHours_1: string;
|
|
406
|
-
export { FourHours_1 as FourHours };
|
|
407
|
-
let Today_1: string;
|
|
408
|
-
export { Today_1 as Today };
|
|
409
|
-
let ThisWeek_1: string;
|
|
410
|
-
export { ThisWeek_1 as ThisWeek };
|
|
411
|
-
let Custom_1: string;
|
|
412
|
-
export { Custom_1 as Custom };
|
|
413
|
-
}
|
|
414
|
-
export { duration_1 as duration };
|
|
415
|
-
}
|
|
416
|
-
export { userStatus_1 as userStatus };
|
|
417
|
-
export namespace profile_3 {
|
|
418
|
-
let addLink_1: string;
|
|
419
|
-
export { addLink_1 as addLink };
|
|
420
|
-
let location_1: string;
|
|
421
|
-
export { location_1 as location };
|
|
422
|
-
let timezone_1: string;
|
|
423
|
-
export { timezone_1 as timezone };
|
|
424
|
-
let bio_1: string;
|
|
425
|
-
export { bio_1 as bio };
|
|
426
|
-
let setStatus_1: string;
|
|
427
|
-
export { setStatus_1 as setStatus };
|
|
428
|
-
let localTime_1: string;
|
|
429
|
-
export { localTime_1 as localTime };
|
|
430
|
-
let email_3: string;
|
|
431
|
-
export { email_3 as email };
|
|
432
|
-
let emailInvalid_1: string;
|
|
433
|
-
export { emailInvalid_1 as emailInvalid };
|
|
434
|
-
let emailSourceProviderNotAllowEdit_1: string;
|
|
435
|
-
export { emailSourceProviderNotAllowEdit_1 as emailSourceProviderNotAllowEdit };
|
|
436
|
-
let phone_3: string;
|
|
437
|
-
export { phone_3 as phone };
|
|
438
|
-
let phoneInvalid_1: string;
|
|
439
|
-
export { phoneInvalid_1 as phoneInvalid };
|
|
440
|
-
let editProfile_1: string;
|
|
441
|
-
export { editProfile_1 as editProfile };
|
|
442
|
-
let removeStatusAfter_1: string;
|
|
443
|
-
export { removeStatusAfter_1 as removeStatusAfter };
|
|
444
|
-
let justForYou_1: string;
|
|
445
|
-
export { justForYou_1 as justForYou };
|
|
446
|
-
export let maxInputLength: string;
|
|
447
|
-
let selectEndTime_1: string;
|
|
448
|
-
export { selectEndTime_1 as selectEndTime };
|
|
449
|
-
let pleaseSelectTime_1: string;
|
|
450
|
-
export { pleaseSelectTime_1 as pleaseSelectTime };
|
|
451
|
-
let cleanStatus_1: string;
|
|
452
|
-
export { cleanStatus_1 as cleanStatus };
|
|
453
|
-
let quickSettings_1: string;
|
|
454
|
-
export { quickSettings_1 as quickSettings };
|
|
455
|
-
let invalidURL_1: string;
|
|
456
|
-
export { invalidURL_1 as invalidURL };
|
|
457
|
-
let socialMedia_1: string;
|
|
458
|
-
export { socialMedia_1 as socialMedia };
|
|
459
|
-
export namespace timezonePhase_1 {
|
|
460
|
-
let dawn_1: string;
|
|
461
|
-
export { dawn_1 as dawn };
|
|
462
|
-
let morning_1: string;
|
|
463
|
-
export { morning_1 as morning };
|
|
464
|
-
let afternoon_1: string;
|
|
465
|
-
export { afternoon_1 as afternoon };
|
|
466
|
-
let night_1: string;
|
|
467
|
-
export { night_1 as night };
|
|
468
|
-
}
|
|
469
|
-
export { timezonePhase_1 as timezonePhase };
|
|
470
|
-
export namespace address_1 {
|
|
471
|
-
let title_14: string;
|
|
472
|
-
export { title_14 as title };
|
|
473
|
-
let country_1: string;
|
|
474
|
-
export { country_1 as country };
|
|
475
|
-
let province_1: string;
|
|
476
|
-
export { province_1 as province };
|
|
477
|
-
let city_1: string;
|
|
478
|
-
export { city_1 as city };
|
|
479
|
-
let line1_1: string;
|
|
480
|
-
export { line1_1 as line1 };
|
|
481
|
-
let line2_1: string;
|
|
482
|
-
export { line2_1 as line2 };
|
|
483
|
-
let detailedAddress_1: string;
|
|
484
|
-
export { detailedAddress_1 as detailedAddress };
|
|
485
|
-
let postalCode_1: string;
|
|
486
|
-
export { postalCode_1 as postalCode };
|
|
487
|
-
let invalidPostalCode_1: string;
|
|
488
|
-
export { invalidPostalCode_1 as invalidPostalCode };
|
|
489
|
-
}
|
|
490
|
-
export { address_1 as address };
|
|
491
|
-
}
|
|
492
|
-
export { profile_3 as profile };
|
|
493
|
-
export namespace destroyMyself_1 {
|
|
494
|
-
let title_15: string;
|
|
495
|
-
export { title_15 as title };
|
|
496
|
-
let scan_3: string;
|
|
497
|
-
export { scan_3 as scan };
|
|
498
|
-
let confirm_3: string;
|
|
499
|
-
export { confirm_3 as confirm };
|
|
500
|
-
let cancel_3: string;
|
|
501
|
-
export { cancel_3 as cancel };
|
|
502
|
-
let success_3: string;
|
|
503
|
-
export { success_3 as success };
|
|
504
|
-
let abort_1: string;
|
|
505
|
-
export { abort_1 as abort };
|
|
506
|
-
let error_1: string;
|
|
507
|
-
export { error_1 as error };
|
|
508
|
-
}
|
|
509
|
-
export { destroyMyself_1 as destroyMyself };
|
|
510
|
-
let notImplemented_1: string;
|
|
511
|
-
export { notImplemented_1 as notImplemented };
|
|
512
|
-
}
|
|
513
|
-
}
|
|
1
|
+
export declare const translations: {
|
|
2
|
+
zh: {
|
|
3
|
+
settings: string;
|
|
4
|
+
noPassport: string;
|
|
5
|
+
passport: string;
|
|
6
|
+
notification: string;
|
|
7
|
+
email: string;
|
|
8
|
+
phone: string;
|
|
9
|
+
lastLogin: string;
|
|
10
|
+
lastLoginAt: string;
|
|
11
|
+
lastLoginIp: string;
|
|
12
|
+
createdAt: string;
|
|
13
|
+
registerFrom: string;
|
|
14
|
+
invitedBy: string;
|
|
15
|
+
unknown: string;
|
|
16
|
+
walletNotification: string;
|
|
17
|
+
emailNotification: string;
|
|
18
|
+
phoneNotification: string;
|
|
19
|
+
pushNotification: string;
|
|
20
|
+
addWebhook: string;
|
|
21
|
+
saveSuccess: string;
|
|
22
|
+
saveFailed: string;
|
|
23
|
+
webhookTested: string;
|
|
24
|
+
done: string;
|
|
25
|
+
emptyField: string;
|
|
26
|
+
emptyContent: string;
|
|
27
|
+
underProtected: string;
|
|
28
|
+
noUserFound: string;
|
|
29
|
+
notificationManagement: string;
|
|
30
|
+
privacyManagement: string;
|
|
31
|
+
storageManagement: string;
|
|
32
|
+
webhook: {
|
|
33
|
+
url: string;
|
|
34
|
+
slack: string;
|
|
35
|
+
};
|
|
36
|
+
common: {
|
|
37
|
+
confirm: string;
|
|
38
|
+
cancel: string;
|
|
39
|
+
required: string;
|
|
40
|
+
invalid: string;
|
|
41
|
+
setting: string;
|
|
42
|
+
save: string;
|
|
43
|
+
profile: string;
|
|
44
|
+
nft: string;
|
|
45
|
+
noNFT: string;
|
|
46
|
+
};
|
|
47
|
+
toPublic: string;
|
|
48
|
+
currentPassport: string;
|
|
49
|
+
refreshProfile: {
|
|
50
|
+
title: string;
|
|
51
|
+
successfully: string;
|
|
52
|
+
};
|
|
53
|
+
switchProfile: string;
|
|
54
|
+
userInfo: string;
|
|
55
|
+
myInfo: string;
|
|
56
|
+
hisInfo: string;
|
|
57
|
+
loginNow: string;
|
|
58
|
+
viewAfterLogin: string;
|
|
59
|
+
sessionManagement: string;
|
|
60
|
+
storage: {
|
|
61
|
+
spaces: {
|
|
62
|
+
tips: string;
|
|
63
|
+
label: string;
|
|
64
|
+
connectedWithName: string;
|
|
65
|
+
gateway: {
|
|
66
|
+
delete: {
|
|
67
|
+
failed: string;
|
|
68
|
+
};
|
|
69
|
+
};
|
|
70
|
+
provideNFT: {
|
|
71
|
+
title: string;
|
|
72
|
+
scan: string;
|
|
73
|
+
success: string;
|
|
74
|
+
};
|
|
75
|
+
connect: {
|
|
76
|
+
useWallet: string;
|
|
77
|
+
useWalletReconnect: string;
|
|
78
|
+
providerForStorage: string;
|
|
79
|
+
};
|
|
80
|
+
connected: {
|
|
81
|
+
title: string;
|
|
82
|
+
tag: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
thirdPartyLogin: {
|
|
87
|
+
title: string;
|
|
88
|
+
connect: string;
|
|
89
|
+
disconnect: string;
|
|
90
|
+
mainProviderCantRemove: string;
|
|
91
|
+
confirmUnbind: string;
|
|
92
|
+
confirmUnbindDescription: string;
|
|
93
|
+
disconnectPasskey: string;
|
|
94
|
+
disconnectPasskeyDescription: string;
|
|
95
|
+
};
|
|
96
|
+
commonSetting: {
|
|
97
|
+
title: string;
|
|
98
|
+
locale: string;
|
|
99
|
+
};
|
|
100
|
+
dangerZone: {
|
|
101
|
+
title: string;
|
|
102
|
+
deleteAccount: string;
|
|
103
|
+
deleteAccountDescription: string;
|
|
104
|
+
delete: string;
|
|
105
|
+
};
|
|
106
|
+
userStatus: {
|
|
107
|
+
Online: string;
|
|
108
|
+
Meeting: string;
|
|
109
|
+
Community: string;
|
|
110
|
+
Holiday: string;
|
|
111
|
+
OffSick: string;
|
|
112
|
+
WorkingRemotely: string;
|
|
113
|
+
duration: {
|
|
114
|
+
NoClear: string;
|
|
115
|
+
ThirtyMinutes: string;
|
|
116
|
+
OneHour: string;
|
|
117
|
+
FourHours: string;
|
|
118
|
+
Today: string;
|
|
119
|
+
ThisWeek: string;
|
|
120
|
+
Custom: string;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
123
|
+
profile: {
|
|
124
|
+
addLink: string;
|
|
125
|
+
location: string;
|
|
126
|
+
timezone: string;
|
|
127
|
+
bio: string;
|
|
128
|
+
setStatus: string;
|
|
129
|
+
localTime: string;
|
|
130
|
+
email: string;
|
|
131
|
+
emailInvalid: string;
|
|
132
|
+
emailSourceProviderNotAllowEdit: string;
|
|
133
|
+
phone: string;
|
|
134
|
+
phoneInvalid: string;
|
|
135
|
+
editProfile: string;
|
|
136
|
+
removeStatusAfter: string;
|
|
137
|
+
justForYou: string;
|
|
138
|
+
cleanStatus: string;
|
|
139
|
+
quickSettings: string;
|
|
140
|
+
selectEndTime: string;
|
|
141
|
+
pleaseSelectTime: string;
|
|
142
|
+
invalidURL: string;
|
|
143
|
+
socialMedia: string;
|
|
144
|
+
timezonePhase: {
|
|
145
|
+
dawn: string;
|
|
146
|
+
morning: string;
|
|
147
|
+
afternoon: string;
|
|
148
|
+
night: string;
|
|
149
|
+
};
|
|
150
|
+
address: {
|
|
151
|
+
title: string;
|
|
152
|
+
country: string;
|
|
153
|
+
province: string;
|
|
154
|
+
city: string;
|
|
155
|
+
line1: string;
|
|
156
|
+
line2: string;
|
|
157
|
+
detailedAddress: string;
|
|
158
|
+
postalCode: string;
|
|
159
|
+
invalidPostalCode: string;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
destroyMyself: {
|
|
163
|
+
title: string;
|
|
164
|
+
scan: string;
|
|
165
|
+
confirm: string;
|
|
166
|
+
cancel: string;
|
|
167
|
+
success: string;
|
|
168
|
+
abort: string;
|
|
169
|
+
error: string;
|
|
170
|
+
};
|
|
171
|
+
notImplemented: string;
|
|
172
|
+
};
|
|
173
|
+
en: {
|
|
174
|
+
settings: string;
|
|
175
|
+
noPassport: string;
|
|
176
|
+
passport: string;
|
|
177
|
+
notification: string;
|
|
178
|
+
email: string;
|
|
179
|
+
phone: string;
|
|
180
|
+
lastLogin: string;
|
|
181
|
+
lastLoginAt: string;
|
|
182
|
+
lastLoginIp: string;
|
|
183
|
+
createdAt: string;
|
|
184
|
+
registerFrom: string;
|
|
185
|
+
invitedBy: string;
|
|
186
|
+
unknown: string;
|
|
187
|
+
walletNotification: string;
|
|
188
|
+
emailNotification: string;
|
|
189
|
+
phoneNotification: string;
|
|
190
|
+
pushNotification: string;
|
|
191
|
+
addWebhook: string;
|
|
192
|
+
saveSuccess: string;
|
|
193
|
+
saveFailed: string;
|
|
194
|
+
webhookTested: string;
|
|
195
|
+
done: string;
|
|
196
|
+
emptyField: string;
|
|
197
|
+
notificationManagement: string;
|
|
198
|
+
privacyManagement: string;
|
|
199
|
+
storageManagement: string;
|
|
200
|
+
emptyContent: string;
|
|
201
|
+
underProtected: string;
|
|
202
|
+
noUserFound: string;
|
|
203
|
+
webhook: {
|
|
204
|
+
url: string;
|
|
205
|
+
slack: string;
|
|
206
|
+
};
|
|
207
|
+
common: {
|
|
208
|
+
confirm: string;
|
|
209
|
+
cancel: string;
|
|
210
|
+
required: string;
|
|
211
|
+
invalid: string;
|
|
212
|
+
setting: string;
|
|
213
|
+
save: string;
|
|
214
|
+
profile: string;
|
|
215
|
+
nft: string;
|
|
216
|
+
noNFT: string;
|
|
217
|
+
};
|
|
218
|
+
toPublic: string;
|
|
219
|
+
currentPassport: string;
|
|
220
|
+
refreshProfile: {
|
|
221
|
+
title: string;
|
|
222
|
+
successfully: string;
|
|
223
|
+
};
|
|
224
|
+
switchProfile: string;
|
|
225
|
+
userInfo: string;
|
|
226
|
+
myInfo: string;
|
|
227
|
+
hisInfo: string;
|
|
228
|
+
loginNow: string;
|
|
229
|
+
viewAfterLogin: string;
|
|
230
|
+
sessionManagement: string;
|
|
231
|
+
storage: {
|
|
232
|
+
spaces: {
|
|
233
|
+
tips: string;
|
|
234
|
+
label: string;
|
|
235
|
+
connectedWithName: string;
|
|
236
|
+
gateway: {
|
|
237
|
+
delete: {
|
|
238
|
+
failed: string;
|
|
239
|
+
};
|
|
240
|
+
};
|
|
241
|
+
provideNFT: {
|
|
242
|
+
title: string;
|
|
243
|
+
scan: string;
|
|
244
|
+
success: string;
|
|
245
|
+
};
|
|
246
|
+
connect: {
|
|
247
|
+
useWallet: string;
|
|
248
|
+
useWalletReconnect: string;
|
|
249
|
+
providerForStorage: string;
|
|
250
|
+
};
|
|
251
|
+
connected: {
|
|
252
|
+
title: string;
|
|
253
|
+
tag: string;
|
|
254
|
+
};
|
|
255
|
+
};
|
|
256
|
+
};
|
|
257
|
+
thirdPartyLogin: {
|
|
258
|
+
title: string;
|
|
259
|
+
connect: string;
|
|
260
|
+
disconnect: string;
|
|
261
|
+
mainProviderCantRemove: string;
|
|
262
|
+
confirmUnbind: string;
|
|
263
|
+
confirmUnbindDescription: string;
|
|
264
|
+
disconnectPasskey: string;
|
|
265
|
+
disconnectPasskeyDescription: string;
|
|
266
|
+
};
|
|
267
|
+
commonSetting: {
|
|
268
|
+
title: string;
|
|
269
|
+
locale: string;
|
|
270
|
+
};
|
|
271
|
+
dangerZone: {
|
|
272
|
+
title: string;
|
|
273
|
+
deleteAccount: string;
|
|
274
|
+
deleteAccountDescription: string;
|
|
275
|
+
delete: string;
|
|
276
|
+
};
|
|
277
|
+
userStatus: {
|
|
278
|
+
Online: string;
|
|
279
|
+
Meeting: string;
|
|
280
|
+
Community: string;
|
|
281
|
+
Holiday: string;
|
|
282
|
+
OffSick: string;
|
|
283
|
+
WorkingRemotely: string;
|
|
284
|
+
duration: {
|
|
285
|
+
NoClear: string;
|
|
286
|
+
ThirtyMinutes: string;
|
|
287
|
+
OneHour: string;
|
|
288
|
+
FourHours: string;
|
|
289
|
+
Today: string;
|
|
290
|
+
ThisWeek: string;
|
|
291
|
+
Custom: string;
|
|
292
|
+
};
|
|
293
|
+
};
|
|
294
|
+
profile: {
|
|
295
|
+
addLink: string;
|
|
296
|
+
location: string;
|
|
297
|
+
timezone: string;
|
|
298
|
+
bio: string;
|
|
299
|
+
setStatus: string;
|
|
300
|
+
localTime: string;
|
|
301
|
+
email: string;
|
|
302
|
+
emailInvalid: string;
|
|
303
|
+
emailSourceProviderNotAllowEdit: string;
|
|
304
|
+
phone: string;
|
|
305
|
+
phoneInvalid: string;
|
|
306
|
+
editProfile: string;
|
|
307
|
+
removeStatusAfter: string;
|
|
308
|
+
justForYou: string;
|
|
309
|
+
maxInputLength: string;
|
|
310
|
+
selectEndTime: string;
|
|
311
|
+
pleaseSelectTime: string;
|
|
312
|
+
cleanStatus: string;
|
|
313
|
+
quickSettings: string;
|
|
314
|
+
invalidURL: string;
|
|
315
|
+
socialMedia: string;
|
|
316
|
+
timezonePhase: {
|
|
317
|
+
dawn: string;
|
|
318
|
+
morning: string;
|
|
319
|
+
afternoon: string;
|
|
320
|
+
night: string;
|
|
321
|
+
};
|
|
322
|
+
address: {
|
|
323
|
+
title: string;
|
|
324
|
+
country: string;
|
|
325
|
+
province: string;
|
|
326
|
+
city: string;
|
|
327
|
+
line1: string;
|
|
328
|
+
line2: string;
|
|
329
|
+
detailedAddress: string;
|
|
330
|
+
postalCode: string;
|
|
331
|
+
invalidPostalCode: string;
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
destroyMyself: {
|
|
335
|
+
title: string;
|
|
336
|
+
scan: string;
|
|
337
|
+
confirm: string;
|
|
338
|
+
cancel: string;
|
|
339
|
+
success: string;
|
|
340
|
+
abort: string;
|
|
341
|
+
error: string;
|
|
342
|
+
};
|
|
343
|
+
notImplemented: string;
|
|
344
|
+
};
|
|
345
|
+
};
|