@nocobase/plugin-users 1.6.0-alpha.9 → 1.6.0-beta.1

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.
@@ -1,490 +0,0 @@
1
- /**
2
- * This file is part of the NocoBase (R) project.
3
- * Copyright (c) 2020-2024 NocoBase Co., Ltd.
4
- * Authors: NocoBase Team.
5
- *
6
- * This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
7
- * For more information, please refer to: https://www.nocobase.com/agreement.
8
- */
9
- export declare const adminProfileCreateFormSchema: {
10
- type: string;
11
- 'x-uid': string;
12
- properties: {
13
- form: {
14
- type: string;
15
- 'x-decorator': string;
16
- 'x-decorator-props': {
17
- collection: string;
18
- dataSource: string;
19
- };
20
- 'x-use-decorator-props': string;
21
- properties: {
22
- create: {
23
- type: string;
24
- 'x-component': string;
25
- 'x-use-component-props': string;
26
- properties: {
27
- grid: {
28
- type: string;
29
- 'x-component': string;
30
- 'x-initializer': string;
31
- properties: {
32
- nickname: {
33
- type: string;
34
- 'x-component': string;
35
- properties: {
36
- col: {
37
- type: string;
38
- 'x-component': string;
39
- properties: {
40
- nickname: {
41
- type: string;
42
- 'x-toolbar': string;
43
- 'x-settings': string;
44
- 'x-component': string;
45
- 'x-decorator': string;
46
- 'x-component-props': {};
47
- 'x-collection-field': string;
48
- };
49
- };
50
- };
51
- };
52
- };
53
- username: {
54
- type: string;
55
- 'x-component': string;
56
- properties: {
57
- col: {
58
- type: string;
59
- 'x-component': string;
60
- properties: {
61
- username: {
62
- type: string;
63
- required: boolean;
64
- 'x-toolbar': string;
65
- 'x-settings': string;
66
- 'x-component': string;
67
- 'x-decorator': string;
68
- 'x-component-props': {};
69
- 'x-collection-field': string;
70
- };
71
- };
72
- };
73
- };
74
- };
75
- email: {
76
- type: string;
77
- 'x-component': string;
78
- properties: {
79
- col: {
80
- type: string;
81
- 'x-component': string;
82
- properties: {
83
- email: {
84
- type: string;
85
- required: boolean;
86
- 'x-toolbar': string;
87
- 'x-settings': string;
88
- 'x-component': string;
89
- 'x-decorator': string;
90
- 'x-component-props': {};
91
- 'x-collection-field': string;
92
- };
93
- };
94
- };
95
- };
96
- };
97
- phone: {
98
- type: string;
99
- 'x-component': string;
100
- properties: {
101
- col: {
102
- type: string;
103
- 'x-component': string;
104
- properties: {
105
- phone: {
106
- type: string;
107
- required: boolean;
108
- 'x-toolbar': string;
109
- 'x-settings': string;
110
- 'x-component': string;
111
- 'x-decorator': string;
112
- 'x-component-props': {};
113
- 'x-collection-field': string;
114
- };
115
- };
116
- };
117
- };
118
- };
119
- password: {
120
- type: string;
121
- 'x-component': string;
122
- properties: {
123
- col: {
124
- type: string;
125
- 'x-component': string;
126
- properties: {
127
- password: {
128
- type: string;
129
- required: boolean;
130
- 'x-toolbar': string;
131
- 'x-settings': string;
132
- 'x-component': string;
133
- 'x-decorator': string;
134
- 'x-component-props': {};
135
- 'x-collection-field': string;
136
- };
137
- };
138
- };
139
- };
140
- };
141
- roles: {
142
- type: string;
143
- 'x-component': string;
144
- properties: {
145
- col: {
146
- type: string;
147
- 'x-component': string;
148
- properties: {
149
- roles: {
150
- type: string;
151
- required: boolean;
152
- 'x-toolbar': string;
153
- 'x-settings': string;
154
- 'x-component': string;
155
- 'x-decorator': string;
156
- 'x-component-props': {};
157
- 'x-collection-field': string;
158
- };
159
- };
160
- };
161
- };
162
- };
163
- };
164
- };
165
- footer: {
166
- type: string;
167
- 'x-component': string;
168
- properties: {
169
- cancel: {
170
- title: string;
171
- 'x-component': string;
172
- 'x-use-component-props': string;
173
- };
174
- submit: {
175
- title: string;
176
- 'x-component': string;
177
- 'x-use-component-props': string;
178
- 'x-component-props': {
179
- type: string;
180
- htmlType: string;
181
- };
182
- };
183
- };
184
- };
185
- };
186
- };
187
- };
188
- };
189
- };
190
- };
191
- export declare const adminProfileEditFormSchema: {
192
- type: string;
193
- 'x-uid': string;
194
- properties: {
195
- form: {
196
- type: string;
197
- 'x-decorator': string;
198
- 'x-decorator-props': {
199
- collection: string;
200
- dataSource: string;
201
- action: string;
202
- };
203
- 'x-use-decorator-props': string;
204
- properties: {
205
- edit: {
206
- type: string;
207
- 'x-component': string;
208
- 'x-use-component-props': string;
209
- properties: {
210
- grid: {
211
- type: string;
212
- 'x-component': string;
213
- 'x-initializer': string;
214
- properties: {
215
- nickname: {
216
- type: string;
217
- 'x-component': string;
218
- properties: {
219
- col: {
220
- type: string;
221
- 'x-component': string;
222
- properties: {
223
- nickname: {
224
- type: string;
225
- 'x-toolbar': string;
226
- 'x-settings': string;
227
- 'x-component': string;
228
- 'x-decorator': string;
229
- 'x-component-props': {};
230
- 'x-collection-field': string;
231
- };
232
- };
233
- };
234
- };
235
- };
236
- username: {
237
- type: string;
238
- 'x-component': string;
239
- properties: {
240
- col: {
241
- type: string;
242
- 'x-component': string;
243
- properties: {
244
- username: {
245
- type: string;
246
- required: boolean;
247
- 'x-toolbar': string;
248
- 'x-settings': string;
249
- 'x-component': string;
250
- 'x-decorator': string;
251
- 'x-component-props': {};
252
- 'x-collection-field': string;
253
- };
254
- };
255
- };
256
- };
257
- };
258
- email: {
259
- type: string;
260
- 'x-component': string;
261
- properties: {
262
- col: {
263
- type: string;
264
- 'x-component': string;
265
- properties: {
266
- email: {
267
- type: string;
268
- required: boolean;
269
- 'x-toolbar': string;
270
- 'x-settings': string;
271
- 'x-component': string;
272
- 'x-decorator': string;
273
- 'x-component-props': {};
274
- 'x-collection-field': string;
275
- };
276
- };
277
- };
278
- };
279
- };
280
- phone: {
281
- type: string;
282
- 'x-component': string;
283
- properties: {
284
- col: {
285
- type: string;
286
- 'x-component': string;
287
- properties: {
288
- phone: {
289
- type: string;
290
- required: boolean;
291
- 'x-toolbar': string;
292
- 'x-settings': string;
293
- 'x-component': string;
294
- 'x-decorator': string;
295
- 'x-component-props': {};
296
- 'x-collection-field': string;
297
- };
298
- };
299
- };
300
- };
301
- };
302
- roles: {
303
- type: string;
304
- 'x-component': string;
305
- properties: {
306
- col: {
307
- type: string;
308
- 'x-component': string;
309
- properties: {
310
- roles: {
311
- type: string;
312
- required: boolean;
313
- 'x-toolbar': string;
314
- 'x-settings': string;
315
- 'x-component': string;
316
- 'x-decorator': string;
317
- 'x-component-props': {};
318
- 'x-collection-field': string;
319
- };
320
- };
321
- };
322
- };
323
- };
324
- };
325
- };
326
- footer: {
327
- type: string;
328
- 'x-component': string;
329
- properties: {
330
- cancel: {
331
- title: string;
332
- 'x-component': string;
333
- 'x-use-component-props': string;
334
- };
335
- submit: {
336
- title: string;
337
- 'x-component': string;
338
- 'x-use-component-props': string;
339
- 'x-component-props': {
340
- type: string;
341
- htmlType: string;
342
- };
343
- };
344
- };
345
- };
346
- };
347
- };
348
- };
349
- };
350
- };
351
- };
352
- export declare const userProfileEditFormSchema: {
353
- type: string;
354
- 'x-uid': string;
355
- properties: {
356
- form: {
357
- type: string;
358
- 'x-decorator': string;
359
- 'x-decorator-props': {
360
- collection: string;
361
- dataSource: string;
362
- action: string;
363
- };
364
- 'x-use-decorator-props': string;
365
- properties: {
366
- edit: {
367
- type: string;
368
- 'x-component': string;
369
- 'x-use-component-props': string;
370
- properties: {
371
- grid: {
372
- type: string;
373
- 'x-component': string;
374
- 'x-initializer': string;
375
- properties: {
376
- nickname: {
377
- type: string;
378
- 'x-component': string;
379
- properties: {
380
- col: {
381
- type: string;
382
- 'x-component': string;
383
- properties: {
384
- nickname: {
385
- type: string;
386
- 'x-toolbar': string;
387
- 'x-settings': string;
388
- 'x-component': string;
389
- 'x-decorator': string;
390
- 'x-component-props': {};
391
- 'x-collection-field': string;
392
- };
393
- };
394
- };
395
- };
396
- };
397
- username: {
398
- type: string;
399
- 'x-component': string;
400
- properties: {
401
- col: {
402
- type: string;
403
- 'x-component': string;
404
- properties: {
405
- username: {
406
- type: string;
407
- required: boolean;
408
- 'x-toolbar': string;
409
- 'x-settings': string;
410
- 'x-component': string;
411
- 'x-decorator': string;
412
- 'x-component-props': {};
413
- 'x-collection-field': string;
414
- };
415
- };
416
- };
417
- };
418
- };
419
- email: {
420
- type: string;
421
- 'x-component': string;
422
- properties: {
423
- col: {
424
- type: string;
425
- 'x-component': string;
426
- properties: {
427
- email: {
428
- type: string;
429
- required: boolean;
430
- 'x-toolbar': string;
431
- 'x-settings': string;
432
- 'x-component': string;
433
- 'x-decorator': string;
434
- 'x-component-props': {};
435
- 'x-collection-field': string;
436
- };
437
- };
438
- };
439
- };
440
- };
441
- phone: {
442
- type: string;
443
- 'x-component': string;
444
- properties: {
445
- col: {
446
- type: string;
447
- 'x-component': string;
448
- properties: {
449
- phone: {
450
- type: string;
451
- required: boolean;
452
- 'x-toolbar': string;
453
- 'x-settings': string;
454
- 'x-component': string;
455
- 'x-decorator': string;
456
- 'x-component-props': {};
457
- 'x-collection-field': string;
458
- };
459
- };
460
- };
461
- };
462
- };
463
- };
464
- };
465
- footer: {
466
- type: string;
467
- 'x-component': string;
468
- properties: {
469
- cancel: {
470
- title: string;
471
- 'x-component': string;
472
- 'x-use-component-props': string;
473
- };
474
- submit: {
475
- title: string;
476
- 'x-component': string;
477
- 'x-use-component-props': string;
478
- 'x-component-props': {
479
- type: string;
480
- htmlType: string;
481
- };
482
- };
483
- };
484
- };
485
- };
486
- };
487
- };
488
- };
489
- };
490
- };