@archbase/security-ui 4.2.6 → 4.3.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.
- package/dist/UserModal.d.ts +11 -0
- package/dist/archbase-security-ui-4.3.1.tgz +0 -0
- package/dist/index.js +1405 -1277
- package/dist/securityDiagnostics/AuditTrailPanel.d.ts +17 -0
- package/dist/securityDiagnostics/explorer/selection.d.ts +1 -1
- package/dist/securityDiagnostics/types.d.ts +7 -0
- package/package.json +6 -6
- package/dist/archbase-security-ui-4.2.6.tgz +0 -0
package/dist/UserModal.d.ts
CHANGED
|
@@ -4,6 +4,17 @@ import { default as React } from 'react';
|
|
|
4
4
|
import { UserDto } from '@archbase/security';
|
|
5
5
|
export interface UserModalOptions {
|
|
6
6
|
showNickname?: boolean;
|
|
7
|
+
/**
|
|
8
|
+
* Exibe a matrícula do funcionário na empresa (employeeId) — o número pelo qual o RH e a folha
|
|
9
|
+
* identificam a pessoa.
|
|
10
|
+
*
|
|
11
|
+
* Padrão `false`: nem toda aplicação cadastra funcionários, e um campo a mais na tela de quem
|
|
12
|
+
* não usa matrícula é ruído. Quem precisa liga explicitamente.
|
|
13
|
+
*
|
|
14
|
+
* Requer archbase-security 3.1.20 ou superior no backend; contra versões anteriores o valor é
|
|
15
|
+
* ignorado ao salvar.
|
|
16
|
+
*/
|
|
17
|
+
showEmployeeId?: boolean;
|
|
7
18
|
showProfile?: boolean;
|
|
8
19
|
showGroups?: boolean;
|
|
9
20
|
showChangePasswordOnNextLogin?: boolean;
|
|
Binary file
|