ngx-sp-infra 6.8.3 → 6.9.0
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/fesm2022/ngx-sp-infra.mjs +30 -12
- package/fesm2022/ngx-sp-infra.mjs.map +1 -1
- package/lib/widgets/empresa-abas/empresa-abas.component.d.ts +2 -1
- package/lib/widgets/estabelecimento-abas/estabelecimento-abas.component.d.ts +2 -1
- package/lib/widgets/grupo-contabil-abas/grupo-contabil-abas.component.d.ts +2 -1
- package/lib/widgets/items-abas/items-abas.component.d.ts +2 -1
- package/lib/widgets/pessoa-abas/pessoa-abas.component.d.ts +2 -1
- package/lib/widgets/usuario-abas/usuario-abas.component.d.ts +2 -1
- package/package.json +1 -1
|
@@ -6,11 +6,12 @@ export declare class EmpresaAbasComponent implements OnInit {
|
|
|
6
6
|
private router;
|
|
7
7
|
linksList: links[];
|
|
8
8
|
Id: string | number;
|
|
9
|
+
hostServerOutsystemValue: string;
|
|
9
10
|
EmpresaId: EventEmitter<string | number>;
|
|
10
11
|
activeItem: string;
|
|
11
12
|
constructor(router: Router);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<EmpresaAbasComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EmpresaAbasComponent, "lib-empresa-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, { "EmpresaId": "EmpresaId"; }, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EmpresaAbasComponent, "lib-empresa-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "EmpresaId": "EmpresaId"; }, never, never, true, never>;
|
|
16
17
|
}
|
|
@@ -7,11 +7,12 @@ export declare class EstabelecimentoAbasComponent {
|
|
|
7
7
|
linksList: estabelecimentoUriRecord[];
|
|
8
8
|
Id: string | number;
|
|
9
9
|
empresaId: string | null;
|
|
10
|
+
hostServerOutsystemValue: string;
|
|
10
11
|
EstabId: EventEmitter<string | number>;
|
|
11
12
|
activeItem: string;
|
|
12
13
|
constructor(router: Router);
|
|
13
14
|
ngOnInit(): void;
|
|
14
15
|
ngOnChanges(changes: SimpleChanges): void;
|
|
15
16
|
static ɵfac: i0.ɵɵFactoryDeclaration<EstabelecimentoAbasComponent, never>;
|
|
16
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EstabelecimentoAbasComponent, "lib-estabelecimento-abas", never, { "Id": { "alias": "Id"; "required": false; }; "empresaId": { "alias": "empresaId"; "required": false; }; }, { "EstabId": "EstabId"; }, never, never, true, never>;
|
|
17
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<EstabelecimentoAbasComponent, "lib-estabelecimento-abas", never, { "Id": { "alias": "Id"; "required": false; }; "empresaId": { "alias": "empresaId"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "EstabId": "EstabId"; }, never, never, true, never>;
|
|
17
18
|
}
|
|
@@ -6,11 +6,12 @@ export declare class GrupoContabilAbasComponent {
|
|
|
6
6
|
private router;
|
|
7
7
|
linksList: links[];
|
|
8
8
|
Id: string | number;
|
|
9
|
+
hostServerOutsystemValue: string;
|
|
9
10
|
GrupoContabilId: EventEmitter<string | number>;
|
|
10
11
|
activeItem: string;
|
|
11
12
|
constructor(router: Router);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<GrupoContabilAbasComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GrupoContabilAbasComponent, "lib-grupo-contabil-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, { "GrupoContabilId": "GrupoContabilId"; }, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GrupoContabilAbasComponent, "lib-grupo-contabil-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "GrupoContabilId": "GrupoContabilId"; }, never, never, true, never>;
|
|
16
17
|
}
|
|
@@ -6,11 +6,12 @@ export declare class ItemsAbasComponent {
|
|
|
6
6
|
private router;
|
|
7
7
|
linksList: links[];
|
|
8
8
|
Id: string | number;
|
|
9
|
+
hostServerOutsystemValue: string;
|
|
9
10
|
ItemId: EventEmitter<string | number>;
|
|
10
11
|
activeItem: string;
|
|
11
12
|
constructor(router: Router);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ItemsAbasComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ItemsAbasComponent, "lib-items-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, { "ItemId": "ItemId"; }, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ItemsAbasComponent, "lib-items-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "ItemId": "ItemId"; }, never, never, true, never>;
|
|
16
17
|
}
|
|
@@ -11,6 +11,7 @@ export declare class PessoaAbasComponent {
|
|
|
11
11
|
UrisList: PessoasUriRecord[];
|
|
12
12
|
Id: string | number;
|
|
13
13
|
recarregar?: boolean;
|
|
14
|
+
hostServerOutsystemValue: string;
|
|
14
15
|
recarregarChange: EventEmitter<boolean>;
|
|
15
16
|
PessoaId: EventEmitter<string | number>;
|
|
16
17
|
crpPesPapeisData: CrpInPapelRecord[];
|
|
@@ -25,5 +26,5 @@ export declare class PessoaAbasComponent {
|
|
|
25
26
|
GetTipoPessoa(): Promise<void>;
|
|
26
27
|
VerifyList(): void;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<PessoaAbasComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PessoaAbasComponent, "lib-pessoa-abas", never, { "Id": { "alias": "Id"; "required": false; }; "recarregar": { "alias": "recarregar"; "required": false; }; }, { "recarregarChange": "recarregarChange"; "PessoaId": "PessoaId"; }, never, never, true, never>;
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PessoaAbasComponent, "lib-pessoa-abas", never, { "Id": { "alias": "Id"; "required": false; }; "recarregar": { "alias": "recarregar"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "recarregarChange": "recarregarChange"; "PessoaId": "PessoaId"; }, never, never, true, never>;
|
|
29
30
|
}
|
|
@@ -6,11 +6,12 @@ export declare class UsuarioAbasComponent {
|
|
|
6
6
|
private router;
|
|
7
7
|
linksList: links[];
|
|
8
8
|
Id: string | number;
|
|
9
|
+
hostServerOutsystemValue: string | number;
|
|
9
10
|
UsuarioId: EventEmitter<string | number>;
|
|
10
11
|
activeItem: string;
|
|
11
12
|
constructor(router: Router);
|
|
12
13
|
ngOnInit(): void;
|
|
13
14
|
ngOnChanges(changes: SimpleChanges): void;
|
|
14
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<UsuarioAbasComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UsuarioAbasComponent, "lib-usuario-abas", never, { "Id": { "alias": "Id"; "required": false; }; }, { "UsuarioId": "UsuarioId"; }, never, never, true, never>;
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UsuarioAbasComponent, "lib-usuario-abas", never, { "Id": { "alias": "Id"; "required": false; }; "hostServerOutsystemValue": { "alias": "hostServerOutsystemValue"; "required": false; }; }, { "UsuarioId": "UsuarioId"; }, never, never, true, never>;
|
|
16
17
|
}
|