@senior-gestao-pessoas/hcm-contract-employee-history 5.5.0-develop-f421a18a → 5.5.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/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.0-develop-f421a18a",
4
+ "version": "5.5.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "http://git.senior.com.br/gestao-pessoas/hcm-contract-employee-history-frontend"
@@ -30,15 +30,10 @@ 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
- enumPrefix?: undefined;
37
- } | {
38
- field: string;
39
- header: any;
40
- enumPrefix: string;
41
- })[];
36
+ }[];
42
37
  /**
43
38
  A duração que uma notificação toast será exibida.
44
39
  Esta constante define o tempo de vida (TTL) para notificações toast em milissegundos.