@senior-gestao-pessoas/hcm-contract-employee-history 5.5.0 → 5.5.1-bugfix-hcmfnd-6507-d58a87cb
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/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js +1 -0
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.js.map +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js +1 -1
- package/bundles/senior-gestao-pessoas-hcm-contract-employee-history.umd.min.js.map +1 -1
- package/esm2015/shared/utils/utils.js +2 -1
- package/esm5/shared/utils/utils.js +2 -1
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js +1 -0
- package/fesm2015/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js +1 -0
- package/fesm5/senior-gestao-pessoas-hcm-contract-employee-history.js.map +1 -1
- package/package.json +1 -1
- package/shared/utils/utils.d.ts +7 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "../node_modules/ng-packagr/package.schema.json",
|
|
3
3
|
"name": "@senior-gestao-pessoas/hcm-contract-employee-history",
|
|
4
|
-
"version": "5.5.
|
|
4
|
+
"version": "5.5.1-bugfix-hcmfnd-6507-d58a87cb",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "http://git.senior.com.br/gestao-pessoas/hcm-contract-employee-history-frontend"
|
package/shared/utils/utils.d.ts
CHANGED
|
@@ -30,10 +30,15 @@ export declare const situationOptions: (translate: TranslateService, configServi
|
|
|
30
30
|
value: SituationEmployee;
|
|
31
31
|
}[];
|
|
32
32
|
export declare const getSituationFilterInHistorics: (situation: SituationEmployee) => string;
|
|
33
|
-
export declare const getDefaultHistoryGridColumns: (translate: TranslateService, configService: EntityLookupConfigService) => {
|
|
33
|
+
export declare const getDefaultHistoryGridColumns: (translate: TranslateService, configService: EntityLookupConfigService) => ({
|
|
34
34
|
field: string;
|
|
35
35
|
header: any;
|
|
36
|
-
|
|
36
|
+
enumPrefix?: undefined;
|
|
37
|
+
} | {
|
|
38
|
+
field: string;
|
|
39
|
+
header: any;
|
|
40
|
+
enumPrefix: string;
|
|
41
|
+
})[];
|
|
37
42
|
/**
|
|
38
43
|
A duração que uma notificação toast será exibida.
|
|
39
44
|
Esta constante define o tempo de vida (TTL) para notificações toast em milissegundos.
|