@senior-gestao-pessoas/payroll-core 8.6.0 → 8.6.1-ab5b70ca-0100-4d72-a714-b27af24c7a35

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.
@@ -31,6 +31,8 @@ export declare class DataListRestComponent implements OnInit, OnDestroy {
31
31
  pluralMessageRecords: string;
32
32
  keyPayload: string;
33
33
  initParameters: any;
34
+ responsive: boolean;
35
+ scrollable: boolean;
34
36
  lazyLoad: EventEmitter<any>;
35
37
  loadingChange: EventEmitter<any>;
36
38
  listDataChange: EventEmitter<any>;
@@ -16,6 +16,7 @@ export declare function containsMoreThanOneConsecutiveBlankSpace(fullName: any):
16
16
  * @returns boolean de acordo com a validação.
17
17
  */
18
18
  export declare function containsSpecialCharacters(fullName: any): boolean;
19
+ export declare function removeWhiteSpaces(msg: string): string;
19
20
  export declare function isValidPIS(pis: any): boolean;
20
21
  export declare function validateBirthDate(birthday: any, date: any): boolean;
21
22
  export declare function isBirthDayValid(birthdayCompare: any, dateCompare: any): any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@senior-gestao-pessoas/payroll-core",
3
- "version": "8.6.0",
3
+ "version": "8.6.1-ab5b70ca-0100-4d72-a714-b27af24c7a35",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "http://git.senior.com.br/gestao-pessoas/payroll-core-frontend"