oxpi-nglib 1.0.41 → 1.0.43
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/esm2020/lib/cadastros/funcionarios/funcionario-add-dialog/funcionario-add-dialog.component.mjs +2 -2
- package/esm2020/lib/models/entidades/permissoes.mjs +1 -1
- package/esm2020/lib/providers/auth-data.service.mjs +3 -1
- package/fesm2015/oxpi-nglib.mjs +3 -1
- package/fesm2015/oxpi-nglib.mjs.map +1 -1
- package/fesm2020/oxpi-nglib.mjs +3 -1
- package/fesm2020/oxpi-nglib.mjs.map +1 -1
- package/lib/models/entidades/permissoes.d.ts +2 -0
- package/package.json +1 -1
package/fesm2020/oxpi-nglib.mjs
CHANGED
|
@@ -653,7 +653,7 @@ class FuncionarioAddDialogComponent {
|
|
|
653
653
|
this.focus.unregisterElement(this.elRef.nativeElement);
|
|
654
654
|
}
|
|
655
655
|
salvar() {
|
|
656
|
-
if (this.model)
|
|
656
|
+
if (!this.model)
|
|
657
657
|
return;
|
|
658
658
|
const valMsg = valida$1(this.model, this.focus);
|
|
659
659
|
if (valMsg) {
|
|
@@ -1043,6 +1043,8 @@ class AuthDataService {
|
|
|
1043
1043
|
adminClienteFidelidade: false,
|
|
1044
1044
|
adminConfiguracoes: false,
|
|
1045
1045
|
adminPesquisaSatisfacao: false,
|
|
1046
|
+
adminReservaEdit: false,
|
|
1047
|
+
adminReservaVisualiza: false,
|
|
1046
1048
|
onGerencialLogin: false,
|
|
1047
1049
|
onGerencialPrincipal: false,
|
|
1048
1050
|
onGerencialDiario: false,
|